My pkg-user + DESTDIR based build scripts

2005-09-06 Thread Tushar Teredesai
Hello: I have uploaded the package manager I use (for lack of creativity I named it ttPM:-) to . The ttPM-2005-07-15.tar.bz2 tarball includes a README that indicates how the package manager is organized. From the README: this pacakge manager is a co

Re: chroot: cannot run command `/tools/bin/env': No such file or directory

2005-09-06 Thread Basel Al-Mustafa
Hello, > don't attempt to use a 32-bit config. Where can I find a 64-bit config that I can use as a starting point? > make CROSS_COMPILING=x86_64-pc-linux-gnu- > ARCH=x86_64 menuconfig > > Note the '-' at the end of the CROSS_COMPILING, > this should match the > prefix given to your cross-c

RE: rc scripts not running...

2005-09-06 Thread ehazlett
Do you have an /etc/inittab file, Evan? Dave yes... -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

RE: rc scripts not running...

2005-09-06 Thread David Fix
> what do I need to do so the system runs the rc scripts? Do you have an /etc/inittab file, Evan? Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LFS-6.1, Kernel-2.6.11.12

2005-09-06 Thread baho-utot
Andrew Benton wrote: baho-utot wrote: LFS-6.1 build I build a kernel (2.6.11.12) for my scratch built system and it populates /dev with the wrong permissions, ie /dev/null with crw-rw permissions. Non root users can not access it example: echo "Cat shit" > /dev/null. Fails with Permis

Re: chroot: cannot run command `/tools/bin/env': No such file or directory

