Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158860 - net-firewall/ipsec-tools-0.6.6 fails to compile with vanilla kernel 2.6.19 on amd64
Summary: net-firewall/ipsec-tools-0.6.6 fails to compile with vanilla kernel 2.6.19 on...
Status: RESOLVED DUPLICATE of bug 152971
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-22 12:50 UTC by markus
Modified: 2006-12-22 13:23 UTC (History)
0 users

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


Attachments
emerge --info (info,3.67 KB, text/plain)
2006-12-22 12:57 UTC, markus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markus 2006-12-22 12:50:01 UTC
emerge =ipsec-tools-0.6.5 results in 

if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libipsec   -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc  -I./../../src/racoon/missing -D_GNU_SOURCE -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -DSYSCONFDIR=\"/etc\" -DADMINPORTDIR=\"/var/lib/racoon\" -march=k8 -O3 -pipe -fomit-frame-pointer  -Wall  -Wno-unused -MT grabmyaddr.o -MD -MP -MF ".deps/grabmyaddr.Tpo" -c -o grabmyaddr.o grabmyaddr.c; \
        then mv -f ".deps/grabmyaddr.Tpo" ".deps/grabmyaddr.Po"; else rm -f ".deps/grabmyaddr.Tpo"; exit 1; fi
grabmyaddr.c: In function ‘recvaddrs’:
grabmyaddr.c:126: error: ‘IFA_MAX’ undeclared (first use in this function)
grabmyaddr.c:126: error: (Each undeclared identifier is reported only once
grabmyaddr.c:126: error: for each function it appears in.)
grabmyaddr.c:167: error: dereferencing pointer to incomplete type
grabmyaddr.c:168: error: dereferencing pointer to incomplete type
grabmyaddr.c:171: error: dereferencing pointer to incomplete type
grabmyaddr.c:171: error: ‘IFA_F_TENTATIVE’ undeclared (first use in this function)
grabmyaddr.c:175: warning: implicit declaration of function ‘IFA_RTA’
grabmyaddr.c:175: error: dereferencing pointer to incomplete type
grabmyaddr.c:175: warning: passing argument 3 of ‘parse_rtattr’ makes pointer from integer without a cast
grabmyaddr.c:177: error: ‘IFA_LOCAL’ undeclared (first use in this function)
grabmyaddr.c:178: error: ‘IFA_ADDRESS’ undeclared (first use in this function)
grabmyaddr.c:187: error: dereferencing pointer to incomplete type
grabmyaddr.c:189: error: dereferencing pointer to incomplete type
grabmyaddr.c:190: error: dereferencing pointer to incomplete type
make[3]: *** [grabmyaddr.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-tools-0.6.6/work/ipsec-tools-0.6.6/src/racoon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-tools-0.6.6/work/ipsec-tools-0.6.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-tools-0.6.6/work/ipsec-tools-0.6.6'
make: *** [all] Error 2


with vanilla-sources-2.6.19 on an amd 64. no warnings about missing kernel features are generated by the ebuild:

>>> Compiling source in /var/tmp/portage/net-firewall/ipsec-tools-0.6.6/work/ipsec-tools-0.6.6 ...
 * Kernel activated options checking ...
 * ....Support for IPsec user configuration interface is activated :-)
 * ....PF_KEYv2 socket family, compatible to KAME ones is activated :-)
 * ....IPsec Ipv4 Support for IP Payload Compression Protocol (IPComp) (RFC3173) is activated :-)
 * ....IPSec Ipv4 AH Transformation is activated in your kernel :-)
 * ....IPSec Ipv4 ESP Transformation mode is activated in your kernel :-)
 * ....IPSec Ipv4 Transport mode is activated in your kernel :-)
 * ....IPSec IPv4 Tunnel mode  is activated in your kernel :-)
 * ....IPSec Ipv4 Policy is activated in your kernel :-)
 * ....IPsec Ipv6 AH transformation is activated in your kernel :-)
 * ....IPsec IPv6 ESP transformation is activated in your kernel :-)
 * ....IPsec IPv6 Support for IP Payload Compression Protocol (IPComp) (RFC3173) is activated in your kernel :-)
 * ....IPsec IPv6 transport mode is activated in your kernel :-)
 * ....IPsec IPv6 tunnel mode is activated in your kernel :-)            [ ok ]

emerge --info is attached

thank you 

markus
Comment 1 markus 2006-12-22 12:57:04 UTC
Created attachment 104603 [details]
emerge --info
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-22 13:19:31 UTC
Has nothing to do w/ Gentoo Security product.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-12-22 13:23:27 UTC
ipsec-tools-0.6.6 is not in the tree.

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