Kernel panic -not syncing

2005-08-18 Thread DNS, Prasad(GE Consumer Finance, Consultant)
Hi All, While doing customized installation, after the completion of installation, we are getting on error Kernel panic - not syncing... what may be the reason for this.. help me out in this regard. Prasad. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: Kernel panic -not syncing

2005-08-18 Thread Andrew Benton
DNS, Prasad(GE Consumer Finance, Consultant) wrote: Hi All, While doing customized installation, after the completion of installation, we are getting on error Kernel panic - not syncing... what may be the reason for this.. help me out in this regard. Perhaps you didn't enable support

Problem on installing Xorg

2005-08-18 Thread Stephen Liu
Hi folks, FC3 Host BLFS 6.1 X11R6.8.2-src.tar.bz2 MD5 sum: 8131cd7ea1e4566e6e05c438a93fcfe1 # md5sum /mnt/lfs/sources/X11R6.8.2-src.tar.bz2 8131cd7ea1e4566e6e05c438a93fcfe1 /mnt/lfs/sources/X11R6.8.2-src.tar.bz2 8131cd7ea1e4566e6e05c438a93fcfe1 MD5sum found matched. On chroot environment

Gcc build failing in chapter 6.11

2005-08-18 Thread Martin Olsen
Hi. Im using Version SVN-20050816 of the Linux From scratch. I'm using LiveCD for LFS 6.1. When i try to configure glibc i get this error: configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. Here is the command i use: #

Re: cross-compiling x86 64 i586 Howto?

2005-08-18 Thread Ken Moffat
On Thu, 18 Aug 2005, Jean Razack wrote: Hi, my host system is a x86_64 and I want to compile LFS 6.1 with Suse 9.3 Professional. I have installed the required software (32-bit + 64-bit) over yast. Now I don’t know what for modification and/or prarameter I musst use, to get the 32 bit

Re: Gcc build failing in chapter 6.11

2005-08-18 Thread Ken Moffat
On Thu, 18 Aug 2005, Martin Olsen wrote: When i try to configure glibc i get this error: configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. Here is the command i use: # ../glibc-2.3.5/configure --prefix=/usr --disable-profile

Re: Gcc build failing in chapter 6.11

2005-08-18 Thread Martin Olsen
2005/8/18, Ken Moffat [EMAIL PROTECTED]: but I'm not sure it is specific enough - /tools/bin/gcc is using something from the host. First, confirm that readelf -l /tools/bin/gcc | grep interpreter shows /tools/lib/ld-linux.so.2 No it's linked against /lib/ld-config.so.2 ... Guess i'll have

Rotating log files

2005-08-18 Thread David Fix
Hey folks, any quick hints on how to rotate my logfiles? :) I can't remember how it was done in the past. :( Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: Rotating log files

2005-08-18 Thread David Fix
Hey folks, any quick hints on how to rotate my logfiles? :) I can't remember how it was done in the past. :( You know what? I just remembered. :P Logrotate. :) I'll look around and find something for it. :) Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

Re: Rotating log files

2005-08-18 Thread Jason Gurtz
On 8/18/2005 08:52, David Fix wrote: Hey folks, any quick hints on how to rotate my logfiles? :) I can't remember how it was done in the past. :( There's logrotate and also, I've used lumberjack which worked ok. ~Jason -- -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ:

RE: Rotating log files

2005-08-18 Thread David Fix
Yea, pretty funny, eh? :) ~Jason Definitely. :) Man pages usually have something like that in there. :) Anyhow, I couldn't find lumberjack for download, so I opted for a simple logrotate available at http://iain.cx/src/logrotate/. That worked for me. :) Dave --

spec file modification problem, cross-compiling

2005-08-18 Thread Jean Razack
Hi, I try a cross-compiling (x86_64 i386). My first question is, is it correct that “gcc –print-file specs” print “/usr/lib64/…” ? Then the other is that in “$LFS/tools/lib/” isn’t a “ld-linux-so.2” file. But the file is in “/lib/”. My dynamic Linker is “/lib64/ld-linux-x86-64.so.2”. What I

Re: spec file modification problem, cross-compiling

2005-08-18 Thread Ken Moffat
On Thu, 18 Aug 2005, Jean Razack wrote: Hi, I try a cross-compiling (x86_64 i386). OK, if you want to build a wholly 32-bit LFS from a 64-bit Suse you can *try* using the 32-bit options from Ryan's cross-lfs scripts that I referred to in my previous reply. That is, give it the

Re: Gcc build failing in chapter 6.11

