Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] chromium build failure
Date: Wed, 31 Jan 2018 19:30:11
Message-Id: 877erxddxn.fsf@nyu.edu
In Reply to: Re: [gentoo-user] chromium build failure by "Canek Peláez Valdés"
1 On Wed, Jan 24 2018, Canek Peláez Valdés wrote:
2
3 > On Wed, Jan 24, 2018 at 10:11 PM, allan gottlieb <gottlieb@×××.edu> wrote:
4 >>
5 >> I ran the build failed twice, each time with MAKEOPTS="--jobs=1" and the
6 >> build logs are essentially identical. After about 12 hours compiling and
7 >> 36MB of build.log, the error shown below occurs
8 >>
9 >> I have two laptops with *very* similar gentoo distributions. The newer
10 >> machine had a successful build first try. The second older (4 years)
11 >> machine had both failures. Each machine has profile
12 >> default/linux/amd64/17.0/desktop/gnome/systemd
13 >
14 > If the USE flags for chromium on both machines are the same, simply create
15 > a binary package from the machine that already built it.
16 >
17 > machine1:
18 >
19 > $ quickpkg --include-config=y www-client/chromium
20 >
21 > machine2
22 >
23 > $ sync --delete -Pvase ssh machine1:/usr/portage/packages/
24 > /usr/portage/packages/
25 > $ emerge --nodeps -1Kv www-client/chromium
26
27 Canek,
28
29 Again thank you for your recipe.
30
31 I have two questions, one trivial, one hopefully easy.
32
33 1. (trivial) In your recipe did you mean "rsync", not "sync"?
34
35 2. I have a number of quickpkgs built. Is it needed that
36 they all be updated and some removed or can I just do
37 the following command
38
39 rsync -Pvase ssh machine1:/var/portage/packages/www-client \
40 /var/portage/packages
41
42 Notes: I use /var not /usr for portage
43 machine2 has no dir /var/portage/packages/www-client
44
45 Thanks in advance,
46 allan

Replies

Subject Author
Re: [gentoo-user] chromium build failure "Canek Peláez Valdés" <caneko@×××××.com>