Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1264 - util-linux broken in 1.0 emerge system
Summary: util-linux broken in 1.0 emerge system
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-20 14:53 UTC by Grant Goodyear (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Goodyear (RETIRED) gentoo-dev 2002-03-20 14:53:07 UTC
Weird.  I get the impression we're missing something important.

make[1]: Entering directory
`/var/tmp/portage/util-linux-2.11l/work/util-linux-2.11l/hwclock'
cc -O2 -mcpu=i686 -pipe -O2 -mcpu=i686 -pipe -I../lib -Wall  -Wstrict-prototypes
-DNCH=1  -D_FILE_OFFSET_BITS=64 -DSBINDIR=\"/sbin\" -DUSRSBINDIR=\"/usr/sbin\"
-DLOGDIR=\"/var/log\" -DVARPATH=\"/var\" -DLOCALEDIR=\"/usr/share/locale\" -c
cmos.c -o cmos.o
In file included from /usr/include/asm/io.h:4,
                 from cmos.c:53:
/usr/include/linux/config.h:4: linux/autoconf.h: No such file or directory
make[1]: *** [cmos.o] Error 1
make[1]: Leaving directory
`/var/tmp/portage/util-linux-2.11l/work/util-linux-2.11l/hwclock'
make: *** [all] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 2, Exitcode 2
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-03-21 04:51:22 UTC
I 'think' that the linux-headers do not do a 'make dep' anymore (if they
ever did).  If we add 'make dep' to src_compile() for linux-headers, im
thinking that this should be fixed.