Gentoo Archives: gentoo-user

From: Jude DaShiell <jdashiel@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] re: pcre install failure
Date: Tue, 06 Oct 2020 06:34:29
Message-Id: alpine.NEB.2.23.451.2010060231350.7891@panix1.panix.com
In Reply to: Re: [gentoo-user] re: pcre install failure by Ashley Dixon
1 On Tue, 6 Oct 2020, Ashley Dixon wrote:
2
3 > Date: Mon, 5 Oct 2020 23:10:45
4 > From: Ashley Dixon <ash@××××××××××.uk>
5 > Reply-To: gentoo-user@l.g.o
6 > To: gentoo-user@l.g.o
7 > Subject: Re: [gentoo-user] re: pcre install failure
8 >
9 > On Mon, Oct 05, 2020 at 10:11:23PM -0400, Jude DaShiell wrote:
10 > > Here is my /etc/portage/make.conf if it will help on the use variable.
11 > > I'm sending the whole file since it may have other errors.
12 >
13 > Looks fine to me, aside from this potentially problematic line:
14 >
15 > > MAKEOPTS="-j2"
16 >
17 > I've had some very obscure and hard-to-diagnose errors arise due to this
18 > parallelism option. Try changing it to "-j1" and build again. If that still
19 > does not work, you might have to provide the build information of every
20 > dependency of PCRE (`libedit` is irrelevant for your case):
21 >
22 > $ emerge --info app-arch/bzip2 sys-libs/zlib \
23 > > sys-libs/readline dev-util/pkgconfig
24 >
25 > I'd also like to see the explicit packages pulled in by PCRE, without the
26 > clutter of your world set. I could try and infer it from the indentation of the
27 > dependency graph you already provided, but I'm down six shots of vodka and I'd
28 > rather not make a fool of myself. This should be the output of the following
29 > emerge command:
30 >
31 > $ emerge -tvp libpcre
32 >
33 > These are the packages that would be merged, in reverse order:
34 >
35 > Calculating dependencies... done!
36 > [ebuild R ] dev-libs/libpcre-8.44:3::gentoo USE="bzip2 cxx jit readline recursion-limit (split-usr) (unicode) zlib -libedit -pcre16 -pcre32 -static-libs" ABI_X86="32 (64) (-x32)" 0 KiB
37 >
38 >
39
40 --
41
42 Hi Ashley,
43
44 Changing -j2 to -j1 in /etc/portage/make.conf is doing the trick! The
45 amd64 southbridge system I use was built in 2007 so I maybe also ought to
46 have used noapic in my boot parameters too since this system is old enough
47 it owes nobody a thing.

Replies

Subject Author
Re: [gentoo-user] pcre install failure Ashley Dixon <ash@××××××××××.uk>