bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils-5.0.90 patch 1: build feedback


From: Nelson H. F. Beebe
Subject: coreutils-5.0.90 patch 1: build feedback
Date: Tue, 5 Aug 2003 09:10:45 -0600 (MDT)

I applied the patches to tests/shred/remove, src/nice.c, and
lib/stdbool_.h in coreutils-5.0.90 and repackaged it as
coreutils-5.0.90.1, then launched builds on just those platforms where
build failures had previously occurred.

I still get some failures:

------------------------------------------------------------------------
Machinetype:            Apple PowerMac G4 (2 1.4 GHz PowerPC 7450 CPUs, 2GB 
RAM);   Darwin 6.5 (MacOS 10.2.5)
Remote gcc version:     gcc (GCC) 3.3
Remote g++ version:     g++ (GCC) 3.3
Configure environment:  CC=gcc CXX=g++ LDFLAGS="-R/usr/local/lib" 

gcc  -g -O2  -R/usr/local/lib -o hostid  hostid.o ../lib/libfetish.a 
/usr/local/lib/libintl.dylib /usr/local/lib/libiconv.dylib ../lib/libfetish.a 
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib 
-I/usr/local/include  -g -O2 -MT nice.o -MD -MP -MF ".deps/nice.Tpo" \
  -c -o nice.o `test -f 'nice.c' || echo './'`nice.c; \
then mv -f ".deps/nice.Tpo" ".deps/nice.Po"; \
else rm -f ".deps/nice.Tpo"; exit 1; \
fi
gcc: unrecognized option `-R/usr/local/lib'
/usr/bin/ld: warning table of contents of library: ../lib/libfetish.a not 
sorted slower link editing will result (use the ranlib(1) -s option)
/usr/bin/ld: warning dynamic shared library: /usr/local/lib/libiconv.dylib not 
made a weak library in output with MACOSX_DEPLOYMENT_TARGET environment 
variable set to: 10.1
In file included from nice.c:29:
/usr/include/sys/resource.h:81: error: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:82: error: field `ru_stime' has incomplete type

------------------------------------------------------------------------
Machinetype:            Intel Pentium III (600 MHz);    FreeBSD 5.0
Remote gcc version:     gcc (GCC) 3.3
Remote g++ version:     g++ (GCC) 3.3
Configure environment:  CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib 

if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib 
-I/usr/local/include  -g -O2 -MT nice.o -MD -MP -MF ".deps/nice.Tpo" \
  -c -o nice.o `test -f 'nice.c' || echo './'`nice.c; \
then mv -f ".deps/nice.Tpo" ".deps/nice.Po"; \
else rm -f ".deps/nice.Tpo"; exit 1; \
fi
In file included from nice.c:29:
/usr/include/sys/resource.h:61: error: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:62: error: field `ru_stime' has incomplete type
make[3]: make[3]: Leaving directory `/local/build/coreutils-5.0.90.1/src'

------------------------------------------------------------------------
Machinetype:            Intel Pentium III (600 MHz);    OpenBSD 3.2 GENERIC#25 
i386
Remote gcc version:     gcc (GCC) 3.3
Remote g++ version:     g++ (GCC) 3.3
Configure environment:  CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib 

if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib   -g -O2 -MT 
nice.o -MD -MP -MF ".deps/nice.Tpo" \
  -c -o nice.o `test -f 'nice.c' || echo './'`nice.c; \
then mv -f ".deps/nice.Tpo" ".deps/nice.Po"; \
else rm -f ".deps/nice.Tpo"; exit 1; \
fi
In file included from nice.c:29:
/usr/include/sys/resource.h:60: error: field `ru_utime' has incomplete type
/usr/include/sys/resource.h:61: error: field `ru_stime' has incomplete type
make[3]: make[3]: Leaving directory `/local/build/coreutils-5.0.90.1/src'

------------------------------------------------------------------------
Machinetype:            Sun Sun Blade 2000 (1015MHz);  Solaris 2.9
Remote c89 version:     cc: Sun C 5.5 Patch 112760-01 2003/05/18
Remote CC version:      CC: Sun C++ 5.5 Patch 113817-01 2003/05/18
Configure environment:  CC=c89 CFLAGS="-xO5 -dalign -xlibmil -xcg92 -xsafe=mem" 
CXX=CC CXXFLAGS=-xO5 LDFLAGS=-R/usr/local/lib 

c89 -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib 
-I/usr/local/include  -xO5 -dalign -xlibmil -xcg92 -xsafe=mem -c `test -f 
'date.c' || echo './'`date.c
"make[3]: Leaving directory `/local/build/coreutils-5.0.90.1/src'
../lib/timespec.h", line 39: (struct) tag redeclared: timespec
c89: acomp failed for date.c
make[3]: *** [date.o] Error 2

------------------------------------------------------------------------
Machinetype:            Intel Pentium III (600 MHz);    Solaris 2.9
Remote c89 version:     cc: Sun WorkShop 6 update 2 C 5.3 Patch 111680-08 
2003/02/10
Remote CC version:      CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111686-14 
2003/03/24
Configure environment:  CC=c89 CXX=CC LDFLAGS=-R/usr/local/lib 

c89 -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib   -g -c `test -f 
'date.c' || echo './'`date.c
"../lib/timespec.h", line 39: (struct) tag redeclared: timespec
c89: acomp failed for date.c
make[3]: Leaving directory `/local/build/c89/coreutils-5.0.90.1/src'
make[2]: Leaving directory `/local/build/c89/coreutils-5.0.90.1/src'
make[3]: *** [date.o] Error 2

------------------------------------------------------------------------
Machinetype:            Sun Ultra Enterprise 5500 (4 CPUs);     Solaris 2.8
Remote c89 version:     cc: Sun WorkShop 6 update 2 C 5.3 Patch 111679-12 
2003/05/18
Remote CC version:      CC: Sun WorkShop 6 update 2 C++ 5.3 Patch 111685-15 
2003/05/14
Configure environment:  CC=c89 CXX=CC LDFLAGS=-R/usr/local/lib 

c89 -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib 
-I/usr/local/include  -g -c `test -f 'date.c' || echo './'`date.c
"../lib/timespec.h", make[3]: Leaving directory 
`/local/build/coreutils-5.0.90.1/src'
make[2]: Leaving directory `/local/build/coreutils-5.0.90.1/src'
line 39: (struct) tag redeclared: timespec
c89: acomp failed for date.c
------------------------------------------------------------------------

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- Center for Scientific Computing       FAX: +1 801 581 4148                  -
- University of Utah                    Internet e-mail: address@hidden  -
- Department of Mathematics, 110 LCB        address@hidden  address@hidden -
- 155 S 1400 E RM 233                       address@hidden                    -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe  -
-------------------------------------------------------------------------------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]