-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not OK: perl 5.00560 on sun4-solaris 2.6 (UNINSTALLED) #331
Comments
From lvirden@cas.orgWhen attempting to test a newly-built perl (directly out of the tar file) : Perl Info
|
From @jhiLarry W. Virden writes:
Of this I know nothing...
These are known, a new DB_File ETA a couple of days.
But of this I might know something. Could you debug a little bit -- |
From @jhiPlease step through the t/lib/ph.t using the Perl debugger -- |
From [Unknown Contact. See original ticket] In-Reply-To: <199908031921.PAA25742@cas.org> Running ./perl harness didn't do any better. How can I determine what the hexadecimal number looks like? -- |
From [Unknown Contact. See original ticket]When I run the test under perl -d no warning occurs - only when I However! I do get: $ ./perl -w lib/ph.t It seems like it would be worthwhile for many of the tests to run -- |
From [Unknown Contact. See original ticket]On Wed, Aug 04, 1999 at 07:53:20AM -0400, Larry W. Virden wrote:
You have some pre-built .ph files on your system with noise h2ph -a -h sys/types.h sys/socket.h netinet/in.h . . . and then re-run lib/ph.t. You'll get exact file and Peace, |
From [Unknown Contact. See original ticket]From: "Kurt D. Starsinic" <kstar@chapin.edu> You have some pre-built .ph files on your system with noise h2ph -a -h sys/types.h sys/socket.h netinet/in.h . . . and then re-run lib/ph.t. You'll get exact file and Thanks - here's more info: Integer overflow in hexadecimal number at sys/param.ph line 69. Now, I am searching for that ph file .... I am uncertain how the Okay, line 69 is: eval "\n#line 43 sys/param.ph\n" . 'sub SCTRSHFT () {9;}' unless The code at that point in the actual .h file is: #define SCTRSHFT 9 /* Shift for BPSECT. Does this help? Reminder: SPARC Solaris 2.6. -- |
From [Unknown Contact. See original ticket]Okay, the line in question is: if(defined(&_NO_LONGLONG)) { -- |
From @jhiLarry W. Virden writes:
Well, the Integer overflow warning is correct. If you are not -- |
Migrated from rt.perl.org#1160 (status was 'resolved')
Searchable as RT1160$
The text was updated successfully, but these errors were encountered: