Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Cc: Sam Pfeiffer <sammypfeiffer@×××××.com>
Subject: [gentoo-alt] Re: Gentoo Prefix not bootstrapping
Date: Tue, 19 Nov 2019 07:57:48
Message-Id: b80f160a-c300-eff3-688b-cbabe6fa56b7@gentoo.org
In Reply to: [gentoo-alt] Gentoo Prefix not bootstrapping by Sam Pfeiffer
1 On 11/18/19 9:24 AM, Sam Pfeiffer wrote:
2 > Hello,
3 >
4 > My automated builds stopped building from 8 of November 2019.
5 >
6 > bootstrap-prefix.sh fails on stage3 trying to emerge sys-kernel/linux-headers
7 >
8 > I reported it here: https://bugs.gentoo.org/699718
9 >
10 > sys-kernel/linux-headers-5.3-r1 fails to install with the error:
11 > /tmp/gentoo/tmp/bin/bash: rsync: command not found
12 >
13
14 Beyond the rsync dependency: Unlike fedora28, the recent fedora docker image
15 seems to not provide diffutils any more, already breaking bzip2 in stage1:
16
17 from https://dev.azure.com/gentoo-prefix/ci-builds/_build
18 > cmp sample1.bz2 sample1.rb2
19 > make: cmp: Command not found
20 > make: *** [Makefile:64: test] Error 127
21 >
22 > I tried running
23 > bootstrap_stage1_log
24
25 Both the missing rsync and cmp commands actually boil down to one question:
26 Which packages (beyond a compiler) shall we require to be available on the host system?
27
28 /haubi/

Replies

Subject Author
Re: [gentoo-alt] Re: Gentoo Prefix not bootstrapping Benda Xu <heroxbd@g.o>