Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 271311 - squid-3.0.14-r2 build fails
Summary: squid-3.0.14-r2 build fails
Status: RESOLVED DUPLICATE of bug 270450
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 14:00 UTC by Nicolas Bock
Modified: 2009-05-26 14:58 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 Nicolas Bock gentoo-dev 2009-05-26 14:00:00 UTC
I am building squid-3.0.14-r2 on amd64 with linux-headers-2.6.27-r2. I get the following error:

make[2]: Entering directory `/var/tmp/portage/net-proxy/squid-3.0.14-r2/work/squid-3.0.STABLE14/src'
depbase=`echo tools.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
	x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -DDEFAULT_CONFIG_FILE=\"/etc/squid/squid.conf\" -I. -I../include -I. -I. -I../include -I../include -I../lib/libTrie/include   -I/usr/include/libxml2  -Wall -Wpointer-arith -Wwrite-strings -fhuge-objects -D_REENTRANT -m64 -O2 -pipe -MT tools.o -MD -MP -MF $depbase.Tpo -c -o tools.o tools.cc &&\
	mv -f $depbase.Tpo $depbase.Po
cc1plus: warning: switch '-fhuge-objects' is no longer supported
In file included from /usr/include/sys/capability.h:25,
                 from tools.cc:50:
/usr/include/linux/capability.h:73: error: '__le32' does not name a type
/usr/include/linux/capability.h:75: error: '__le32' does not name a type
/usr/include/linux/capability.h:76: error: '__le32' does not name a type
make[2]: *** [tools.o] Error 1


Reproducible: Always

Steps to Reproduce:
Comment 1 Nicolas Bock gentoo-dev 2009-05-26 14:00:56 UTC
I am using

$ gcc --version
gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2009-05-26 14:58:16 UTC
(In reply to comment #1)
> I am using
> 
> $ gcc --version
> gcc (Gentoo 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
> 

Thanks, but please provide the complete emerge --info and the build.log

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