Gentoo Archives: gentoo-user

From: Andreas Fredriksson <deplinenoise@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem compile ipsec-tools
Date: Thu, 11 Aug 2005 09:24:33
Message-Id: 3212b1a805081102207656ed49@mail.gmail.com
In Reply to: [gentoo-user] problem compile ipsec-tools by Walter Willis
1 On 8/11/05, Walter Willis <walterwn@×××××.com> wrote:
2 > the install openswan ok but install ipsec-tools and error:
3 >
4 > gcc -L../libipsec/.libs -o plainrsa-gen plainrsa-gen.o plog.o vmbuf.o
5 > crypto_openssl.o logger.o misc.o -lssl -lcrypto -lresolv -lipsec
6 > -lflsha2.o
7 > gcc: sha2.o: No such file or directory
8 > make[3]: *** [plainrsa-gen] Error 1
9 > make[3]: *** Waiting for unfinished jobs....
10
11 (SNIP)
12
13 It sounds as if the ebuild is incompatible with the -j make flag. Try
14 exporting MAKEOPTS (IIRC, I'm not at my gentoo box) to an empty string
15 or -j1 (which limits the number of concurrent jobs to one) when
16 merging it:
17
18 MAKEOPTS="-j1" emerge ipsec-tools
19
20 Regards,
21 Andreas
22
23 --
24 And I hate redundancy, and having different functions for the same thing.
25 - Linus Torvalds on linux-kernel
26
27 --
28 gentoo-user@g.o mailing list