unknown
1970-01-01 00:00:00 UTC
--047d7b5d4b46c3a3e0050116cf04
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir="ltr">Hello,<div><br></div><div>There is an easy fix for the getopts issue. If one of the Open64 gatekeepers can approve the following patch, I will check it in.</div><div><br></div><div>-David</div><div><br></div>
<div>Commit message:</div><div><br></div><div>Update gen_x_set to use modern Perl.</div><div><br></div><div><div>Index: osprey/common/util/gen_x_set</div><div>===================================================================</div>
<div>--- osprey/common/util/gen_x_set<span class="" style="white-space:pre"> </span>(revision 4072)</div><div>+++ osprey/common/util/gen_x_set<span class="" style="white-space:pre"> </span>(working copy)</div><div>@@ -111,7 +111,7 @@</div>
<div> ### ====================================================================</div><div> ### ====================================================================</div><div> </div><div>-require "<a href="http://getopts.pl">getopts.pl</a>";</div>
<div>+use Getopt::Std;</div><div> </div><div> # Look for the templates in the same directory as this script resides.</div><div> #</div><div>@@ -119,7 +119,7 @@</div><div> $utildir =~ s=/[^/]*$==;</div><div> $utildir = '.' if ( $utildir eq $0 );</div>
<div> </div><div>-&Getopts("fs");</div><div>+getopts("fs");</div><div> </div><div> # Macro or functional interface?</div><div> #</div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Aug 20, 2014 at 6:47 AM, Nancy <span dir="ltr"><<a href="mailto:***@gmail.com" target="_blank">***@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div class="">On Wed, Aug 20, 2014 at 1:43 PM, Jian-Xin Lai <<a href="mailto:***@gmail.com">***@gmail.com</a>> wrote:<br>
><br>
> gcc 4.8 is too new to compile the open64 5.0.
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir="ltr">Hello,<div><br></div><div>There is an easy fix for the getopts issue. If one of the Open64 gatekeepers can approve the following patch, I will check it in.</div><div><br></div><div>-David</div><div><br></div>
<div>Commit message:</div><div><br></div><div>Update gen_x_set to use modern Perl.</div><div><br></div><div><div>Index: osprey/common/util/gen_x_set</div><div>===================================================================</div>
<div>--- osprey/common/util/gen_x_set<span class="" style="white-space:pre"> </span>(revision 4072)</div><div>+++ osprey/common/util/gen_x_set<span class="" style="white-space:pre"> </span>(working copy)</div><div>@@ -111,7 +111,7 @@</div>
<div> ### ====================================================================</div><div> ### ====================================================================</div><div> </div><div>-require "<a href="http://getopts.pl">getopts.pl</a>";</div>
<div>+use Getopt::Std;</div><div> </div><div> # Look for the templates in the same directory as this script resides.</div><div> #</div><div>@@ -119,7 +119,7 @@</div><div> $utildir =~ s=/[^/]*$==;</div><div> $utildir = '.' if ( $utildir eq $0 );</div>
<div> </div><div>-&Getopts("fs");</div><div>+getopts("fs");</div><div> </div><div> # Macro or functional interface?</div><div> #</div></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Aug 20, 2014 at 6:47 AM, Nancy <span dir="ltr"><<a href="mailto:***@gmail.com" target="_blank">***@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div class="">On Wed, Aug 20, 2014 at 1:43 PM, Jian-Xin Lai <<a href="mailto:***@gmail.com">***@gmail.com</a>> wrote:<br>
><br>
> gcc 4.8 is too new to compile the open64 5.0.