Re: making bootable

2010-11-30 Thread Andre Keller
On 01.12.2010 01:16, schrieb robert: > What do you think? Looks to me like I slipped right over 6.17. > Sed-4.2.1 ... did not get sed installed???!! > well maybe you accidentally skipped the make install or you did mistype the --prefix argument. Just repeat the steps for sed installation. >

Re: [LFS 6.7] 5.10. GCC-4.5.1 - Pass 2 compile error

2010-11-30 Thread Andre Keller
On 01.12.2010 00:28, schrieb Mateusz Kaźmierczak: > Hello, > > When I compile gcc I have that error: > > /mnt/lfs/sources/gcc-build/./gcc/xgcc > -B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/x86_64-lfs-linux-gnu/bin/ > -B/tools/x86_64-lfs-linux-gnu/lib/ -isystem > /tools/x86_64-lfs-linux-gnu/include

Re: [LFS 6.7] 5.10. GCC-4.5.1 - Pass 2 compile error

2010-11-30 Thread Ken Moffat
On Wed, Dec 01, 2010 at 12:28:16AM +0100, Mateusz Kaźmierczak wrote: > Hello, > > When I compile gcc I have that error: > > /mnt/lfs/sources/gcc-build/./gcc/xgcc > -B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/x86_64-lfs-linux-gnu/bin/ > -B/tools/x86_64-lfs-linux-gnu/lib/ -isystem > /tools/x86_64-

making bootable

2010-11-30 Thread robert
What do you think? Looks to me like I slipped right over 6.17. Sed-4.2.1 ... did not get sed installed???!! I'm at 8.3. Linux-2.6.35.4 cp source tarball into sources directory de-archive it. change into linux dir root:/sources/linux-2.6.36.1# make mrproper /bin/sh: sed: command not found Makefi

making bootable

2010-11-30 Thread robert
I'm at 8.3. Linux-2.6.35.4 cp source tarball into sources directory de-archive it. change into linux dir root:/sources/linux-2.6.36.1# make mrproper /bin/sh: sed: command not found Makefile:543: /sources/linux-2.6.36.1/arch//Makefile: No such file or directory make: *** No rule to make target `/s

[LFS 6.7] 5.10. GCC-4.5.1 - Pass 2 compile error

2010-11-30 Thread Mateusz Kaźmierczak
Hello, When I compile gcc I have that error: /mnt/lfs/sources/gcc-build/./gcc/xgcc -B/mnt/lfs/sources/gcc-build/./gcc/ -B/tools/x86_64-lfs-linux-gnu/bin/ -B/tools/x86_64-lfs-linux-gnu/lib/ -isystem /tools/x86_64-lfs-linux-gnu/include -isystem /tools/x86_64-lfs-linux-gnu/sys-include-g -O2 -O2

Re: locale problem

2010-11-30 Thread Bruce Dubbs
robert wrote: > Now then, at 7.8. The Bash Shell Startup Files > > root:/# LC_ALL=en_US.utf8 locale language > English > root:/# LC_ALL=en_US.utf8 locale charmap > UTF-8 > root:/# LC_ALL=en_US.utf8 locale int_curr_symbol > USD > root:/# LC_ALL=en_US.utf8 locale int_prefix > 1 > > so now, do I mod

gclib

2010-11-30 Thread Rosario Turco
I have an error when I configure glibc2-21.1: A snippet is: checking for ld --version script no etc *** WARNING You should not compile GNU libc without versioning. NOt ... etc configure: error: compiler support for visibility attribute is required. So I cannot do the commands

locale problem

2010-11-30 Thread robert
Now then, at 7.8. The Bash Shell Startup Files root:/# LC_ALL=en_US.utf8 locale language English root:/# LC_ALL=en_US.utf8 locale charmap UTF-8 root:/# LC_ALL=en_US.utf8 locale int_curr_symbol USD root:/# LC_ALL=en_US.utf8 locale int_prefix 1 so now, do I modify /etc/profile to match these values

fatal udev error make check?

2010-11-30 Thread robert
at 6.59. Udev-161 $make check 1 errors occured FAIL: test/udev-test.pl == 1 of 1 test failed Please report to linux-hotp...@vger.kernel.org == make[3]: *** [check-TESTS] Error 1 make[2]: *** [check-am] Error 2

Re: make mrproper redux

2010-11-30 Thread robert
Simon Geard wrote: > On Mon, 2010-11-29 at 13:11 -0600, robert wrote: >> What has gone wrong? Am I supposed to cd /sources/linux-2.6.36.1 and >> then $make mrproper? > > Yes - remember the "General Compilation Instructions": > > 3. For each package: >a. Using the tar program, extrac