2005-09-06 Thread Ken Moffat
On Tue, 6 Sep 2005, Basel Al-Mustafa wrote: Do you a know a guide that I can use to build a 64-bit kernel? I was going to point you to my unofficial pure64 hint, but the process is simple enough to describe here. Familiarise yourself with what you use in your existing .config (particular

rc scripts not running...

2005-09-06 Thread ehazlett
hey all... i think ive narrowed the problem down... i have successfully built a LFS 6.1 system... it boots, and i get a "sh-3.00:" prompt here's the thing, i dont think it is running the rc scripts... the root filesystem is mounted read-only, i have no networking, etc. once I "cd" into the

Re: chroot: cannot run command `/tools/bin/env': No such file or directory

2005-09-06 Thread Basel Al-Mustafa
Hi Ken, > Anyway, let me rephrase > the question - you > are starting from a Slackware system, which I > imagine is 32-bit ? If > that is the case, did you cross-compile the kernel ? > (hint, does 'uname > -m' show x86_64 ?) [EMAIL PROTECTED]:~$ uname -m i686 > The cross-lfs book covers a m

Re: chroot: cannot run command `/tools/bin/env': No such file or directory

2005-09-06 Thread Ken Moffat
On Tue, 6 Sep 2005, Basel Al-Mustafa wrote: I am not sure but I selected "Opteron/Athlon64/Hammer/K8" as the processor family when I compiled the kernel. Please note that we like people who don't top-post, and who trim the text they are replying to. Anyway, let me rephrase the question - yo

Re: chroot: cannot run command `/tools/bin/env': No such file or directory

2005-09-06 Thread Basel Al-Mustafa
I am not sure but I selected "Opteron/Athlon64/Hammer/K8" as the processor family when I compiled the kernel. --- Ken Moffat <[EMAIL PROTECTED]> wrote: > On Tue, 6 Sep 2005, Basel Al-Mustafa wrote: > > > Hello, > > > > Could anyone help me to chroot to LFS? I think it > is a > > bug in Version >

Re: configure: error: the compiler must support C cleanup handling

2005-09-06 Thread Ken Moffat
On Tue, 6 Sep 2005, Charles Wilkinson wrote: This must also mean my symlink works too. Yes, seems fine. can you confirm which versions of the kernel, binutils, gcc and libc are on this host ? [ e.g... uame -a: Linux Tux 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux

configure: error: the compiler must support C cleanup handling

2005-09-06 Thread Charles Wilkinson
Hi again, thanks for the help so far, here is as much info as I could gather from the past mails. > I'll take that [the book version is] 6.1, in other words gcc-3.3.4 > was a typo for > gcc-3.4.3. You're right ken sorry for the typo /tools/bin/gcc -v gives: lfs:~/lfs/source$ /tools/bin/gcc

Re: Fwd: Re: configure: error: the compiler must support C cleanup handling

2005-09-06 Thread Ken Moffat
On Tue, 6 Sep 2005, Charles Wilkinson wrote: [Note: forwarded message attached: The previous mail] Why ? If you want to quote parts of it, please do so in a reply, but don't spam the list by reposting the whole thing. Hi list, I am running the HTML version of the LFS book. I assume this is

Fwd: Re: configure: error: the compiler must support C cleanup handling

2005-09-06 Thread Charles Wilkinson
[Note: forwarded message attached: The previous mail] Hi list, I am running the HTML version of the LFS book. I assume this is up to date. The Glibc2.3.4 refuses to compile on the host too. The Host is a i686 800Mhz running fedora Core 2, with all the devellopement tools installed. SO nothing sho

Re: Cannot install extensions in Thunderbird

2005-09-06 Thread Doug Reich
It is my understanding that with the newer versions of Thunderbird, you cannot globally install extensions. That is what most of my reading the *many* messages about this issue tells me. Something about the nsExtensionManager is broken pertaining to global installation of extensions. That wasn't

Re: configure: error: the compiler must support C cleanup handling

2005-09-06 Thread Ken Moffat
On Tue, 6 Sep 2005, Charles Wilkinson wrote: Hi list, this is an error I received when trying to build glibc-2.3.4 with the gcc-3.3.4 I followed the intructions to the letter and yet the configure script outputs the "configure: error: the compiler must support C cleanup handling" /me pauses t

configure: error: the compiler must support C cleanup handling

2005-09-06 Thread Charles Wilkinson
Hi list, this is an error I received when trying to build glibc-2.3.4 with the gcc-3.3.4 I followed the intructions to the letter and yet the configure script outputs the "configure: error: the compiler must support C cleanup handling" when I try to generate the makefile. I can't continue without

Re: chroot: cannot run command `/tools/bin/env': No such file or directory

2005-09-06 Thread Ken Moffat
On Tue, 6 Sep 2005, Basel Al-Mustafa wrote: Hello, Could anyone help me to chroot to LFS? I think it is a bug in Version 7.0-cross-lfs-20050902-x86_64-Multilib since I tried to build the system twice but I got the same error. I followed the book strickly in the two attempts. Linux From Scratch

chroot: cannot run command `/tools/bin/env': No such file or directory

2005-09-06 Thread Basel Al-Mustafa
Hello, Could anyone help me to chroot to LFS? I think it is a bug in Version 7.0-cross-lfs-20050902-x86_64-Multilib since I tried to build the system twice but I got the same error. I followed the book strickly in the two attempts. Linux From Scratch - Version 7.0-cross-lfs-20050902-x86_64-Multil

Re: 'ldd' outputs "not a dynamic executable" after installing Glibc-2.3.5 32 Bit

2005-09-06 Thread Basel Al-Mustafa
Thanks Chris, Is there a way to determine whether the compilations completed successfuly or not? --- Chris Staub <[EMAIL PROTECTED]> wrote: > Basel Al-Mustafa wrote: > > Hello, > > > > Linux From Scratch - Version > > 7.0-cross-lfs-20050902-x86_64-Multilib > > Host Distribution - Slackware 10.1

Re: 'ldd' outputs "not a dynamic executable" after installing Glibc-2.3.5 32 Bit

2005-09-06 Thread Chris Staub
Basel Al-Mustafa wrote: Hello, Linux From Scratch - Version 7.0-cross-lfs-20050902-x86_64-Multilib Host Distribution - Slackware 10.1 with kernel-2.6.13 Section - 5.9. Glibc-2.3.5 32 Bit Processor - AMD64 3000+ I have stricktly followed the instructions in the book but executing 'ldd' for the c

'ldd' outputs "not a dynamic executable" after installing Glibc-2.3.5 32 Bit

2005-09-06 Thread Basel Al-Mustafa
Hello, Linux From Scratch - Version 7.0-cross-lfs-20050902-x86_64-Multilib Host Distribution - Slackware 10.1 with kernel-2.6.13 Section - 5.9. Glibc-2.3.5 32 Bit Processor - AMD64 3000+ I have stricktly followed the instructions in the book but executing 'ldd' for the command below outputs "not

Re: Package user hint - the build script and subshells

2005-09-06 Thread S. Anthony Sequeira
On Mon, September 5, 2005 21:48, Dan McGhee said: [...] > base configure script. The command from the source tree is > '../blfs-configure' and so on using my terminology. Of course, 'su' > to > root for make install. This loses the prime advantage of using the hint (in my view), the installed f

Re: Package user hint - the build script and subshells

2005-09-06 Thread S. Anthony Sequeira
On Tue, September 6, 2005 4:33, Tushar Teredesai said: > You could just use re-direction to achieve the result that you need, > though the side effect is that you won't see any output on the > console. I'm curious Tushar, how would you program that? I wouldn't mind not seeing anything on the scr

Re: LFS-6.1, Kernel-2.6.11.12

2005-09-06 Thread Andrew Benton
baho-utot wrote: LFS-6.1 build I build a kernel (2.6.11.12) for my scratch built system and it populates /dev with the wrong permissions, ie /dev/null with crw-rw permissions. Non root users can not access it example: echo "Cat shit" > /dev/null. Fails with Permission denied. (because of 66