- Original Message
From: Chris Staub <[EMAIL PROTECTED]>
To: LFS Support List
Sent: Wednesday, November 7, 2007 8:25:05 AM
Subject: Re: mounts
Richard Caldwell wrote:
> Hi,
>I'm building using liveCD6.3 and I'm currently on section '6.14 Sed-4.1.5
Hi,
I'm building using liveCD6.3 and I'm currently on section '6.14 Sed-4.1.5'
.I've been loggin in using openssh and building remotely(without rebooting).
Each time I log in I need to run "export LFS=/mnt/lfs, mkdir -pv $LFS" and then
enter the chroot environment again. I've just run the mo
Hi,
I'm building lfs via open ssh. If I logout or get disconnected after
issuing a command, does the command continue to run? I'm interested to know if
I can issue 'make' or 'make install' commands for packages with long build
times and then logout while the command is still running?
Thanks
Hi,
I'm installing LFS 6.3 using the LiveCD as ahost but I've done a lot of
the setup via ssh. I've logged out and I want to log back in (again via ssh)
but the system has never been rebooted. I'm not sure what gets reset after
logout as opposed to rebooting. The Point I want to continue at
Hi,
I'm using lfs6.3 livecd an in section 5.7 Adjusting the toolchain, the 'gcc
-dumpspecs .' command doesn't appear to run properly. I've tried
finding the "specs" file to verify that its been edited correctly but I can't
find it.
>From other posts I think the specs file should
Hi,
in 5.7 Adjusting the Toolchain when I run:
gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \
> `dirname $(gcc -print-libgcc-file-name)`/specs
I got the message "gcc:unrecognised option `-mtune=pentiumpro` "
I copied and paste the command from the manual so I know I ent
Hi,
in 5.7 Adjusting the Toolchain when I run:
gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \
> `dirname $(gcc -print-libgcc-file-name)`/specs
I got the message "gcc:unrecognised option `-mtune=pentiumpro` "
I copied and paste the command from the manual so I know I ent
Hi,
in 5.7 Adjusting the Toolchain when I run:
gcc -dumpspecs | sed '[EMAIL PROTECTED]/lib/ld-linux.so.2@/tools&@g' \
> `dirname $(gcc -print-libgcc-file-name)`/specs
I got the message "gcc:unrecognised option `-mtune=pentiumpro` "
I copied and paste the command from the manual so I know I ent
- Original Message
From: lanas <[EMAIL PROTECTED]>
To: lfs-support@linuxfromscratch.org
Sent: Saturday, September 15, 2007 4:16:51 PM
Subject: Re: Remotely building LFS
Le Vendredi, 14 Septembre 2007 19:17:09 -0700 (PDT),
Richard Caldwell <[EMAIL PROTECTED]> a écrit :
>
On Friday 14 September 2007 19:51, Richard Caldwell wrote:
> is it possible to login remotely via network and build LFS? It
> looks to me like it should be possible up until section 6.4 'entering
> chroot'. Have I got this completely wrong?
I think as long as you have root
Richard Caldwell wrote these words on 09/14/07 20:51 CST:
> is it possible to login remotely via network and build LFS?
Yes, I've done it a gazillion times.
> It looks to me like it should be possible up until section 6.4
> 'entering chroot'. Have I got this com
Hi,
is it possible to login remotely via network and build LFS? It looks to me
like it should be possible up until section 6.4 'entering chroot'. Have I got
this completely wrong? I would like to telnet in but telnet doesn't seem to be
on the LiveCD(I'm using 6.3). Is there a way of doing th
Hi,
my system wont allow me to open any more ttys using [CTRL]+[Fn]. I'm
running the LFS live CD 6.3 and I'm on section 5.7 'adjusting the toolchain'. I
want to copy and paste commands from the manual.
When I type [CTRL]+[Fn] nothing happens! Is there something I need to do to
enable this fa
- Original Message
From: Alan Lord <[EMAIL PROTECTED]>
To: lfs-support@linuxfromscratch.org
Sent: Friday, February 16, 2007 11:55:12 AM
Subject: Re: 6.12 Readjusting the toolchain
>
> Hi Al,
> I'm a complete novice so any help is useful.I didn't know I could run more
> than one tty use
- Original Message
From: Alan Lord <[EMAIL PROTECTED]>
To: lfs-support@linuxfromscratch.org
Sent: Friday, February 16, 2007 10:58:02 AM
Subject: Re: 6.12 Readjusting the toolchain
Richard Caldwell wrote:
> Hi,
> having the following problem that I dont undertsand?
Hi,
having the following problem that I dont undertsand?
System:
using LFS LiveCD 6.0
Dell optiplex P3 with 64mb RAM
When I try to run
sed -i 's@ /tools/lib/ld-linux.so.2@ /lib/[EMAIL PROTECTED]' \ $(gcc
--print-file specs)
I get the error
sed: can't read /tools/lib/gcc/i686-pc-linux-gnu/3.
Hi,
just ran 'make check' again and it appears to have run correctly!!!
problem solved hopefully!!
Weird
RC
- Original Message ----
From: Richard Caldwell <[EMAIL PROTECTED]>
To: lfs-support@linuxfromscratch.org
Sent: Saturday, February 3, 2007 7:45:26 AM
Subject: Glib
Hi,
I'm having th following problem when running make check after running make
on glibc-2.3.4-20040701
using LFS LiveCD 6.0 on a Dell optiplex P3 with 64mb RAM
-
Hi,
book version 6.0 chapter 5.29. After installing bash3.0 the following
command is issued:
ln -s bash /tools/bin/sh
but immediately after this the bash-3.0 directory is removed! What's the point
in
this symlink.? As I understand, it creates a link called '/tools/bin/sh' that
points
to bas
>Thanks, that was the ticket
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, October 10, 2006 10:29 AM
To: LFS Support List
Subject: Re: Can't change ownership back to root
> I have got to chapter 5.32 on the LFS and tryin
Hi,
using LiveCD, version 6.0 of book I've encountered the
following problem in section 5.13 of book, checking if the host
system PTYs are set up correctly.
I ran command:
expect -c "spawn ls"
the system responds with:
spawn ls
I've tried running this from several directories as it was indica
Just realised, there was a line in my setenv.sh which read:
echo "export LC_ALL PATH" >> ~/.bashrc
which I copied directly from the hint. However in section 4.4
Setting Up The Environment my book says
export LFS LC_ALL PATH
I modified setenv.sh to reflect this and used
echo "export LFS LC_ALL PATH"
>When I tried to install Expect-5.42.1 I had an error when I ran the line
>./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no
>I don't remember the specifics but from searching the archives found a
>similar error which suggested adding
>--with-tcl=$LFS/sources.tcl8.4.7/unix
>as ./configu
5.42.1
Richard Caldwell schrieb:
> --with-tcl=$LFS/sources.tcl8.4.7/unix
Are you sure, that it is sources.tcl8.4.7 not sources/tcl8.4.7?
--
M.f.G.
george aka Joerg Hahn
Typo I think!
Restarted so I haven't got my history to check(using LiveCD) but
I've started again with in
Hi, I'm having the following problem:
Book version 6.0, using LiveCD, using the setenv.sh file from
the "Building LFS from Live CD Hint".
When I tried to install Expect-5.42.1 I had an error when I ran the line
./configure --prefix=/tools --with-tcl=/tools/lib --with-x=no
I don't remember the spec
On Thu, Oct 05, 2006 at 04:07:40PM -0700, Richard Caldwell wrote:
> Hi,
> I'm having the following problem with my keyboard and I can find a
> solution in the archives.
> Installing LFS from LIveCD 6.0
>
> In chapter 5 "adjusting the toolchain" I can't
> In chapter 5 "adjusting the toolchain" I can't find the ` character on my
> keyboard.(I'm on a
> different machine typing this). There's a few other mixed up characters such
> as @ appears
> over 2 but that's not a problem. problem is that the character immediately
> before dirname on
> the fi
Hi,
I'm having the following problem with my keyboard and I can find a solution
in the archives.
Installing LFS from LIveCD 6.0
In chapter 5 "adjusting the toolchain" I can't find the ` character on my
keyboard.(I'm on a
different machine typing this). There's a few other mixed up character
Original Message
From: Brandon Peirce <[EMAIL PROTECTED]>
To: lfs-support@linuxfromscratch.org
Sent: Wednesday, October 4, 2006 3:57:38 PM
Subject: Re: GCC-3.4.1-Pass1 problem
Richard Caldwell wrote:
>Chris Staub wrote:
>
> > That host system is too new to build that
Original Message
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: LFS Support List
Sent: Monday, October 2, 2006 1:10:02 AM
Subject: Re: GCC-3.4.1-Pass1 problem
Did you apply the patches?
On 10/1/06, Richard Caldwell <[EMAIL PROTECTED]> wrote:
> Hi,
>
- Original Message
From: Chris Staub <[EMAIL PROTECTED]>
To: LFS Support List
Sent: Monday, October 2, 2006 3:31:27 AM
Subject: Re: GCC-3.4.1-Pass1 problem
Richard Caldwell wrote:
> Hi,
> I'm creating my first LFS system with a Suse10.1
> host system using boo
Hi,
I'm creating my first LFS system with a Suse10.1
host system using book version 6.0.
I'm getting the following error when I run
make BOOT_LDFLAGS="-static" bootstrap
*
/tools/i686-pc-linux-gnu/bin/ld:/usr/lib/libc.so: file
format not recognized; treating as linker script
/to
- Original Message
From: Chris Staub <[EMAIL PROTECTED]>
To: LFS Support List
Sent: Thursday, September 28, 2006 6:08:46 PM
Subject: Re: Binutils-2.15.91.0.2 - Pass 1
Richard Caldwell wrote:
> Hi,
> I'm creating my first LFS system on Suse10.1 with book version 6
- Original Message
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: LFS Support List
Sent: Thursday, September 28, 2006 6:09:51 PM
Subject: Re: Binutils-2.15.91.0.2 - Pass 1
> Hi,
> I'm creating my first LFS system on Suse10.1 with book version 6.0(2nd
> edition). When running 'mak
Hi,
I'm creating my first LFS system on Suse10.1 with book version 6.0(2nd
edition). When running 'make install' for binutils-2.15.91.0.2 in chapter 5 I
get the following error(s):
/usr/bin/install: cannot create regular file '/tools/lib/llibbfd.la' :
Permission denied
make[3]: ***[install
35 matches
Mail list logo