Re: [lfs-support] GCC Make - libmpfr

2014-01-10 Thread Michael E. Maher
Hi William, On Fri, 2014-01-10 at 20:32 -0500, William Darryl Jackson wrote: Greetings: The GCC configure was successful, however the make error ed-out. checking for MPFR... no configure: error: libmpfr not found or uses a different ABI (including static vs shared). make[2]: ***

Re: [lfs-support] umount: mountpoint not found

2013-10-25 Thread Michael E. Maher
On Fri, 2013-10-25 at 00:58 +0100, Ken Moffat wrote: On Fri, Oct 25, 2013 at 12:25:11AM +0100, Michael E. Maher wrote: Hey Ken, Does `/etc/mtab' look good? Thanks, Michael Root has now umounted /dev/sdXY, so it is no longer mounted. What should I look for if I mount

Re: [lfs-support] umount: mountpoint not found

2013-10-24 Thread Michael E. Maher
On Thu, 2013-10-24 at 23:40 +0100, Ken Moffat wrote: I first noticed this on my desktop which is running LFS-svn with make-4.0, and where I've got more than enough other things still to look at. But on my server running 7.4 I've just done: mount /scratch [ /me does something there ]

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

2013-07-28 Thread Michael E. Maher
On Sun, 2013-07-28 at 17:58 +0100, Unix User wrote: Dear list, Hello, after my last question everything in chapter 5 went fine - now I stuck again... In chapter 6.7.1 (Linux api headers): -8--- root:/sources/linux-3.10.2# make mrproper make:

Re: [lfs-support] Problem with xzless

2013-05-15 Thread Michael E. Maher
Hello, On Wed, 2013-05-15 at 17:47 -0300, Fernando wrote: error message: /usr/bin/xzless: line 49: test: 458 (POSIX regular expressions): integer expression expected (used env in order to get English message, but it appears in my locale LANG too.) Line 49 of xzless is: if test $(less

Re: [lfs-support] Problem with xzless

2013-05-15 Thread Michael E. Maher
On Wed, 2013-05-15 at 18:11 -0300, Fernando wrote: Em 15-05-2013 17:54, Michael E. Maher escreveu: On Wed, 2013-05-15 at 17:47 -0300, Fernando wrote: error message: /usr/bin/xzless: line 49: test: 458 (POSIX regular expressions): integer expression expected (used env in order to get

Re: [lfs-support] Text error LFS 7.3 sect. 5.10.2

2013-03-04 Thread Michael E. Maher
On Sun, 2013-03-03 at 23:23 -0500, stosss wrote: I think something got overlooked. It doesn't effect the build process. I believe this should be 8.6 ? LFS 7.3 5.10.2. Contents of Tcl Installed programs: tclsh (link to tclsh8.5) and tclsh8.5 Installed library: libtcl8.5.so,

Re: [lfs-support] 70-persistent rules

2013-01-09 Thread Michael E. Maher
rules On 01/09/13 13:32, Mike Johnston wrote: From: Michael E. Maher mich...@maheronline.co.uk To: Mike Johnston mkejohns...@yahoo.com Cc: LFS Support List lfs-support@linuxfromscratch.org Sent: Wednesday, January 9, 2013 3:55 AM Subject: Re: [lfs-support] 70-persistent rules On Tue

Re: [lfs-support] 70-persistent rules

2013-01-09 Thread Michael E. Maher
On Wed, 2013-01-09 at 13:30 -0800, Mike Johnston wrote: - Original Message - From: Michael E. Maher mich...@maheronline.co.uk To: Mike Johnston mkejohns...@yahoo.com Cc: LFS Support List lfs-support@linuxfromscratch.org Sent: Wednesday, January 9, 2013 4:28 PM Subject: Re

Re: [lfs-support] 70-persistent rules

2013-01-09 Thread Michael E. Maher
On Wed, 2013-01-09 at 14:40 -0800, Mike Johnston wrote: Any ideas from this? I really appreciate your help on this. Everything looks good there, sorry I can think what might be wrong. There looks like another thread on this list that is a similar issue, does anything there help? --

Re: [lfs-support] Is it a bug?

2012-12-21 Thread Michael E. Maher
through '/usr' (this should be the default), most likely you skipped the 'Adjusting the Tool Chain' section of the book. Thanks, Michael That's it. For the package mpc, the same... Cheers Pei On Thu, Dec 20, 2012 at 5:44 AM, Michael E. Maher mich...@maheronline.co.uk

Re: [lfs-support] Preparing Virtual Kernel File Systems always kills Chromium.

2012-12-20 Thread Michael E. Maher
On Thu, 2012-12-20 at 03:26 -0500, Alexander Spitzer wrote: I had the same problem. Try starting chrome from bash by typing 'google-chrome' and a solution will be suggested. I believe by remaking /dev/shm, the permissions have been changed. Correct me if I'm wrong, but the permission

Re: [lfs-support] Binutils patch, why?

2012-12-16 Thread Michael E. Maher
On Sun, 2012-12-16 at 03:55 -0800, JIA Pei wrote: Hi, all: 1) From http://www.linuxfromscratch.org/lfs/view/stable/chapter05/binutils-pass1.html , binutils pass 1 requires a patch, why? What is this patch for? patch -Np1 -i ../binutils-2.22-build_fix-1.patch 2) Since

Re: [lfs-support] glibc --enable-kernel=2.6.25? why?

2012-12-16 Thread Michael E. Maher
On Sun, 2012-12-16 at 04:30 -0800, JIA Pei wrote: Hi, all: Refer to http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html glibc-2.16.0 configuration, the version of enabled kernel --enable-kernel=2.6.25 \ Does this

Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread Michael E. Maher
On Sun, 2012-12-16 at 04:47 -0800, JIA Pei wrote: Hi, all: After successfully built binutils gcc linux-kernel now, I'm following http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html to build glibc. make brings me the following errors: make[2]: Leaving

Re: [lfs-support] glibc compilation error -- make[1]: *** [csu/subdir_lib] Error 2

2012-12-16 Thread Michael E. Maher
On Sun, 2012-12-16 at 13:19 -0800, JIA Pei wrote: Hi, Michael: Thank you very much for your detailed reply, so clear !! My Host System Requirements gives me the following result: ... root@peijia-GA-870A-UD3:/mnt/lfs/sources/glibc-build# bash version-check.sh bash, version

Re: [lfs-support] Glibc make error “cant find -lgcc_eh”

2012-12-14 Thread Michael E. Maher
the book. sed -i 's/ -lgcc_s//' Makeconfighttp://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.htmlin chapter 5.5.1 I'm using all instructions. -Исходное сообщение- From: Michael E. Maher Sent: Friday, December 14, 2012 10:00 PM To: Prabhu Cc: lfs-support

Re: [lfs-support] Chroot failure: bash not found

2012-12-14 Thread Michael E. Maher
Hello Alex, Could you send the output of: $ ls -l /tools/bin/bash $ /tools/bin/bash --version Might be a permissions problem. Also are you running the 'chroot' command as the root user? Thanks, Michael On Fri, 2012-12-14 at 19:22 -0500, Alexander Spitzer wrote: Hello all, I am on

Re: [lfs-support] Chroot failure: bash not found

2012-12-14 Thread Michael E. Maher
Hello Alex, On Fri, 2012-12-14 at 19:55 -0500, Alexander Spitzer wrote: Hello Michael, Thanks for your reply. Here is the output: -rwxr-xr-x 1 root root 930472 Dec 13 22:58 /tools/bin/bash Permissions look good. and: GNU bash, version 4.2.39(1)-release (x86_64-unknown-linux-gnu)