Re: tty error on a debian sarge host

2006-05-12 Thread Georgina Joyce
On Fri, May 12, 2006 at 04:05:39PM -0700, Dan Nicholson wrote: > On 5/12/06, Georgina Joyce <[EMAIL PROTECTED]> wrote: > > > >I enter chroot by running the following script: > > > > > >#!/bin/sh > >mount -vt proc proc $LFS/proc > >mount -vt sysfs sysfs $LFS/sys > > mount -vft tmpfs tmpfs $LFS/dev >

Re: tty error on a debian sarge host

2006-05-12 Thread Georgina Joyce
On Fri, May 12, 2006 at 11:59:23PM +0100, Ken Moffat wrote: > On Fri, May 12, 2006 at 11:43:50PM +0100, Georgina Joyce wrote: > > On Fri, May 12, 2006 at 10:52:05PM +0100, Ken Moffat wrote: > > > > > > You are in chapter 6 ? For the *stable* book (6.1.1), /dev/pts and > > > /dev/shm are mounted

Re: tty error on a debian sarge host

2006-05-12 Thread Dan Nicholson
On 5/12/06, Georgina Joyce <[EMAIL PROTECTED]> wrote: I enter chroot by running the following script: #!/bin/sh mount -vt proc proc $LFS/proc mount -vt sysfs sysfs $LFS/sys mount -vft tmpfs tmpfs $LFS/dev mount -vft tmpfs tmpfs $LFS/dev/shm mount -vft devpts -o gid=4,mode=620 devpts $LFS/dev/

Re: tty error on a debian sarge host

2006-05-12 Thread Ken Moffat
On Fri, May 12, 2006 at 11:43:50PM +0100, Georgina Joyce wrote: > On Fri, May 12, 2006 at 10:52:05PM +0100, Ken Moffat wrote: > > > > You are in chapter 6 ? For the *stable* book (6.1.1), /dev/pts and > > /dev/shm are mounted at the end of section 6.8.2. If you interrupt > > the build and exit

Re: tty error on a debian sarge host

2006-05-12 Thread Georgina Joyce
On Fri, May 12, 2006 at 10:52:05PM +0100, Ken Moffat wrote: > On Fri, May 12, 2006 at 10:14:31PM +0100, Georgina Joyce wrote: > > Hi > > > > Well I'm getting the tty error as stated in the lsf FAQ. But not sure how > > I can fix it. > > > > I think I have right kernel options selected as I'm us

Re: tty error on a debian sarge host

2006-05-12 Thread Georgina Joyce
On Fri, May 12, 2006 at 01:44:34PM -0800, Eric Stout wrote: > > So how do I produce tty for the final binutil build? > > > > CONFIG_UNIX98_PTYS=y > > Add Here: "CONFIG_DEVPTS_FS=y" (minus quotes and everything of course) > No, it doesn't allow me to do that, after running make the entry has been

Re: tty error on a debian sarge host

2006-05-12 Thread Ken Moffat
On Fri, May 12, 2006 at 10:14:31PM +0100, Georgina Joyce wrote: > Hi > > Well I'm getting the tty error as stated in the lsf FAQ. But not sure how I > can fix it. > > I think I have right kernel options selected as I'm using a custom built > 2.6.15.4 kernel and the FAQ suggests that I should h

Re: tty error on a debian sarge host

2006-05-12 Thread Eric Stout
> So how do I produce tty for the final binutil build? > > CONFIG_UNIX98_PTYS=y Add Here: "CONFIG_DEVPTS_FS=y" (minus quotes and everything of course) > CONFIG_LEGACY_PTYS=y > CONFIG_LEGACY_PTY_COUNT=256 Then recompile and reinstall your kernel. See if that works. If not, there's more stuff th

tty error on a debian sarge host

2006-05-12 Thread Georgina Joyce
Hi Well I'm getting the tty error as stated in the lsf FAQ. But not sure how I can fix it. I think I have right kernel options selected as I'm using a custom built 2.6.15.4 kernel and the FAQ suggests that I should have a /dev/pts option which doesn't appear in my .config. The files in the /

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-12 Thread Dan Nicholson
On 5/12/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: /sources/gcc-build/gcc/xgcc -B/sources/gcc-build/gcc/ -B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC-W -Wall -Wwrite-

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-12 Thread Jim Gifford
Mag. Leonhard Landrock wrote: Hi! I am once again at this point where compilation of gcc fails. :-( What did I so far in this chapter? cd /sources cd ./gcc-4.0.3 sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Ma

LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-12 Thread Mag. Leonhard Landrock
Hi! I am once again at this point where compilation of gcc fails. :-( What did I so far in this chapter? cd /sources cd ./gcc-4.0.3 sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in sed -i 's/^XCFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in sed -i '[EMAIL PRO