On Sat, Nov 7, 2009 at 8:10 PM, Mick <michaelkintz...@gmail.com> wrote:

> Like so:
>
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -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\" -O2 -march=pentium3 -fomit-frame-pointer
> -
> msse -mmmx -pipe  -Wall  -Wno-unused -MT session.o -MD -MP -MF
> .deps/session.Tpo -c -o session.o session.c
> mv -f .deps/session.Tpo .deps/session.Po
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -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\" -O2 -march=pentium3 -fomit-frame-pointer
> -
> msse -mmmx -pipe  -Wall  -Wno-unused -MT isakmp.o -MD -MP -MF
> .deps/isakmp.Tpo
> -c -o isakmp.o isakmp.c
> In file included from ../../src/include-
> glibc/linux/byteorder/little_endian.h:12,
>                 from /usr/include/asm/byteorder.h:79,
>                 from ../../src/include-glibc/linux/ip.h:20,
>                 from isakmp.c:115:
> ../../src/include-glibc/linux/swab.h:6:22: error: asm/swab.h: No such file
> or
> directory
> make[4]: *** [isakmp.o] Error 1
> make[4]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
> tools-0.7.3/work/ipsec-tools-0.7.3/src/racoon'
> make[3]: *** [all] Error 2
> make[3]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
> tools-0.7.3/work/ipsec-tools-0.7.3/src/racoon'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
> tools-0.7.3/work/ipsec-tools-0.7.3/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/var/tmp/portage/net-firewall/ipsec-
> tools-0.7.3/work/ipsec-tools-0.7.3'
> make: *** [all] Error 2
>  *
>  * ERROR: net-firewall/ipsec-tools-0.7.3 failed.
>  * Call stack:
>  *               ebuild.sh, line   49:  Called src_compile
>  *             environment, line 4014:  Called die
>  * The specific snippet of code:
>  *       emake -j1 || die
>  *  The die message:
>  *   (no error message)
>
> Has anyone managed to build it?
> --
> Regards,
> Mick
>
Why don't you try to compile it with another version of gcc, selecting
another version with 'gcc-config'? May be it'll help?

Reply via email to