bug-coreutils
[Top][All Lists]
Advanced

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

coreutils-6.1: build problem reports


From: Nelson H. F. Beebe
Subject: coreutils-6.1: build problem reports
Date: Thu, 7 Sep 2006 12:04:49 -0600 (MDT)

Here is a summary of build and/or test problems noted for
coreutils-6.1 on various systems:

============================================================
Machinetype:            Sun W40z (4 CPUs, 2400 MHz AMD64 Opteron, 8GB RAM); 
GNU/Linux Red Hat Enterprise Linux AS 4
Remote gcc version:     gcc (GCC) 3.3.5
Configure environment:  CC=gcc CFLAGS=-m32 CXX=g++ CXXFLAGS=-m32 
LDFLAGS="-Wl,-rpath,/usr/local/lib" FC=g77 F77=g77 FFLAGS=-m32

...
PASS: no-target-dir
1d0
< [ Process PID=2261 runs in 32 bit mode. ]
FAIL: atomic
cmp: EOF on exp
failure in testing framework
setfacl: file: Operation not supported
setfacl: dir: Operation not supported
setfacl: dir2: Operation not supported
...
XFAIL: acl
PASS: reply-no
======================================
1 of 33 tests failed
(1 tests were not run)
Please report to address@hidden
======================================

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

if gcc -std=gnu99 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  
-I.. -I. -I/usr/local/include   -I/usr/local/include -MT mountlist.o -MD -MP 
-MF ".deps/mountlist.Tpo" -c -o mountlist.o mountlist.c; \
        then mv -f ".deps/mountlist.Tpo" ".deps/mountlist.Po"; else rm -f 
