[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Report on gm2 of 2008-11-05 on Solaris 10/sparc
From: |
John O Goyo |
Subject: |
[Gm2] Report on gm2 of 2008-11-05 on Solaris 10/sparc |
Date: |
Fri, 07 Nov 2008 09:17:14 -0500 |
User-agent: |
Thunderbird 2.0.0.17 (X11/20080914) |
1. Build suceeded.
2. Gm2.paranoid failed due to poisoned bcopy.
gcc -c -O -g -I../../../src/gcc-4.1.2/gcc/gm2 -Igm2/gm2-libs-boot -I.
-Igm2/gm2-libs-paranoid -I../../../src/gcc
-4.1.2/gcc -I../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-paranoid
-I../../../src/gcc-4.1.2/gcc/../include -I./../int
l -I../../../src/gcc-4.1.2/gcc/../libcpp/include
../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-ch/sckt.c -o gm2/gm2-l
ibs-paranoid/sckt.o
In file included from /usr/include/sys/stream.h:24,
from /usr/include/netinet/in.h:62,
from ../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-ch/sckt.c:30:
/usr/include/sys/strmdep.h:31:26: error: attempt to use poisoned "bcopy"
So I compile with Sun's cc.
build: gcc=> /opt/SUNWspro/bin/cc -c -O -g -I../../../src/gcc-4.1.2/gcc/gm2
-Igm2/gm2-libs-boot -I. -Igm2/gm2-li
bs-paranoid -I../../../src/gcc-4.1.2/gcc
-I../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-paranoid -I../../../src/gcc-4
.1.2/gcc/../include -I./../intl -I../../../src/gcc-4.1.2/gcc/../libcpp/include
../../../src/gcc-4.1.2/gcc/gm2/g
m2-libs-ch/sckt.c -o gm2/gm2-libs-paranoid/sckt.o
"../../../src/gcc-4.1.2/gcc/gm2/gm2-libs-ch/sckt.c", line 387: warning:
implicit function declaration: inet_ntoa
After this, gm2.paranoid ran to completion.
3. Check-gm2 yielded the following (exhibiting a change in the reporting).
=== gm2 Summary ===
# of expected passes 998
# of unexpected failures 96
(As usual, full results to be separately mailed to Gaius.)
As a side note of possible interest, I gave up using cvs update a while ago
and build with checkout each time. For my convenience, I have soft-linked
gcc-4.1.2/gcc/gm2 to gm2, soft-linked to gm2-du-jour. (Similarly with the
testsuite stuff.) Upon checkout, I run a wee script to relink gm2 and
testsuite accordingly. I realize that this is not quite in the spirit of cvs
but at least I miss nothing.
john
- [Gm2] Report on gm2 of 2008-11-05 on Solaris 10/sparc,
John O Goyo <=