Re: LFS 6.1.1: VFS: Mounted root (ext2 filesystem) readonly.

2006-08-03 Thread Angel Tsankov
>Try this on init: >readelf -l $LFS/sbin/init | grep 'program interpreter' Well, $LFS/sbin/init does NOT exist. Is LFS still set? Is the correct filesystem mounted? It starts to look as if you didn't finish the build. I think I fixed the problem - the /etc/passwd file that I copied to the L

Re: hash doesn't turn off

2006-08-03 Thread nadav vinik
It's probably the 'whereis'. When I use in 'type -a clear' I get: $type -a clear clear is /tools/bin/clear clear is /usr/bin/clear Nadav On 8/3/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: On 8/3/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: > nadav vinik wrote these words on 08/03/06 09:00 CS

Re: Compiling with MSYS

2006-08-03 Thread veritosproject
MSYS (or MinGW, almost same thing) has GCC. On 8/3/06, Jaqui Greenlees <[EMAIL PROTECTED]> wrote: --- "Shane D. Johnson" <[EMAIL PROTECTED]> wrote: > I never saw this come through so if it is duplicated > I am sorry. > > Shane > > > I found MSYS while I was investigating QEMU. Has > anyone t

Re: hash doesn't turn off

2006-08-03 Thread Dan Nicholson
On 8/3/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: nadav vinik wrote these words on 08/03/06 09:00 CST: > Why the hashing is still working? Nothing actually *unset* the -h (the default) in the first place. So, if /usr/bin/clear was found, *just once*, before you installed it in /tools, it wou

Re: hash doesn't turn off

2006-08-03 Thread Dan Nicholson
On 8/3/06, nadav vinik <[EMAIL PROTECTED]> wrote: whereis clear clear: /usr/bin/clear /usr/bin/X11/clear /usr/share/man/man1/clear.1.gz /usr/share/man/man3/clear.3ncurses.gz What's the output from `which clear'? How about `type -a clear', since that's actually what the shell will use. I don't

Re: idlc segfault

2006-08-03 Thread Ken Moffat
On Wed, Aug 02, 2006 at 06:29:58PM -0600, Stan Sander wrote: > I'm still trying to get a build of Open Office (32 bit) on my CLFS > multilib system. I've managed to run the idlc process in gdb, but I > don't know how to interpret what it's telling me. Is there anyone who > can provide any clue

Re: gnome-volume-manager 2.15.0 not starting

2006-08-03 Thread Dan Nicholson
On 8/3/06, Simon Geard <[EMAIL PROTECTED]> wrote: On Wed, 2006-08-02 at 06:08 -0700, Dan Nicholson wrote: > Let me know if sessreg solves the problem. If so, there'll need to be > some text about adding sessreg to your startx script in the book (when > g-v-m-2.16 comes along). Yes, it does the t

Re: LFS 6.1.1: VFS: Mounted root (ext2 filesystem) readonly.

2006-08-03 Thread Ken Moffat
On Wed, Aug 02, 2006 at 05:54:04PM +0300, Angel Tsankov wrote: > >Try this on init: > >readelf -l $LFS/sbin/init | grep 'program interpreter' > > Well, $LFS/sbin/init does NOT exist. Is LFS still set? Is the correct filesystem mounted? It starts to look as if you didn't finish the build. Ken

Re: Compiling with MSYS

2006-08-03 Thread Jaqui Greenlees
--- "Shane D. Johnson" <[EMAIL PROTECTED]> wrote: > I never saw this come through so if it is duplicated > I am sorry. > > Shane > > > I found MSYS while I was investigating QEMU. Has > anyone tried to use > it to compile LFS? > Shane, the Linux kernel actually requires gcc to build proper

Re: hash doesn't turn off

2006-08-03 Thread Randy McMurchy
nadav vinik wrote these words on 08/03/06 09:00 CST: > Why the hashing is still working? Nothing actually *unset* the -h (the default) in the first place. So, if /usr/bin/clear was found, *just once*, before you installed it in /tools, it would still remember it in /usr/bin, regardless if you 'se

Compiling with MSYS

2006-08-03 Thread Shane D. Johnson
I never saw this come through so if it is duplicated I am sorry. Shane I found MSYS while I was investigating QEMU. Has anyone tried to use it to compile LFS? -- Thank you, Shane D. Johnson IT Administrator Rasmussen Equipment Company [EMAIL PROTECTED] -- http://linuxfromscratch.org/mailma

Wine on lfs.

2006-08-03 Thread Serge van Thillo
Hello, Yesterdag I compiled wine-0.9.18 from source on my recent lfs + blfs system. The compilation went successfull. When I started winecfg I noticed the tabs and buttons, but no text was showing up. I compiled wine in two ways to test. 1- with configure --prefix=/opt/wine && make depend && ma

hash doesn't turn off

2006-08-03 Thread nadav vinik
Hello After I install ncurses I check with whereis where is clear. The result was: whereis clear clear: /usr/bin/clear /usr/bin/X11/clear /usr/share/man/man1/clear.1.gz /usr/share/man/man3/clear.3ncurses.gz but the installation was good and the clear was realy at /tools/bin/clear ls -l /tools/

Re: gnome-volume-manager 2.15.0 not starting

2006-08-03 Thread Simon Geard
On Wed, 2006-08-02 at 06:08 -0700, Dan Nicholson wrote: > Let me know if sessreg solves the problem. If so, there'll need to be > some text about adding sessreg to your startx script in the book (when > g-v-m-2.16 comes along). Yes, it does the trick. One thought - gdm doesn't just call 'sessreg

Compiling with MSYS

2006-08-03 Thread Shane D. Johnson
I found MSYS while I was investigating QEMU. Has anyone tried to use it to compile LFS? -- Thank you, Shane D. Johnson IT Administrator Rasmussen Equipment Company [EMAIL PROTECTED] -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.htm

RE: glibc-2.3.4 make check error

2006-08-03 Thread Brandon Peirce
On Wed, 02 Aug 2006 14:11:39 +0200, Danny wrote: Now I am trying to build a LFS on my PII, 350MHz, 96MB Unfortunatly now I am stuck at chapter 6.11 from the book (V6.1.1) Make[2]: *** [/sources/glibc-build/posix/bug-regex24.out] Error 1 Make[2]: *** [/sources/glibc-build/posix/tst-regex2.out]

idlc segfault

2006-08-03 Thread Stan Sander
I'm still trying to get a build of Open Office (32 bit) on my CLFS multilib system. I've managed to run the idlc process in gdb, but I don't know how to interpret what it's telling me. Is there anyone who can provide any clues to what's going wrong and how I can get past this? siren /source

Re: LFS 6.1.1: VFS: Mounted root (ext2 filesystem) readonly.

2006-08-03 Thread Angel Tsankov
Try this on init: readelf -l $LFS/sbin/init | grep 'program interpreter' Well, $LFS/sbin/init does NOT exist. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: glibc-2.3.4 make check error

2006-08-03 Thread jeeva suresh
make -k check >glibc-check-log 2>&1 grep Error glibc-check-log I got: Make[2]: *** [/sources/glibc-build/posix/bug-regex24.out] Error 1 Make[2]: *** [/sources/glibc-build/posix/tst-regex2.out] Error 1 Make[2]: [/sources/glibc/posix/annexc.out] Error 1 (ignored) Make[1]: *** [posix/tests] Error