[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Report on gm2 of 2008-08-15 on HP-UX/PA -- not good
From: |
john o goyo |
Subject: |
[Gm2] Report on gm2 of 2008-08-15 on HP-UX/PA -- not good |
Date: |
Thu, 28 Aug 2008 11:52:27 -0400 |
The build succeeded as did gm2.paranoid.
Here is the summary of check-gm2.
# of expected passes 11322
# of unexpected failures 1680
# of unresolved testcases 1548
(As usual, full reports to be conveyed to Gaius separately.)
Installation succeeded but the compiler is unusable.
Witness:
heap: tst% cat what.mod
MODULE what;
FROM InOut IMPORT WriteString, WriteLn;
BEGIN
WriteString("What?");
WriteLn
END what.
heap: tst% gm2 -c what.mod
heap: tst% file what.o
what.o: ELF-64 relocatable object file - PA-RISC 2.0 (LP64)
heap: tst% gm2 -o what what.mod
ld: (Warning) Potential unresolved symbol "__ctzdi2":
shared library reference is resolved to non-exported
definition in file "/home/build/gm2/lib/gcc/hppa64-hp-hpux11.11/4.1.2/
libgcc.a[_ctzdi2.o]".
ld: (Warning) Potential unresolved symbol "_Unwind_SetIP":
shared library reference is resolved to non-exported
definition in file "/home/build/gm2/lib/gcc/hppa64-hp-hpux11.11/4.1.2/
libgcc_eh.a[unwind-dw2.o]".
ld: (Warning) Potential unresolved symbol "_Unwind_SetGR":
[...numerous such warnings...]
ld: (Warning) Potential unresolved symbol "_Unwind_DeleteException":
shared library reference is resolved to non-exported
definition in file "/home/build/gm2/lib/gcc/hppa64-hp-hpux11.11/4.1.2/
libgcc_eh.a[unwind-dw2.o]".
18 warnings.
heap: tst% ./what
/usr/lib/pa20_64/dld.sl: Unsatisfied code symbol
'__register_frame_info' in load module '/home/build
/gm2/lib/gcc/hppa64-hp-hpux11.11/4.1.2/../../../libstdc++.sl.6'.
Killed
john
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gm2] Report on gm2 of 2008-08-15 on HP-UX/PA -- not good,
john o goyo <=