Re: [lfs-support] Broken link on "lfs-support Info Page"

2013-07-29 Thread Ken Moffat
On Mon, Jul 29, 2013 at 09:20:24PM +0100, Jeremy Henty wrote: > > The link "lfs-support Archives" > (http://linuxfromscratch.org/pipermail/lfs-support/) in "lfs-support > Info Page" (http://linuxfromscratch.org/mailman/listinfo/lfs-support/) > returns "Page not found!". > > Hang on, I guess that

Re: [lfs-support] Any reason to run "loadkeys" before building Linux?

2013-07-29 Thread Ken Moffat
On Mon, Jul 29, 2013 at 10:20:23PM +0200, Nio Wiklund wrote: > On 2013-07-29 22:10, Jeremy Henty wrote: > > > > My build scripts for Linux run > > > > loadkeys -v -m /lib/kbd/keymaps/i386/qwerty/uk.map.gz > \ > > drivers/char/defkeymap.c > > > > before running make. I am 99% sure th

Re: [blfs-support] Error in Junit installation instructions?

2013-07-29 Thread David B.
On 29/07/13 15:25, Bruce Dubbs wrote: > > We need a url that can be used with wget. I couldn't find one at junit.org. Will this do the job? https://github.com/junit-team/junit/archive/r4.11.tar.gz David -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscra

Re: [lfs-support] Any reason to run "loadkeys" before building Linux?

2013-07-29 Thread Nio Wiklund
On 2013-07-29 22:10, Jeremy Henty wrote: > > My build scripts for Linux run > > loadkeys -v -m /lib/kbd/keymaps/i386/qwerty/uk.map.gz > \ > drivers/char/defkeymap.c > > before running make. I am 99% sure that I copied that command from an > old LFS, but the current version has no su

[lfs-support] Broken link on "lfs-support Info Page"

2013-07-29 Thread Jeremy Henty
The link "lfs-support Archives" (http://linuxfromscratch.org/pipermail/lfs-support/) in "lfs-support Info Page" (http://linuxfromscratch.org/mailman/listinfo/lfs-support/) returns "Page not found!". Hang on, I guess that before I report this I should check the mailing list archives ... **STACK L

[lfs-support] Any reason to run "loadkeys" before building Linux?

2013-07-29 Thread Jeremy Henty
My build scripts for Linux run loadkeys -v -m /lib/kbd/keymaps/i386/qwerty/uk.map.gz > \ drivers/char/defkeymap.c before running make. I am 99% sure that I copied that command from an old LFS, but the current version has no such instruction. Does anyone know why this changed? Do

Re: [lfs-support] make: gcc: Command not found - chap. 6.7.1

2013-07-29 Thread Unix User
>root:/sources/linux-3.10.2# make mrproper >>make: gcc: Command not found > >When you encounter issues like these, don't rely on ldd. > > >Rely on readelf. > > >readelf -e /tools/bin/gcc | grep interpreter > > >or any other binary. > > >Especially when cross compiling, ldd isn't valid. Learn to u

Re: [lfs-support] make: gcc: Command not found - chap. 6.7.1

2013-07-29 Thread William Harrington
On Jul 28, 2013, at 11:58 AM, Unix User wrote: root:/sources/linux-3.10.2# make mrproper make: gcc: Command not found When you encounter issues like these, don't rely on ldd. Rely on readelf. readelf -e /tools/bin/gcc | grep interpreter or any other binary. Especially when cross compiling