public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] ipsec-tools-0.7.3 fails to build
@ 2009-11-07 17:10 Mick
  2009-11-07 17:16 ` alex ponomarev
  2009-11-07 18:30 ` Daniel Pielmeier
  0 siblings, 2 replies; 5+ messages in thread
From: Mick @ 2009-11-07 17:10 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 2390 bytes --]

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

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ipsec-tools-0.7.3 fails to build
  2009-11-07 17:10 [gentoo-user] ipsec-tools-0.7.3 fails to build Mick
@ 2009-11-07 17:16 ` alex ponomarev
  2009-11-07 18:04   ` Mick
  2009-11-07 18:30 ` Daniel Pielmeier
  1 sibling, 1 reply; 5+ messages in thread
From: alex ponomarev @ 2009-11-07 17:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2643 bytes --]

On Sat, Nov 7, 2009 at 8:10 PM, Mick <michaelkintzios@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?

[-- Attachment #2: Type: text/html, Size: 3160 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ipsec-tools-0.7.3 fails to build
  2009-11-07 17:16 ` alex ponomarev
@ 2009-11-07 18:04   ` Mick
  0 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2009-11-07 18:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 3005 bytes --]

On Saturday 07 November 2009 17:16:48 alex ponomarev wrote:
> On Sat, Nov 7, 2009 at 8:10 PM, Mick <michaelkintzios@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?

Thanks, but I currently only have i686-pc-linux-gnu-4.3.4 on this machine 
(stable x86).
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ipsec-tools-0.7.3 fails to build
  2009-11-07 17:10 [gentoo-user] ipsec-tools-0.7.3 fails to build Mick
  2009-11-07 17:16 ` alex ponomarev
@ 2009-11-07 18:30 ` Daniel Pielmeier
  2009-11-07 23:26   ` Mick
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Pielmeier @ 2009-11-07 18:30 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2589 bytes --]

Mick schrieb am 07.11.2009 18:10:
> 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?

Take a look at this bug: http://bugs.gentoo.org/264233

-- 
Daniel Pielmeier


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-user] ipsec-tools-0.7.3 fails to build
  2009-11-07 18:30 ` Daniel Pielmeier
@ 2009-11-07 23:26   ` Mick
  0 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2009-11-07 23:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 2915 bytes --]

On Saturday 07 November 2009 18:30:16 Daniel Pielmeier wrote:
> Mick schrieb am 07.11.2009 18:10:
> > 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?
> 
> Take a look at this bug: http://bugs.gentoo.org/264233

Thanks Daniel, I found this after I posted and remembered that I had 
contributed to it ... back then still on version net-firewall/ipsec-
tools-0.7.1
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-11-07 23:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 17:10 [gentoo-user] ipsec-tools-0.7.3 fails to build Mick
2009-11-07 17:16 ` alex ponomarev
2009-11-07 18:04   ` Mick
2009-11-07 18:30 ` Daniel Pielmeier
2009-11-07 23:26   ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox