Summary: | kudzu-knoppix-1.1.36-r1 fails to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Peter Ruskin <aoyu93> |
Component: | Current packages | Assignee: | Gentoo LiveCD Package Maintainers <livecd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tar |
Priority: | High | ||
Version: | 2005.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge STDOUT
emerge STDERR |
Description
Peter Ruskin
2005-05-14 17:06:51 UTC
Just curious... but what if you try to build it without USE=nls? # USE=nls emerge kudzu-knoppix -v
Calculating dependencies ...done!
>>> emerge (1 of 1) sys-apps/kudzu-knoppix-1.1.36-r1 to /
>>> md5 files ;-) ChangeLog
>>> md5 files ;-) metadata.xml
>>> md5 files ;-) kudzu-knoppix-1.1.36-r1.ebuild
>>> md5 files ;-) files/digest-kudzu-knoppix-1.1.36-r1
>>> md5 files ;-) files/kudzu.conf.d
>>> md5 files ;-) files/kudzu-knoppix-1.1.36-nonls-v4.patch
>>> md5 files ;-) files/kudzu.rc
>>> md5 src_uri ;-) kudzu-knoppix_1.1.36-2.tar.gz
>>> Unpacking source...
>>> Unpacking kudzu-knoppix_1.1.36-2.tar.gz to /var/tmp/portage/kudzu-knoppix-1.1.36-r1/work
>>> Source unpacked.
( cd ddcprobe ; make libvbe.a CFLAGS="" )
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o kudzu.o kudzu.c
make[1]: Entering directory `/var/tmp/portage/kudzu-knoppix-1.1.36-r1/work/kudzu-1.1.36/ddcprobe'
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -c -o lrmi.o lrmi.c
gcc -c -o vesamode.o vesamode.c
gcc -c -o vbe.o vbe.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o modules.o modules.c
ar cru libvbe.a lrmi.o vesamode.o vbe.o
make[1]: Leaving directory `/var/tmp/portage/kudzu-knoppix-1.1.36-r1/work/kudzu-1.1.36/ddcprobe'
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pci.o pci.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pcmcia.o pcmcia.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o serial.o serial.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ide.o ide.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o misc.o misc.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o scsi.o scsi.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o parallel.o parallel.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o psaux.o psaux.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o usb.o usb.c
psaux.c: In function `psauxProbe':
psaux.c:129: warning: unused variable `display'
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o sbus.o sbus.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o keyboard.o keyboard.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ddc.o ddc.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pciserial.o pciserial.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o isapnp.o isapnp.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o firewire.o firewire.c
firewire.c: In function `firewireProbe':
firewire.c:58: warning: unused variable `loaded_driver'
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o adb.o adb.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o macio.o macio.c
cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ddcprobe/common.o ddcprobe/common.c
diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -D__LOADER__ -o kudzu_loader.do kudzu.c
kudzu.c: In function `probeDevices':
kudzu.c:660: warning: unused variable `logLevel'
kudzu.c: At top level:
kudzu.c:728: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146)
kudzu.c:735: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146)
kudzu.c:736: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146)
kudzu.c: In function `matchNetDevices':
kudzu.c:905: warning: unused variable `b'
kudzu.c:906: warning: unused variable `ncfgs'
kudzu.c:908: warning: unused variable `cfgs'
kudzu.c:909: warning: unused variable `lasteth'
kudzu.c:909: warning: unused variable `lasttr'
diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o misc.do misc.c
misc.c: In function `miscProbe':
misc.c:120: warning: implicit declaration of function `basename'
misc.c:120: warning: passing arg 1 of `strdup' makes pointer from integer without a cast
diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pci.do pci.c
diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pcmcia.do pcmcia.c
diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o scsi.do scsi.c
scsi.c: In function `loadMissingHosts':
scsi.c:286: warning: implicit declaration of function `strcasecmp'
diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ide.do ide.c
In file included from /usr/include/asm/byteorder.h:59,
from /usr/include/linux/cdrom.h:14,
from ide.c:20:
/usr/include/linux/byteorder/little_endian.h:44: error: syntax error before "__cpu_to_le64p"
/usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le64p':
/usr/include/linux/byteorder/little_endian.h:46: error: `__le64' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h:46: error: (Each undeclared identifier is reported only once
/usr/include/linux/byteorder/little_endian.h:46: error: for each function it appears in.)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:48: error: syntax error before '*' token
/usr/include/linux/byteorder/little_endian.h: In function `__le64_to_cpup':
/usr/include/linux/byteorder/little_endian.h:50: error: `p' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:53: error: syntax error before "__cpu_to_le32p"
/usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le32p':
/usr/include/linux/byteorder/little_endian.h:55: error: `__le32' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:57: error: syntax error before '*' token
/usr/include/linux/byteorder/little_endian.h: In function `__le32_to_cpup':
/usr/include/linux/byteorder/little_endian.h:59: error: `p' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:61: error: syntax error before "__cpu_to_le16p"
/usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le16p':
/usr/include/linux/byteorder/little_endian.h:63: error: `__le16' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:65: error: syntax error before '*' token
/usr/include/linux/byteorder/little_endian.h: In function `__le16_to_cpup':
/usr/include/linux/byteorder/little_endian.h:67: error: `p' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:70: error: syntax error before "__cpu_to_be64p"
/usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be64p':
/usr/include/linux/byteorder/little_endian.h:72: error: `__be64' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h:72: error: syntax error before "__swab64p"
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:74: error: syntax error before '*' token
/usr/include/linux/byteorder/little_endian.h: In function `__be64_to_cpup':
/usr/include/linux/byteorder/little_endian.h:76: error: `p' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:79: error: syntax error before "__cpu_to_be32p"
/usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be32p':
/usr/include/linux/byteorder/little_endian.h:81: error: `__be32' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h:81: error: syntax error before "__swab32p"
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:83: error: syntax error before '*' token
/usr/include/linux/byteorder/little_endian.h: In function `__be32_to_cpup':
/usr/include/linux/byteorder/little_endian.h:85: error: `p' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:87: error: syntax error before "__cpu_to_be16p"
/usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be16p':
/usr/include/linux/byteorder/little_endian.h:89: error: `__be16' undeclared (first use in this function)
/usr/include/linux/byteorder/little_endian.h:89: error: syntax error before "__swab16p"
/usr/include/linux/byteorder/little_endian.h: At top level:
/usr/include/linux/byteorder/little_endian.h:91: error: syntax error before '*' token
/usr/include/linux/byteorder/little_endian.h: In function `__be16_to_cpup':
/usr/include/linux/byteorder/little_endian.h:93: error: `p' undeclared (first use in this function)
make: *** [ide.do] Error 1
*without* USE=nls... heh... sorry... Ooops! I should have spotted that too :-) # USE="-nls" emerge kudzu-knoppix -v Calculating dependencies ...done! >>> emerge (1 of 1) sys-apps/kudzu-knoppix-1.1.36-r1 to / >>> md5 files ;-) ChangeLog >>> md5 files ;-) metadata.xml >>> md5 files ;-) kudzu-knoppix-1.1.36-r1.ebuild >>> md5 files ;-) files/digest-kudzu-knoppix-1.1.36-r1 >>> md5 files ;-) files/kudzu.conf.d >>> md5 files ;-) files/kudzu-knoppix-1.1.36-nonls-v4.patch >>> md5 files ;-) files/kudzu.rc >>> md5 src_uri ;-) kudzu-knoppix_1.1.36-2.tar.gz >>> Unpacking source... >>> Unpacking kudzu-knoppix_1.1.36-2.tar.gz to /var/tmp/portage/kudzu-knoppix-1.1.36-r1/work * Applying kudzu-knoppix-1.1.36-nonls-v4.patch ... [ ok ] >>> Source unpacked. ( cd ddcprobe ; make libvbe.a CFLAGS="" ) cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o kudzu.o kudzu.c make[1]: Entering directory `/var/tmp/portage/kudzu-knoppix-1.1.36-r1/work/kudzu-1.1.36/ddcprobe' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. gcc -c -o lrmi.o lrmi.c gcc -c -o vesamode.o vesamode.c gcc -c -o vbe.o vbe.c ar cru libvbe.a lrmi.o vesamode.o vbe.o make[1]: Leaving directory `/var/tmp/portage/kudzu-knoppix-1.1.36-r1/work/kudzu-1.1.36/ddcprobe' cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o modules.o modules.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pci.o pci.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pcmcia.o pcmcia.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o serial.o serial.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ide.o ide.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o misc.o misc.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o scsi.o scsi.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o parallel.o parallel.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o psaux.o psaux.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o usb.o usb.c psaux.c: In function `psauxProbe': psaux.c:129: warning: unused variable `display' cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o sbus.o sbus.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o keyboard.o keyboard.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ddc.o ddc.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pciserial.o pciserial.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o isapnp.o isapnp.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o firewire.o firewire.c firewire.c: In function `firewireProbe': firewire.c:58: warning: unused variable `loaded_driver' cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o adb.o adb.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o macio.o macio.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ddcprobe/common.o ddcprobe/common.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -D__LOADER__ -o kudzu_loader.do kudzu.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o misc.do misc.c kudzu.c: In function `probeDevices': kudzu.c:660: warning: unused variable `logLevel' kudzu.c: At top level: kudzu.c:728: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146) kudzu.c:735: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146) kudzu.c:736: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146) kudzu.c: In function `matchNetDevices': kudzu.c:905: warning: unused variable `b' kudzu.c:906: warning: unused variable `ncfgs' kudzu.c:908: warning: unused variable `cfgs' kudzu.c:909: warning: unused variable `lasteth' kudzu.c:909: warning: unused variable `lasttr' misc.c: In function `miscProbe': misc.c:120: warning: implicit declaration of function `basename' misc.c:120: warning: passing arg 1 of `strdup' makes pointer from integer without a cast diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pci.do pci.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pcmcia.do pcmcia.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o scsi.do scsi.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ide.do ide.c In file included from /usr/include/asm/byteorder.h:59, from /usr/include/linux/cdrom.h:14, from ide.c:20: /usr/include/linux/byteorder/little_endian.h:44: error: syntax error before "__cpu_to_le64p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le64p': /usr/include/linux/byteorder/little_endian.h:46: error: `__le64' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:46: error: (Each undeclared identifier is reported only once /usr/include/linux/byteorder/little_endian.h:46: error: for each function it appears in.) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:48: error: syntax error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__le64_to_cpup': /usr/include/linux/byteorder/little_endian.h:50: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:53: error: syntax error before "__cpu_to_le32p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le32p': /usr/include/linux/byteorder/little_endian.h:55: error: `__le32' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:57: error: syntax error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__le32_to_cpup': /usr/include/linux/byteorder/little_endian.h:59: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:61: error: syntax error before "__cpu_to_le16p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le16p': /usr/include/linux/byteorder/little_endian.h:63: error: `__le16' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:65: error: syntax error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__le16_to_cpup': /usr/include/linux/byteorder/little_endian.h:67: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:70: error: syntax error before "__cpu_to_be64p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be64p': /usr/include/linux/byteorder/little_endian.h:72: error: `__be64' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:72: error: syntax error before "__swab64p" /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:74: error: syntax error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__be64_to_cpup': /usr/include/linux/byteorder/little_endian.h:76: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:79: error: syntax error before "__cpu_to_be32p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be32p': /usr/include/linux/byteorder/little_endian.h:81: error: `__be32' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:81: error: syntax error before "__swab32p" /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:83: error: syntax error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__be32_to_cpup': /usr/include/linux/byteorder/little_endian.h:85: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:87: error: syntax error before "__cpu_to_be16p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be16p': /usr/include/linux/byteorder/little_endian.h:89: error: `__be16' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:89: error: syntax error before "__swab16p" /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:91: error: syntax error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__be16_to_cpup': /usr/include/linux/byteorder/little_endian.h:93: error: `p' undeclared (first use in this function) scsi.c: In function `loadMissingHosts': scsi.c:286: warning: implicit declaration of function `strcasecmp' make: *** [ide.do] Error 1 ( cd ddcprobe ; make libvbe.a CFLAGS="" ) cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o kudzu.o kudzu.c make[1]: Entering directory `/var/tmp/portage/kudzu-knoppix-1.1.36-r1/work/kudzu-1.1.36/ddcprobe' make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. gcc -c -o lrmi.o lrmi.c gcc -c -o vesamode.o vesamode.c gcc -c -o vbe.o vbe.c ar cru libvbe.a lrmi.o vesamode.o vbe.o cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o modules.o modules.c make[1]: Leaving directory `/var/tmp/portage/kudzu-knoppix-1.1.36-r1/work/kudzu-1.1.36/ddcprobe' cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pci.o pci.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pcmcia.o pcmcia.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o serial.o serial.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ide.o ide.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o misc.o misc.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o scsi.o scsi.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o parallel.o parallel.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o psaux.o psaux.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o usb.o usb.c psaux.c: In function `psauxProbe': psaux.c:129: warning: unused variable `display' cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o sbus.o sbus.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o keyboard.o keyboard.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ddc.o ddc.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pciserial.o pciserial.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o isapnp.o isapnp.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o firewire.o firewire.c firewire.c: In function `firewireProbe': firewire.c:58: warning: unused variable `loaded_driver' cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o adb.o adb.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o macio.o macio.c cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ddcprobe/common.o ddcprobe/common.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -D__LOADER__ -o kudzu_loader.do kudzu.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o misc.do misc.c kudzu.c: In function `probeDevices': kudzu.c:660: warning: unused variable `logLevel' kudzu.c: At top level: kudzu.c:728: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146) kudzu.c:735: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146) kudzu.c:736: warning: `u_int32_t' is deprecated (declared at /usr/diet/include/sys/types.h:146) kudzu.c: In function `matchNetDevices': kudzu.c:905: warning: unused variable `b' kudzu.c:906: warning: unused variable `ncfgs' kudzu.c:908: warning: unused variable `cfgs' kudzu.c:909: warning: unused variable `lasteth' kudzu.c:909: warning: unused variable `lasttr' misc.c: In function `miscProbe': misc.c:120: warning: implicit declaration of function `basename' misc.c:120: warning: passing arg 1 of `strdup' makes pointer from integer without a cast diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pci.do pci.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o pcmcia.do pcmcia.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o scsi.do scsi.c diet cc -c -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.36\" -fpic -o ide.do ide.c In file included from /usr/include/asm/byteorder.h:59, from /usr/include/linux/cdrom.h:14, from ide.c:20: /usr/include/linux/byteorder/little_endian.h:44: error: parse error before "__cpu_to_le64p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le64p': /usr/include/linux/byteorder/little_endian.h:46: error: `__le64' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:46: error: (Each undeclared identifier is reported only once /usr/include/linux/byteorder/little_endian.h:46: error: for each function it appears in.) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:48: error: parse error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__le64_to_cpup': /usr/include/linux/byteorder/little_endian.h:50: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:53: error: parse error before "__cpu_to_le32p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le32p': /usr/include/linux/byteorder/little_endian.h:55: error: `__le32' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:57: error: parse error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__le32_to_cpup': /usr/include/linux/byteorder/little_endian.h:59: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:61: error: parse error before "__cpu_to_le16p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_le16p': /usr/include/linux/byteorder/little_endian.h:63: error: `__le16' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:65: error: parse error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__le16_to_cpup': /usr/include/linux/byteorder/little_endian.h:67: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:70: error: parse error before "__cpu_to_be64p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be64p': /usr/include/linux/byteorder/little_endian.h:72: error: `__be64' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:72: error: parse error before "__swab64p" /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:74: error: parse error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__be64_to_cpup': /usr/include/linux/byteorder/little_endian.h:76: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:79: error: parse error before "__cpu_to_be32p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be32p': /usr/include/linux/byteorder/little_endian.h:81: error: `__be32' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:81: error: parse error before "__swab32p" /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:83: error: parse error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__be32_to_cpup': /usr/include/linux/byteorder/little_endian.h:85: error: `p' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:87: error: parse error before "__cpu_to_be16p" /usr/include/linux/byteorder/little_endian.h: In function `__cpu_to_be16p': /usr/include/linux/byteorder/little_endian.h:89: error: `__be16' undeclared (first use in this function) /usr/include/linux/byteorder/little_endian.h:89: error: parse error before "__swab16p" /usr/include/linux/byteorder/little_endian.h: At top level: /usr/include/linux/byteorder/little_endian.h:91: error: parse error before '*' token /usr/include/linux/byteorder/little_endian.h: In function `__be16_to_cpup': /usr/include/linux/byteorder/little_endian.h:93: error: `p' undeclared (first use in this function) scsi.c: In function `loadMissingHosts': scsi.c:286: warning: implicit declaration of function `strcasecmp' make: *** [ide.do] Error 1 make: *** Waiting for unfinished jobs.... mywhiz px # emerge info Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.5-r0, 2.6.11-gentoo-r8 i686) ================================================================= System uname: 2.6.11-gentoo-r8 i686 AMD Athlon(tm) XP 2500+ Gentoo Base System version 1.6.12 Python: dev-lang/python-2.3.5 [2.3.5 (#1, May 13 2005, 00:36:02)] dev-lang/python: 2.3.5 sys-apps/sandbox: [Not Present] sys-devel/autoconf: 2.59-r6, 2.13 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5 sys-devel/binutils: 2.15.92.0.2-r7 sys-devel/libtool: 1.5.16 virtual/os-headers: 2.6.11 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -mtune=athlon-xp -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -mtune=athlon-xp -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig buildpkg candy ccache digest distlocks sandbox sfperms strict userpriv usersandbox" GENTOO_MIRRORS="http://gentoo.llarian.net/ http://gentoo.osuosl.org/ http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.pair.com/ http://gentoo.ccccom.com http://gentoo.netnitco.net http://mirrors.acm.cs.rpi.edu/gentoo/ http://mirror.datapipe.net/gentoo http://www.gigaload.org/gentoo.org/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="x86 X X509 aac acpi acpi4linux aim alsa amd apache2 apm arts artworkextra async audiofile avi bash-completion bcmath bindist bitmap-fonts bluetooth bzlib caps cddb cdparanoia cdr chroot clamav codecs cpdflib crypt css cups devfs devfs26 dga dio distribution divx4linux dmx dts dv dvb dvd dvdr dvdread edl eds emboss encode esd ethereal exif faac faad fam fbcon fbdev ffmpeg fftw flash fluidsynth font-server foomaticdb fortran freetype ftp gd gdbm gif gimp gimpprint gkrellm glade glut gnokii gnome gnomedb gphoto2 gpm gps graphviz gsm gstreamer gtk gtk2 hal icc-pgo icq idea ieee1394 imap imlib imlib2 ipv6 ithreads jabber jack-tmpfs java javascript jikes jp2 jpeg justify kde kdeenablefinal ladcca lcd lcms libcaca libclamav libg++ libsamplerate libwww lids live lzo lzw lzw-tiff mad matroska mbox md5sum mdb mikmod milter mime ming mmx mmx2 mng motif mozp3p mozsvg mp3 mpeg mpeg4 mpi mplayer msn multicall mysql mysqli mythtv ncurses netboot network nls nptl ntlm nvidia oav offensive ogg oggvorbis openal opengl oscar oss pam parse-clocks pcmcia pcre pda pdfkit pdflib perl png pnp portaudio posix ppds profile pthreads pvm python qt quicktime quotes readline real rrdtool rtc samba scanner sdl session sftplogging shared sharedmem silc slang slp smime sndfile soap sockets speedo spell sqlite sse sse2 ssl streamzap svg svga symlink tcpd tga theora tiff transcode truetype truetype-fonts trusted type1 type1-fonts unicode usb userlocales uudeview v4l v4l2 vcd vcdimager virus-scan vorbis wddx wifi wmf wsconvert xanim xemacs xine xinerama xml2 xmlrpc xmms xosd xpm xprint xscreensaver xsl xv xvid xvmc yahoo yv12 zlib zvbi userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS I had the same issue (compile stopped at "make: *** [ide.do] Error 1"). I emerged kudzu-knoppix with the livecd flag (USE="livecd" emerge kudzu-knoppix) and it worked.... AR Re. Comment #6: From use.desc: livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building. USE=livecd turns off the kudu build and only builds libkudzu, which is all we use on the releases. Basically, you got around the problem by not building kudzu. ;] I'm still trying to figure out what exactly is causing this, as I'm not getting it locally. I'm running into the same problem on my system and it looks like in <linux/types> the lines defining __le64 are like this: #if defined(__GNUC__) && !defined(__STRICT_ANSI__) typedef __u64 __bitwise __le64; typedef __u64 __bitwise __be64; #endif and compiling the file with diet does not seem to set __GNUC__ so they are not included and then it blows up when it can't find the __le64 type. One note, on my system I have /usr/inlude/asm, asm-generic, linux symlinked to my kernel source directories and the linux-header package masked out since I'm using a custom (actually vanilla, but not gentoo vanilla) kernel tree. I don't think this should effect the issue though. problem persists in 1.1.36-r2 Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r4 i686) ================================================================= System uname: 2.6.12-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz Gentoo Base System version 1.6.12 Python: dev-lang/python-2.2.3-r1,dev-lang/python-2.3.5 [2.3.5 (#1, Apr 27 2005, 17:24:45)] ccache version 2.3 [enabled] dev-lang/python: 2.2.3-r1, 2.3.5 sys-apps/sandbox: [Not Present] sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.5, 1.6.3, 1.9.5, 1.8.5-r3, 1.7.9-r1, 1.4_p6 sys-devel/binutils: 2.15.92.0.2-r10 sys-devel/libtool: 1.5.18-r1 virtual/os-headers: 2.4.19-r1, 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-Os -march=pentium4 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-Os -march=pentium4 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks fixpackages sandbox sfperms strict" GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="x86 X acpi alsa apache2 apm arts avi berkdb bitmap-fonts cdr crypt cups curl dvd emboss encode esd fam flac foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imagemagick imap imlib ipv6 java jpeg kde libg++ libwww mad maildir mikmod motif mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime readline samba scanner sdl slang spell ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb vorbis xine xinerama xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY I just got the same thing with r2 when trying to do emerge -uD world. I have tried to un-emerge and install again but it still gives the same problems and it's hanging up my world update. I cannot use --resume --skipfirst otherwise subsequent packages also fail. Also experiencing this in r2: # emerge info Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r3 i686) ================================================================= System uname: 2.6.11-gentoo-r3 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz Gentoo Base System version 1.6.12 ccache version 2.3 [disabled] dev-lang/python: 2.3.5 sys-apps/sandbox: 1.2.10 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5 sys-devel/binutils: 2.15.92.0.2-r10 sys-devel/libtool: 1.5.18-r1 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=i686 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X aac acpi aim alsa apm arts audiofile avi bash-completion berkdb bitmap-fonts crypt cscope cups curl dga directfb divx4linux dmx emboss encode esd fam font-server foomaticdb fortran gcj gdbm gif glut gnustep gpm gsnd gtk gtk2 imagemagick imlib ipv6 java jpeg ldap libg++ libwww mad mikmod mmx mmxext mng motif mozilla mp3 mpeg msn mysql mysqli ncurses nls objc oci8 odbc ogg oggvorbis openal opengl oracle oss pam pcre pdflib perl png postgres python qt quicktime readline real samba sdl sharedmem slang spell sse sse2 ssl svg svga tcltk tcpd tga tiff truetype truetype-fonts type1-fonts usb vcd vorbis wxwindows xanim xinerama xml2 xmms xpm xprint xv xvid yahoo zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS Created attachment 63180 [details]
emerge STDOUT
Created attachment 63181 [details]
emerge STDERR
I'm about 3 seconds away from removing this package, as I simply cannot support it. We use this package for the releases, and we only use it with USE=livecd, which builds *only* libkudzu, which is required by hwsetup. Unfortunately, anything else about this tool is completely foreign to me. Are you guys actually using it on live systems? I'm going to bet that it doesn't compile against the newer headers. I installed off of a liveCD and it's in the 'world' profile (may be mixing my terminology). I've never used it, portage won't let me emerge anything without it. # emerge -Dupv world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild U ] sys-apps/kudzu-knoppix-1.1.36-r2 [1.1.36-r1] -livecd -minimal +nls +python 0 kB [ebuild U ] sys-apps/hwsetup-1.0-r3 [1.0-r2] 0 kB [ebuild U ] app-arch/gzip-1.3.5-r8 [1.3.5-r7] -build +nls -pic -static 0 kB [ebuild U ] app-emulation/vmware-workstation-5.0.0.13124-r1 [4.5.2.8848-r6] 264 kB [ebuild U ] app-text/docbook-sgml-dtd-4.1-r3 [4.1-r2] 0 kB [ebuild U ] app-text/docbook-sgml-dtd-4.0-r3 [4.0-r2] 0 kB [ebuild U ] app-text/docbook-dsssl-stylesheets-1.79 [1.77-r2] 271 kB [ebuild U ] app-text/docbook-sgml-dtd-3.0-r3 [3.0-r2] 0 kB [ebuild U ] app-text/docbook-sgml-dtd-3.1-r3 [3.1-r2] 0 kB [ebuild U ] app-text/docbook-xml-simple-dtd-1.0-r1 [1.0] 0 kB [ebuild U ] www-client/links-2.1_pre17-r1 [2.1_pre17] +X +directfb -fbcon +gpm -javascript +jpeg -livecd +png +ssl +svga +tiff -unicode 0 kB [ebuild U ] app-text/docbook-xsl-stylesheets-1.68.1-r1 [1.66.1] 944 kB [ebuild U ] net-dns/libidn-0.5.15 [0.5.13] -doc -emacs +java +nls 1,925 kB [ebuild NS ] kde-base/kdelibs-3.4.1-r1 +alsa +arts +cups -debug -doc -jpeg2k -kdeenablefinal -kerberos -openexr +spell +ssl +tiff +xinerama -zeroconf 16,458 kB [ebuild N ] dev-libs/cyrus-sasl-2.1.20 -authdaemond +berkdb +gdbm +java -kerberos +ldap +mysql +pam +postgres +ssl -static 1,733 kB [ebuild NS ] kde-base/kdebase-3.4.1-r1 +arts +cups -debug -hal -ieee1394 +java -kdeenablefinal +ldap -lm_sensors -logitech-mouse +opengl +pam +samba +ssl +xinerama 21,907 kB [ebuild NS ] kde-base/kdeartwork-3.4.1 +arts -debug -kdeenablefinal +opengl +xinerama -xscreensaver 17,642 kB [ebuild NS ] kde-base/kdepim-3.4.1-r1 +arts +crypt -debug -gnokii -kdeenablefinal -pda +xinerama 11,079 kB [ebuild NS ] kde-base/kdegames-3.4.1 +arts -debug -kdeenablefinal +xinerama 9,207 kB [ebuild NS ] kde-base/kdeutils-3.4.1 +arts +crypt -debug -kdeenablefinal -snmp +xinerama 2,233 kB [ebuild NS ] kde-base/kdegraphics-3.4.1 +arts -debug -gphoto2 +imlib -kdeenablefinal -nodrm +opengl -povray -scanner -tetex +xinerama 6,427 kB [ebuild NS ] kde-base/kdeedu-3.4.1 +arts -debug -kdeenablefinal +xinerama 23,446 kB [ebuild NS ] kde-base/kdenetwork-3.4.1 +arts -debug -kdeenablefinal -rdesktop -slp +ssl -wifi +xinerama 7,215 kB [ebuild N ] sci-libs/fftw-3.0.1 -3dnow -mpi +sse 1,900 kB [ebuild N ] media-libs/libsamplerate-0.1.1-r1 -sndfile -static 683 kB [ebuild NS ] kde-base/kdemultimedia-3.4.1-r1 +alsa +arts +audiofile -debug +encode -flac -gstreamer -jack -kdeenablefinal +mp3 -speex -theora +vorbis -xine +xinerama 5,417 kB [ebuild NS ] kde-base/kdetoys-3.4.1 +arts -debug -kdeenablefinal +xinerama 3,125 kB [ebuild NS ] kde-base/kdewebdev-3.4.1 +arts -debug -doc -kdeenablefinal -tidy +xinerama 5,826 kB [ebuild NS ] kde-base/kdeadmin-3.4.1 +arts -debug -kdeenablefinal +xinerama 1,488 kB [ebuild NS ] kde-base/kdeaddons-3.4.1 +arts +berkdb -debug -kdeenablefinal +sdl +xinerama +xmms 1,588 kB [ebuild NS ] kde-base/kde-3.4.1 -accessibility 0 kB [ebuild U ] gnome-extra/libgsf-1.12.0 [1.10.0] -debug -doc -gnome -static 427 kB [ebuild U ] net-misc/dhcpcd-1.3.22_p4-r11 [1.3.22_p4-r5] -build -static 0 kB [ebuild U ] sys-apps/kbd-1.12-r5 [1.12-r4] +nls 0 kB [ebuild U ] app-misc/gentoo-0.11.54 [0.11.51] +fam -gnome +nls 1,347 kB [ebuild U ] sys-kernel/genkernel-3.2.1 [3.1.6] -bootsplash -ibm 3,292 kB [ebuild U ] perl-core/digest-base-1.10 [1.05] 6 kB [ebuild U ] sys-boot/grub-0.96-r2 [0.96-r1] -netboot -static 0 kB [ebuild U ] sys-fs/udev-058 [056] (-selinux) -static 412 kB [ebuild U ] sys-apps/pcmcia-cs-3.2.8-r2 [3.2.8] +X +gtk +gtk2 -trusted -vanilla -xforms 0 kB [ebuild U ] app-misc/screen-4.0.2-r4 [4.0.2-r1] -debug -nethack +pam 0 kB Total size of downloads: 146,276 kB emerge -C hwsetup kudzu-knoppix You wouldn't have gotten those off an official Gentoo release, as we don't install them on any machines. Perhaps you had copied the world file from a release CD? I really don't know how you got that otherwise, without installing it yourself (or hwsetup). I did the emerge -C kudzu-knoppix hwsetup and now if I emerge -Dupv world, I get: # emerge -Dupv world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild N ] sys-apps/kudzu-knoppix-1.1.36-r2 -livecd -minimal +nls +python 0 kB [ebuild N ] sys-apps/hwsetup-1.0-r3 0 kB Try emerge -vtuDp world... Also, this has nothing to do with this bug, and really should be filed as another bug. Basically, you have *something* installed that is pulling these in as dependencies that you shouldn't have on your system. The emerge with -t will show you what package is causing this. x11-misc/mkxf86config was wanting kudzu-knoppix and hwsetup. I have removed this. This is not a problem for me anymore. I experienced the same problem while trying to 'emerge world'. I may have traced to problem to dev-libs/dietlibc. While trying to upgrade sys-apps/kudzu-knoppix from 1.1.36-r1 to 1.1.36-r2 with dev-libs/dietlibc-0.25. I recieved the same errors outlined above. After an 'emerge -u world', dev-libs/dietlibc-0.28 was upgraded prior to sys-apps/kudzu-knoppix-1.1.36-r2, and sys-apps/kudzu-knoppix-1.1.36-r2 compiled cleanly. Ehh... can I call this one "fixed" since I removed kudzu-knoppix completely and have replaced it entirely with libkudzu? I think so. |