".deps/mountlist.Tpo"; exit 1; fi
mountlist.c:439: warning: implicit declaration of function `getmntinfo'
mountlist.c:439: error: `MNT_NOWAIT' undeclared (first use in this function)
mountlist.c:439: error: (Each undeclared identifier is reported only once
mountlist.c:439: error: for each function it appears in.)
mountlist.c:445: error: structure has no member named `f_mntfromname'
mountlist.c:446: error: structure has no member named `f_mntonname'
mountlist.c:447: error: structure has no member named `f_fstypename'
make[3]: *** [mountlist.o] Error 1

------------------------------------------------------------------------
Machinetype:            Sun W40z (4 CPUs, 2400 MHz AMD64 Opteron, 8GB RAM); 
FreeBSD 6.1-RELEASE #0
Remote cc version:      cc (GCC) 3.4.4 [FreeBSD] 20050518
Configure environment:  CC=/usr/bin/cc CFLAGS=-I/usr/local/include 
CXX=/usr/bin/g++ LDFLAGS=-Wl,-rpath,/usr/local/lib

if /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. 
-I..  -I.. -I. -I/usr/local/include   -I/usr/local/include -MT mountlist.o -MD 
-MP -MF ".deps/mountlist.Tpo" -c -o mountlist.o mountlist.c; \
        then mv -f ".deps/mountlist.Tpo" ".deps/mountlist.Po"; else rm -f 
".deps/mountlist.Tpo"; exit 1; fi
mountlist.c: In function `read_file_system_list':
mountlist.c:439: warning: implicit declaration of function `getmntinfo'
mountlist.c:439: error: `MNT_NOWAIT' undeclared (first use in this function)
mountlist.c:439: error: (Each undeclared identifier is reported only once
mountlist.c:439: error: for each function it appears in.)
mountlist.c:445: error: structure has no member named `f_mntfromname'
mountlist.c:446: error: structure has no member named `f_mntonname'
mountlist.c:447: error: structure has no member named `f_fstypename'

------------------------------------------------------------------------
Machinetype:            Apple Power Mac G4 (2 1420 MHz PowerPC G4 (3.3) CPUs, 
2GB RAM); Darwin 7.9.0 (Mac OS X Server 10.3.9 (7W98))
Remote gcc version:     gcc (GCC) 3.4.3
Configure environment:  CC=gcc CXX=g++   LIBS=-lcc_dynamic

PASS: posix-H
expected actual differ: char 617, line 22
FAIL: basic
22d21
< f
23a23
> f
./deref: skipping this test; your system doesn't support changing
the owner or group of a symbolic link.
...
======================================
1 of 4 tests failed
(1 tests were not run)
Please report to address@hidden
======================================
------------------------------------------------------------------------
Machinetype:            DEC Alpha 4100-5/466 (4 21164 EV5 CPUs, 466 MHz, 2GB 
RAM);          OSF/1 4.0F
Remote cc version:      DEC C V5.9-005 on Digital UNIX V4.0 (Rev. 1229)
Configure environment:  CC=cc CFLAGS="-ieee -I/usr/local/include" CXX=cxx 
CXXFLAGS="-ieee -I/usr/local/include" LDFLAGS="-Wl,-rpath,/usr/local/lib 
-Wl,-oldstyle_liblookup -L/usr/local/lib" LIBS="-lsnprintf" FC=f77 F77=f77

        cc -std -std -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  
-I.. -I. -I/usr/local/include   -ieee -I/usr/local/include -c strtoimax.c
cc: Severe: strtoimax.c, line 27: Cannot find file <inttypes.h> specified in 
#include directive. (noinclfile)

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

if gcc -std=gnu99 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  
-I.. -I. -I/usr/local/include   -g -O2 -MT mountlist.o -MD -MP -MF 
".deps/mountlist.Tpo" -c -o mountlist.o mountlist.c; \
then mv -f ".deps/mountlist.Tpo" ".deps/mountlist.Po"; else rm -f 
".deps/mountlist.Tpo"; exit 1; fi
mountlist.c:86:26: sys/statvfs.h: No such file or directory
mountlist.c: In function `read_file_system_list':
mountlist.c:439: warning: implicit declaration of function `getmntinfo'
mountlist.c:439: error: `MNT_NOWAIT' undeclared (first use in this function)
mountlist.c:439: error: (Each undeclared identifier is reported only once
mountlist.c:439: error: for each function it appears in.)
mountlist.c:442: error: increment of pointer to unknown structure
mountlist.c:442: error: arithmetic on pointer to an incomplete type
mountlist.c:445: error: dereferencing pointer to incomplete type
mountlist.c:446: error: dereferencing pointer to incomplete typemake[3]: 
Leaving directory `/local/build/coreutils-6.1/lib'
------------------------------------------------------------------------
Machinetype:            Intel Pentium III (600 MHz);    OpenBSD 3.9 GENERIC#617 
i386
Remote cc version:      cc (GCC) 3.3.5 (propolice)
Configure environment:  CC=/usr/bin/cc CXX=/usr/bin/c++ 
LDFLAGS=-Wl,-rpath,/usr/local/lib

if /usr/bin/cc -std=gnu99 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. 
-I..  -I.. -I.    -g -O2 -MT mountlist.o -MD -MP -MF ".deps/mountlist.Tpo" -c 
-o mountlist.o mountlist.c; \
        then mv -f ".deps/mountlist.Tpo" ".deps/mountlist.Po"; else rm -f 
".deps/mountlist.Tpo"; exit 1; fi
mountlist.c:86:26: sys/statvfs.h: No such file or directory
mountlist.c: In function `read_file_system_list':
mountlist.c:439: warning: implicit declaration of function `getmntinfo'
mountlist.c:439: error: `MNT_NOWAIT' undeclared (first use in this function)
mountlist.c:439: error: (Each undeclared identifier is reported only once
mountlist.c:439: error: for each function it appears in.)
mountlist.c:442: error: increment of pointer to unknown structure
mountlist.c:442: error: arithmetic on pointer to an incomplete type
mountlist.c:445: error: dereferencing pointer to incomplete type
mountlist.c:446: error: dereferencing pointer to incomplete type
mountlist.c:447: error: dereferencing pointer to incomplete type
------------------------------------------------------------------------
Machinetype:            Sun Ultra Enterprise 450/400 (4 CPUs, 400 MHz 
UltraSPARC II, 4GB); Solaris 10
Remote c89 version:     cc: Sun C 5.8 Patch 121015-02 2006/03/29
Configure environment:  CC=/opt/SUNWspro/bin/c89 CFLAGS=-I/usr/local/include 
CXX=/opt/SUNWspro/bin/CC CXXFLAGS=-I/usr/local/include 
LDFLAGS="-R/usr/local/lib -L/usr/local/lib"

source='sha512.c' object='sha512.o' libtool=no \
        DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
        /opt/SUNWspro/bin/c89 -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. 
-I. -I..  -I.. -I. -I/usr/local/include   -I/usr/local/include -c sha512.c
"sha512.h", line 28: syntax error before or at: uint64_t
"sha512.h", line 37: member cannot be function: sha512_init_ctx
"sha512.h", line 38: syntax error before or at: extern
"sha512.h", line 38: member cannot be function: sha384_init_ctx
... many more ...

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  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]