Gentoo Archives: gentoo-dev

From: Georg Lippold <georg.lippold@×××.de>
To: gentoo-dev@g.o
Subject: [gentoo-dev] gentoo-ix86-1.1a.iso
Date: Wed, 17 Apr 2002 12:40:06
Message-Id: 000701c1e63e$a7133820$8000a8c0@wg.netz
1 Dear Gentoo-developer,
2
3 I am just trying to install gentoo-1.1a from the gentoo-ix86-1.1a.iso and
4 found some problems, that are not covered in your doc
5 (http://www.gentoo.org/doc/build.html):
6 1. nano doesn't work in the remounted root-system because it cannot find its
7 shared library libslang.so.1, because it does not exist. Maybe you should
8 compile it static. This is however not a severe error, since I could use
9 another console (they had still the /dev/rd/0 filesystem as root) and run
10 nano from there.
11 2. really annoying is that you use busybox as a wget-emulation during the
12 initial /mnt/gentoo/usr/portage/scripts/bootstrap.sh-process. busybox
13 however does not support the wget specific options "-t 5 --passive-ftp".
14 Where you set them is quite a mess to find out, I first tried in
15 /etc/make.defaults (FETCHCOMMAND & RESUMECOMMAND), but this file gets
16 overwritten during the bootstrap.sh-process. Then I set them in make.conf
17 and make.conf.build and modified the
18 /mnt/gentoo/usr/portage/scripts/bootstrap.sh to definitely export the
19 FETCHCOMMAND (like in the lines where you export the proxy); then the
20 options were gone, but wget wouldn't download anyway... As a last resort, I
21 hoped that in /mnt/gentoo/usr/portage/profiles/default/make.default setting
22 FETCHCOMMAND could fix it, but there I didn't succeed either.
23
24 I would really like to use gentoo and am fascinated by your cool
25 packaging-process (fuck rpm!!!). I hope that you can fix the described
26 errors,
27
28 Yours
29
30 George