Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 45196

Summary: Compile Error with STABLE xfsprogs 2.6.0 and unstable 2.6.3
Product: Gentoo Linux Reporter: Christian Sahle <birgit-christian>
Component: New packagesAssignee: x86-kernel (DEPRECATED) <x86-kernel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: base-system, steel300
Priority: High    
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christian Sahle 2004-03-20 02:32:32 UTC
>>> emerge (1 of 2) sys-fs/xfsprogs-2.6.0 to /
>>> md5 src_uri ;-) xfsprogs-2.6.0.src.tar.gz
>>> Unpacking source...
>>> Unpacking xfsprogs-2.6.0.src.tar.gz to /var/tmp/portage/xfsprogs-2.6.0/work
>>> Source unpacked.
creating cache ./config.cache
checking for make... /usr/bin/make
checking for libtool... /usr/bin/libtool
checking for tar... /bin/tar
checking for gzip... /bin/gzip
checking for makedepend... /usr/X11R6/bin/makedepend
checking for awk... /bin/awk
checking for sed... /bin/sed
checking for echo... /bin/echo
checking for sort... /bin/sort
checking whether ln -s works... yes
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for rpm... /bin/rpm
checking how to run the C preprocessor... gcc -E
checking for uuid.h... no
checking for uuid/uuid.h... yes
checking for uuid_compare... no
checking for uuid_compare in -luuid... yes
checking for pthread.h... yes
checking for pthread_mutex_init in -lpthread... yes
checking for __psint_t ... no
checking for __psunsigned_t ... no
checking size of long... 4
checking size of char *... 4
updating cache ./config.cache
creating ./config.status
creating include/builddefs
creating include/platform_defs.h
=== include ===
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
rm -f xfs disk
ln -s . xfs
ln -s . disk
=== libxfs ===
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
/usr/bin/libtool --mode=compile gcc -pipe -mcpu=750 -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I./include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\"   -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I../include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\"  -I.  -D_REENTRANT -fno-strict-aliasing -c bit.c
mkdir .libs
gcc -pipe -mcpu=750 -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I./include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I../include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I. -D_REENTRANT -fno-strict-aliasing -c bit.c    -fPIC -DPIC -o .libs/bit.lo
gcc -pipe -mcpu=750 -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I./include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I../include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I. -D_REENTRANT -fno-strict-aliasing -c bit.c -o bit.o >/dev/null 2>&1
mv -f .libs/bit.lo bit.lo
/usr/bin/libtool --mode=compile gcc -pipe -mcpu=750 -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I./include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\"   -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I../include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\"  -I.  -D_REENTRANT -fno-strict-aliasing -c init.c
rm -f .libs/init.lo
gcc -pipe -mcpu=750 -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I./include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -pipe -mcpu=750 -DNDEBUG -funsigned-char -Wall -I../include -DVERSION=\"2.6.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I. -D_REENTRANT -fno-strict-aliasing -c init.c    -fPIC -DPIC -o .libs/init.lo
init.c: In function `check_isactive':
init.c:63: storage size of `st' isn't known
init.c:65: warning: implicit declaration of function `stat64'
init.c:63: warning: unused variable `st'
init.c: In function `check_open':
init.c:179: storage size of `stbuf' isn't known
init.c:179: warning: unused variable `stbuf'
make[1]: *** [init.lo] Error 1
make: *** [default] Error 2



Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Machine:

Pegasos II G3 600
512MB Ram
Dawicontrol 2976UW ( SCSI Controller )
Sound Blaster Live Digital PCI
Comment 1 Jason Cox (RETIRED) gentoo-dev 2004-04-13 22:08:33 UTC
What kernel does this happen on? Vanilla 2.6.3? Gentoo-dev-sources-2.6.3? Could you try a newer kernel and see if that works?
Comment 2 Christian Sahle 2004-04-17 07:30:15 UTC
I have the problem with:

ppc-sources-dev-2.4.24-r2
ppc-development-sources-2.6.4
ppc-development-sources-2.6.5_rc2-r1

emerge.info:

Gentoo Base System version 1.4.9
Portage 2.0.50-r6 (default-ppc-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.6.4)
=================================================================
System uname: 2.6.4 ppc 745/755
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="ppc"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -mcpu=750"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -pipe -mcpu=750"
DISTDIR="/daten/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa arts berkdb cdr cups directfb dvd dvdr encode esd foomaticdb gdbm gif gpm gtk gtk2 icq imlib ipv6 java joystick jpeg kde libg++ libwww linguas_de mad mikmod mitshm motif mozilla mpeg ncurses nls oggvorbis opengl pam pdflib perl png ppc python qt quicktime readline samba sdl slang snmp socks5 ssl tcpd tiff truetype usb voodoo3 xml xmms xv zlib"
Comment 3 Luca Barbato gentoo-dev 2004-04-18 08:32:11 UTC

*** This bug has been marked as a duplicate of 42181 ***