Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218513 - busybox-1.10.1 fails to emerge w/ linux-headers 2.6.25
Summary: busybox-1.10.1 fails to emerge w/ linux-headers 2.6.25
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High normal with 1 vote (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
: 218515 218574 218660 218710 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-20 07:21 UTC by Matthias M Weber
Modified: 2008-04-21 10:20 UTC (History)
14 users (show)

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


Attachments
Fix missing include in netfilter header (includefix.patch,286 bytes, patch)
2008-04-20 07:56 UTC, Joe Jezak (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias M Weber 2008-04-20 07:21:09 UTC
busybix-1.10.1 fails to emerge.
From sys-apps/busybox-1.10.1/temp/build.log:

  CC      networking/udhcp/domain_codec.o
  CC      networking/tcpudp.o
In file included from /usr/include/linux/netfilter_ipv4.h:8,
                 from networking/tcpudp.c:34:
/usr/include/linux/netfilter.h:40: error: expected specifier-qualifier-list before '__u32'
make[1]: *** [networking/tcpudp.o] Error 1
make: *** [networking] Error 2
make: *** Waiting for unfinished jobs....
  CC      libbb/update_passwd.o
  CC      libbb/uuencode.o
  CC      networking/udhcp/dumpleases.o
  CC      networking/udhcp/files.o
  CC      libbb/vdprintf.o
  CC      networking/udhcp/leases.o
  CC      libbb/verror_msg.o
  CC      networking/udhcp/options.o
  CC      libbb/vfork_daemon_rexec.o
  CC      networking/udhcp/packet.o
  CC      libbb/warn_ignoring_args.o
  CC      libbb/wfopen.o
  CC      networking/udhcp/script.o
  CC      libbb/wfopen_input.o
  CC      networking/udhcp/serverpacket.o
  CC      networking/udhcp/signalpipe.o
  CC      libbb/xatonum.o
  CC      networking/udhcp/socket.o
  CC      libbb/xconnect.o
  CC      networking/udhcp/static_leases.o
  CC      libbb/xfuncs.o
  AR      networking/udhcp/lib.a
  CC      libbb/xgetcwd.o
  CC      libbb/xgethostbyname.o
  CC      libbb/xreadlink.o
  CC      libbb/xregcomp.o
  AR      libbb/lib.a
 * 
 * ERROR: sys-apps/busybox-1.10.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2533:  Called die
 * The specific snippet of code:
 *       emake busybox || die "build failed";
 *  The die message:
 *   build failed
 * 

Reproducible: Always

Steps to Reproduce:




emerge --info

Portage 2.1.5_rc5 (default-linux/amd64/2007.0, gcc-4.2.3, glibc-2.7-r2, 2.6.24-gentoo-r4-galenos x86_64)
=================================================================
System uname: 2.6.24-gentoo-r4-galenos x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Timestamp of tree: Sun, 20 Apr 2008 05:45:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python:     2.4.4-r11, 2.5.2-r2
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.62
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.25
ABI="amd64"
ACCEPT_KEYWORDS="amd64 ~amd64"
Comment 1 Oskar Ellström 2008-04-20 07:49:46 UTC
Same here!!

Portage 2.1.5_rc5 (default-linux/amd64/2007.0, gcc-4.2.3, glibc-2.7-r2, 2.6.25-gentoo x86_64)
=================================================================
System uname: 2.6.25-gentoo x86_64 Intel(R) Core(TM)2 Quad CPU @ 2.40GHz
Timestamp of tree: Sun, 20 Apr 2008 07:15:02 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.5
dev-lang/python:     2.4.4-r4, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 2.0.0
sys-apps/openrc:     0.2.2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.62
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.25
ACCEPT_KEYWORDS="amd64 ~amd64"
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2008-04-20 07:53:35 UTC
*** Bug 218515 has been marked as a duplicate of this bug. ***
Comment 3 Joe Jezak (RETIRED) gentoo-dev 2008-04-20 07:56:21 UTC
Created attachment 150349 [details, diff]
Fix missing include in netfilter header

The attached patch will fix the missing netfilter header include for 2.6.25 kernel headers.
Comment 4 Martin Mokrejš 2008-04-20 12:49:55 UTC
Affects also x86.
Comment 5 Tristan Heaven (RETIRED) gentoo-dev 2008-04-20 15:26:52 UTC
*** Bug 218574 has been marked as a duplicate of this bug. ***
Comment 6 SpanKY gentoo-dev 2008-04-20 20:41:06 UTC
fixed with linux-2.6.25-r1
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-04-20 22:55:48 UTC
*** Bug 218660 has been marked as a duplicate of this bug. ***
Comment 8 Jaak Ristioja 2008-04-21 10:20:49 UTC
*** Bug 218710 has been marked as a duplicate of this bug. ***