On Mon, 28 May 2007 09:39 +0200, "H.Merijn Brand" <h.m.brand@xs4all.nl> wrote: > Automated smoke report for 5.9.5 patch 31283 > n4: PA8600 (PA-RISC2.0/64/6 cpu) > on HP-UX - B.11.23/64 > using ccache cc version B.11.X.35098-35101.GP > smoketime 11 hours 19 minutes (average 1 hour 24 minutes) > > Summary: FAIL(XM) > > O = OK F = Failure(s), extended report at the bottom > X = Failure(s) under TEST but not under harness > ? = still running or test results not (yet) available > Build failures during: - = unknown or N/A > c = Configure, m = make, M = make (after miniperl), t = make test-prep > > 31283 Configuration (common) none > ----------- --------------------------------------------------------- > O O O M - - > O O O O O O -Duse64bitall The HP C-ANSI-C compiler on HP-UX 11.23 PA-RISC *can* deal with the combination -O -g on 64bit builds but it can *not* on 32bit builds. Weird. I'll see if I can find some updated on that. Options for now: - leave it as it is - modify the hints to either drop -O *or* -g in this combination IMHO a production release has neither -g nor -DDEBUGGING, and if I was to make a release that would be sent out, I am very unsure if I would want -g or -DDEBUGGING/-O. > O O O M - - -Duseithreads > O O O O X O -Duseithreads -Duse64bitall > | | | | | +- LC_ALL = univ.utf8 -DDEBUGGING > | | | | +--- PERLIO = perlio -DDEBUGGING > | | | +----- PERLIO = stdio -DDEBUGGING > | | +------- LC_ALL = univ.utf8 > | +--------- PERLIO = perlio > +----------- PERLIO = stdio > > Locally applied patches: > DEVEL > SMOKE31283 > > Failures: (common-args) none > [perlio] -DDEBUGGING -Duseithreads -Duse64bitall > Inconsistent test results (between TEST and harness): > ../lib/Net/Ping/t/190_alarm.t...........FAILED at test 6 > > Compiler messages(hpux): > cc: "/usr/include/sys/socket.h", line 535: warning 562: Redeclaration of "sendfile" with a different storage class specifier: "sendfile" will have internal linkage. > cc: "/usr/include/sys/socket.h", line 536: warning 562: Redeclaration of "sendpath" with a different storage class specifier: "sendpath" will have internal linkage. > -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using & porting perl 5.6.2, 5.8.x, 5.9.x on HP-UX 10.20, 11.00, 11.11, & 11.23, SuSE 10.0 & 10.2, AIX 4.3 & 5.2, and Cygwin. http://qa.perl.org http://mirrors.develooper.com/hpux/ http://www.test-smoke.org http://www.goldmark.org/jeff/stupid-disclaimers/Thread Next