Gentoo Archives: gentoo-alt

From: Steven Trogdon <strogdon@×××××.edu>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Gentoo RAP bootstrap script
Date: Sun, 08 Sep 2013 21:38:50
Message-Id: CAL52bMn6zVV2D4pBaK2DFx8uTYQEcEuJ56o0dUhuObfj3SCVww@mail.gmail.com
In Reply to: [gentoo-alt] Gentoo RAP bootstrap script by heroxbd@gmail.com
1 On Sat, Sep 7, 2013 at 11:52 PM, <heroxbd@×××××.com> wrote:
2 > Dear all,
3 >
4 > This is a follow up of Prefix libc announcement
5 >
6 > http://article.gmane.org/gmane.linux.gentoo.alt/6638
7 >
8 > As you know, we are forming a GLEP to standardize the solution, and
9 > codenamed this variant of Gentoo /RAP/.
10 >
11 > http://thread.gmane.org/gmane.linux.gentoo.devel/87466
12 >
13 > Here we announce the bootstrap script of RAP at
14 >
15 > http://dev.gentoo.org/~heroxbd/bootstrap-rap.sh
16 >
17 > which is based on the official Prefix one, and exclusive to linux.
18 >
19 > <SNIP>
20 >
21 > You are welcomed to try it out and give feedbacks.
22 >
23 > <SNIP>
24 >
25 > Cheers,
26 > Benda
27 >
28 Hi Benda,
29
30 I've tried bootstrap-rap.sh here. I get a failure during stage3 when
31 installing glibc:
32
33 ^[[33;01m * ^[[39;49;00mQA Notice: command not found:
34 ^[[33;01m * ^[[39;49;00m
35 ^[[33;01m * ^[[39;49;00m
36 /storage/strogdon/gentoo-glibc/usr/lib/portage/bin/ebuild-helpers/prepstrip:
37 line 243: scanelf: command not found
38 ^[[33;01m * ^[[39;49;00m
39 /storage/strogdon/gentoo-glibc/usr/lib/portage/bin/ebuild-helpers/prepstrip:
40 line 292: scanelf: command not found
41 ecompressdir: bzip2 -9 /usr/share/man
42 ecompressdir: bzip2 -9 /usr/share/info
43 ^[[33;01m*^[[0m prefixing shebang of
44 storage/strogdon/gentoo-glibc/usr/bin/catchsegv
45 ^[[33;01m*^[[0m prefixing shebang of
46 storage/strogdon/gentoo-glibc/usr/sbin/locale-gen
47 ^[[33;01m*^[[0m QA Notice: the following files use invalid (possible
48 non-prefixed) shebangs:
49 ^[[33;01m*^[[0m
50 storage/strogdon/gentoo-glibc/usr/bin/mtrace:/usr/bin/perl (script
51 mtrace installed in PATH but interpreter /usr/bin/perl not found)
52 ^[[31;01m*^[[0m ERROR: sys-libs/glibc-2.17 failed:
53 ^[[31;01m*^[[0m Aborting due to QA concerns: invalid shebangs found
54 ^[[31;01m*^[[0m
55 ^[[31;01m*^[[0m Call stack:
56 ^[[31;01m*^[[0m misc-functions.sh, line 1886: Called install_qa_check
57 ^[[31;01m*^[[0m misc-functions.sh, line 244: Called install_qa_check_prefix
58 ^[[31;01m*^[[0m misc-functions.sh, line 1009: Called die
59 ^[[31;01m*^[[0m The specific snippet of code:
60 ^[[31;01m*^[[0m die "Aborting due to QA concerns:
61 invalid shebangs found"
62
63 Steve

Replies

Subject Author
Re: [gentoo-alt] Gentoo RAP bootstrap script heroxbd@×××××.com