2005-08-18 Thread Martin Olsen
2005/8/18, Doug Ronne [EMAIL PROTECTED]: On 8/18/05, Martin Olsen [EMAIL PROTECTED] wrote: Hi. Im using Version SVN-20050816 of the Linux From scratch. I'm using LiveCD for LFS 6.1. When i try to configure glibc i get this error: configure: error: cannot compute suffix of

Re: Chapter 5.22 ncurses won't compile

2005-08-18 Thread Kevin Connor
On Wed, 17 Aug 2005 22:07:28, Ken Moffat wrote: Somehow, your PATH hs got screwed up - /tools/bin/g++ is the version of g++ that should have been used. I think you've come back to this and missed something when you set up your environment ? If you aren't sure exactly where you restarted,

Re: Problem on installing Xorg

2005-08-18 Thread Stephen Liu
Hi Uli, Tks for your advice. just do ln -s gcc /usr/bin/cc In chroot environment root:/$ ln -s gcc /usr/bin/cc (no printout) root:/$ ls -l /usr/bin/cc lrwxrwxrwx 1 root root 3 2005-08-19 06:16 /usr/bin/cc - gcc Xorg-6.8.2

Re: (no subject)

2005-08-18 Thread Richard Hamilton
Pubudu wrote: Hi . This problem occurred when i was building LFS when i entered the command in my chrooted environment expect -c spawn ls it displayed the message The system has no more ptys. Ask your system administrator to create more

No rule to make target `install'

2005-08-18 Thread Stephen Liu
Hi folks, Installing GLib-1.2.10 problem http://www.linuxfromscratch.org/blfs/view/stable/general/glib.html root:/sources/glib-1.2.10$ patch -Np1 -i ../glib-1.2.10-gcc34-1.patch ./configure --prefix=/usr make root:/sources/glib-1.2.10$ make install chmod -v 755

Re: hi, every one , i have a problem when i compile gcc in chapter 6

2005-08-18 Thread guo tie
i have solved this problem. rm -rf gcc-build ; rm -fr gcc-3.4.4; then i compile the gcc again, it successed. thanks all 2005/8/16, Doug Ronne [EMAIL PROTECTED]: On 8/15/05, guo tie [EMAIL PROTECTED] wrote: ../../gcc-3.4.4/gcc/tsystem.h:79:19: stdio.h: No such file or directory

Re: Problem on installing Xorg - solved

2005-08-18 Thread Stephen Liu
Hi Chris, /usr/bin you're supposed to run another command before mkdir ../xcbuild. Oh sorry, I missed popd. Problem now solved. root:/sources/xc$ mkdir ../xcbuild cd ../xcbuild lndir ../xc .. ../../xc/util/misc: ../../xc/util/memleak: root:/sources/xcbuild$

Problem with dummy.c

2005-08-18 Thread David Courtney
Hello - this is my first attempt at LFS. (And my first post to this mailing list.) I'm wanting to build LFS for a very small system I'm putting together. I've always wanted to try LFS so I figured this would be the perfect opportunity. The system is an embedded computer and will only need a

Re: Problem with dummy.c

2005-08-18 Thread Jim Gifford
Verify that your /tools/lib/ld-linux.so.2 exists. -- -- [EMAIL PROTECTED] [EMAIL PROTECTED] LFS User # 2577 Registered Linux User # 299986 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information

Re: Problem with dummy.c

2005-08-18 Thread David Courtney
Verify that your /tools/lib/ld-linux.so.2 exists. /mnt/lfs/sources $ ls -al /tools/lib/ld-* -rwxr-xr-x 1 lfs lfs 352811 Aug 19 00:50 /tools/lib/ld-2.3.4.so lrwxrwxrwx 1 lfs lfs 11 Aug 19 00:50 /tools/lib/ld-linux.so.2 - ld-2.3.4.so --

OT Re: X libraries or include files not found - gtk+-1.2.10

2005-08-18 Thread DJ Lucas
Randy McMurchy wrote: Please folks, trim the original stuff from the messages before you reply. It is a PIA to have to scroll down hundreds of lines to read one line of original message. OT: I know it doesn't fix the problem, but it does help a bit when you are absolutely sick of telling

Re: Problem with dummy.c

2005-08-18 Thread David Courtney
Verify that your /tools/lib/ld-linux.so.2 exists. /mnt/lfs/sources $ ls -al /tools/lib/ld-* -rwxr-xr-x 1 lfs lfs 352811 Aug 19 00:50 /tools/lib/ld-2.3.4.so lrwxrwxrwx 1 lfs lfs 11 Aug 19 00:50 /tools/lib/ld-linux.so.2 - ld-2.3.4.so I think I'll probably have to start over. I was