Re: [lfs-support] lfs-support Digest, Vol 2963, Issue 1

2013-09-24 Thread Kodali Sivakiran
ser > generator' is installed by default. I should change it to 'YACC-compatible > parser generator' and rebuild bash in tools. > > Thank you, gentlemen. > > -- > With respect, > Artem Orlov > -- next part -- > An HTML attachment was scru

Re: [lfs-support] chroot into the temporary ...?

2013-09-24 Thread Ken Moffat
On Wed, Sep 25, 2013 at 08:41:37AM +0800, Wiky wrote: > hi, > It reads 'That is, we chroot into the temporary mini Linux system, ..' in > Section6.1 of LFS7.4. > but when i run 'sudo chroot /mnt/lfs', Why do you think that 'sudo' is the command to run here ? Do we build sudo in chapter

Re: [lfs-support] chroot into the temporary ...?

2013-09-24 Thread Aleksandar Kuktin
>On Wed, 25 Sep 2013 09:56:34 +0800 (CST) >Wiky wrote: > > I got it, Thank you. > > At 2013-09-25 09:49:36,"Aleksandar Kuktin" wrote: > >>On Wed, 25 Sep 2013 08:41:37 +0800 (CST) > >>Wiky wrote: > >> > >> hi, > >> It reads 'That is, we chroot into the temporary mini Linux > >> system, ..'

Re: [lfs-support] chroot into the temporary ...?

2013-09-24 Thread Wiky
I got it, Thank you. At 2013-09-25 09:49:36,"Aleksandar Kuktin" wrote: >>On Wed, 25 Sep 2013 08:41:37 +0800 (CST) >>Wiky wrote: >> >> hi, >> It reads 'That is, we chroot into the temporary mini Linux >> system, ..' in Section6.1 of LFS7.4. but when i run 'sudo >> chroot /mnt/lfs', it

Re: [lfs-support] LFSv7.4 stuck at section 6.9.1

2013-09-24 Thread Aleksandar Kuktin
>On Tue, 24 Sep 2013 17:37:28 -0700 (PDT) >Phoebe Bacotot wrote: > > I have a problim compiling my samba...and this output were given > > > client/smbmount.c:25:26: fatal error: linux/smb_fs.h: No such file or > directory compilation terminated. > The following command failed: > gcc -I. -I/sourc

Re: [lfs-support] chroot into the temporary ...?

2013-09-24 Thread Aleksandar Kuktin
>On Wed, 25 Sep 2013 08:41:37 +0800 (CST) >Wiky wrote: > > hi, > It reads 'That is, we chroot into the temporary mini Linux > system, ..' in Section6.1 of LFS7.4. but when i run 'sudo > chroot /mnt/lfs', it returns 'chroot: failed to run command > `/bin/bash': No such file or directory'. Of c

[lfs-support] chroot into the temporary ...?

2013-09-24 Thread Wiky
hi, It reads 'That is, we chroot into the temporary mini Linux system, ..' in Section6.1 of LFS7.4. but when i run 'sudo chroot /mnt/lfs', it returns 'chroot: failed to run command `/bin/bash': No such file or directory'. Of course /mnt/lfs/bin/bash not exists and then I tried 'sudo

Re: [lfs-support] LFSv7.4 stuck at section 6.9.1

2013-09-24 Thread Phoebe Bacotot
I have a problim compiling my samba...and this output were given client/smbmount.c:25:26: fatal error: linux/smb_fs.h: No such file or directory compilation terminated. The following command failed: gcc -I. -I/sources/samba-3.0.30/source  -O -D_SAMBA_BUILD_=3 -I/sources/samba-3.0.30/source/popt

Re: [lfs-support] LFSv7.4 stuck at section 6.9.1

2013-09-24 Thread William Harrington
On Sep 24, 2013, at 4:25 AM, Kodali Sivakiran wrote: > WHAT MIGHT BE THE REASON?? > In an attempt to understand the problem, i did this outside the > chroot environment: > " shiva@shiva-desktop:/$ ldd /tools/bin/gcc > linux-gate.so.1 => (0xb77dd000) > libc.so.6 => /lib/i386-linux-gnu/l

Re: [lfs-support] LFSv7.4 stuck at section 6.9.1

2013-09-24 Thread Pierre Labastie
Le 24/09/2013 11:25, Kodali Sivakiran a écrit : > Hi everyone, > > [description of the failure] > > In the upper section of config.log we can see that: > " configure:2725: gcc --version >&5 > ../glibc-2.18/configure: line 2727: /t

[lfs-support] Good day sir!

2013-09-24 Thread Phoebe Bacotot
I would like to ask some notes how to begin my blfs by building samba server on it? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

[lfs-support] LFSv7.4 stuck at section 6.9.1

2013-09-24 Thread Kodali Sivakiran
Hi everyone, My linux machine details: # uname -r : 3.2.0-50-generic-pae using ubuntu 12.04 LTS LFS version:7.4 I've followed the instructions in the book strictly.Successfully completed chapter5. After chrooting into the lfs partition,i.e, section 6.9.1 when i ran the command: "../glibc-2.1

Re: [lfs-support] Installation of Linux API Headers (chapter 6.7.1) problem

2013-09-24 Thread Артём Орлов
> You should be chrooted into your new LFS build before installing the > headers at step 6.7.1. As such your version of bash should look "similar" > to this: > bash -version > GNU bash, version 4.2.45(2)-release (x86_64-unknown-linux-gnu) > My bash version is: root:/sources# bash -version GNU bash