Gentoo Archives: gentoo-alt

From: Bacchella Fabrice <fabrice.bacchella@×××××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] bug in bootstrap-prefix.sh
Date: Sun, 18 May 2008 12:56:59
Message-Id: 6BBCE6E9-3070-4DB1-BDC5-E22DECFFA65A@exalead.com
1 in function bootstrap_tree, when directories are created
2 for x in etc usr/{,s}bin var/tmp var/lib/portage var/log/
3 portage var/db;
4 do
5 [[ -d ${ROOT}/${x} ]] || mkdir -p "${ROOT}/${x}"
6 done
7 I think {,s}bin. It breaks the installation of bash, and so $EPREFIX/
8 bin/sh is missing, and that breaks the gcc installation.
9
10 And in the bash ebuild, I think that you could had
11 CFLAGS_FOR_BUILD="$CFLAGS". I don't know why, but that's the CFLAGS
12 using by bash for building.
13 --
14 gentoo-alt@l.g.o mailing list

Replies

Subject Author
RE: [gentoo-alt] bug in bootstrap-prefix.sh Markus Duft <mduft@g.o>