LFS (Version SVN-20100529) - 6.13. GMP-5.0.1

2010-07-03 Thread Face
hello all, root:/sources/gmp-5.0.1# ./configure --prefix=/usr --enable-cxx --enable-mpbsdchecking build system type... pentium2-unknown-linux-gnu checking host system type... pentium2-unknown-linux-gnu checking for a BSD-compatible install... /tools/bin/install -c checking whether build e

Re: Question about type of partition to use

2010-07-03 Thread Bruce Dubbs
James Butler wrote: > Can the dedicated partition that I use for my lfs be a logical volume created > from a dedicated partition? > This is what my setup looks like: > > /dev/sda1/boot > > Volume Groups > >vg_deltaflyer > >Physical View > >/dev/sda2 > >Log

Re: LFS (Version SVN-20100529) - 5.9. Binutils-2.20.1 - Pass 2

2010-07-03 Thread linux fan
On 7/3/10, Andrew Benton wrote: >> If using bash a simple: >> >> #!/bin/bash -e >> set +h >> >> at the top of the script works, bails on any error Or set -e A few package maintainers manage to return 0 success from configure even when the configure fails. These may be rare or nonexistent in ch5

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread linux fan
On 7/3/10, Ken Moffat wrote: >> destination LFS system. I think 12 GB is a good size. 5GB is a little >> too small if many things will be installed (a typical desktop system >> with lots of goodies). > > I shudder to think about what you are using to fill that up ;) I'm > still happy with 3GB f

Question about type of partition to use

2010-07-03 Thread James Butler
Can the dedicated partition that I use for my lfs be a logical volume created from a dedicated partition? This is what my setup looks like: /dev/sda1/boot Volume Groups >vg_deltaflyer >Physical View >/dev/sda2 >Logical View lv_root

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread Bruce Dubbs
Ken Moffat wrote: > On 3 July 2010 14:28, linux fan wrote: >> If the 50GB host Operating System(Debian 5.0.5) is needed to run (yes, >> I think), then you need to use a separate partition to contain the >> destination LFS system. I think 12 GB is a good size. 5GB is a little >> too small if many t

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread Ken Moffat
On 3 July 2010 14:28, linux fan wrote: > If the 50GB host Operating System(Debian 5.0.5) is needed to run (yes, > I think), then you need to use a separate partition to contain the > destination LFS system. I think 12 GB is a good size. 5GB is a little > too small if many things will be installed

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread linux fan
On 7/3/10, PRAKHAR gaur wrote: > > Dear All, > > I already have a 50 GB partition, which I had created while, Installing the > host Operating System(Debian 5.0.5). > Do I need to partition it again, its a ext3 fs. > Or I can directly mount it in /mnt/lfs?, as its already mounted in /media. > If t

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread littlebat
On Sat, 3 Jul 2010 14:27:17 +0530 shashank kumar wrote: > > Or I can directly mount it in /mnt/lfs?, as its already mounted > > in /media. > > > > two things... > 1. if a partition is already mounted you cant mount it again unless it > is first unmounted. According to my experience, we can dupl

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread Prashant R Keshvani (Baijoo)
On Sat, Jul 3, 2010 at 2:56 PM, Robb Bossley wrote: > If you are comfortable with using ext3 vs ext4 or rieserfs or some > other filesystem, it should be fine. Make sure it doesn't have > anything in it and it should work fine. > > On 7/3/10, PRAKHAR gaur wrote: > > > > Dear All, > > > > I alre

Re: LFS (Version SVN-20100529) - 5.9. Binutils-2.20.1 - Pass 2

2010-07-03 Thread Andrew Benton
On 03/07/10 07:40, Face wrote: > what do you mean by "I suggest trying to automate that process" He just meant that writing scripts is hard to get right. Though in my experience, it's worth the effort in the long run. Partly for the benefit of learning the programming language you've chosen and

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread Andrew Benton
On 03/07/10 09:57, shashank kumar wrote: > Hey > I am a newbie too ... correct me if I am wrong.. > > > > >> I already have a 50 GB partition, which I had created while, Installing the >> host Operating System(Debian 5.0.5). >> Do I need to partition it again, its a ext3 fs. > > If you are NOT usin

Re: LFS (Version SVN-20100529) - 5.9. Binutils-2.20.1 - Pass 2

2010-07-03 Thread Andrew Benton
On 03/07/10 00:17, Baho Utot wrote: > Neal Murphy wrote: >> >> Cleverly crafted, you should be able to catch most of the errors when they >> happen while maintaining a readable script. > > If using bash a simple: > > #!/bin/bash -e > set +h > > at the top of the script works, bails on any error O

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread Robb Bossley
If you are comfortable with using ext3 vs ext4 or rieserfs or some other filesystem, it should be fine. Make sure it doesn't have anything in it and it should work fine. On 7/3/10, PRAKHAR gaur wrote: > > Dear All, > > I already have a 50 GB partition, which I had created while, Installing the >

Re: LFS 6.6 Chapter 2, Preparing a New Partition

2010-07-03 Thread shashank kumar
Hey I am a newbie too ... correct me if I am wrong.. > I already have a 50 GB partition, which I had created while, Installing the > host Operating System(Debian 5.0.5). > Do I need to partition it again, its a ext3 fs. If you are NOT using this partition for any other work, go ahead and make

Re: LFS (Version SVN-20100529) - 5.9. Binutils-2.20.1 - Pass 2

2010-07-03 Thread Face
what do you mean by "I suggest trying to automate that process" On Sat, Jul 3, 2010 at 8:11 AM, Simon Geard wrote: > On Sat, 2010-07-03 at 03:40 +0300, Face wrote: >> it has been over  2 months since my first try i think. going through >> the book manually over and over, I had many mistypes whic

Re: LFS (Version SVN-20100529) - 5.9. Binutils-2.20.1 - Pass 2

2010-07-03 Thread Face
after each command a Footer script will be call with a message saying "press any key to continue or q to Exit" so if i did not see any error i will press enter and if there is an error i will exit. I am not saying this is the best way but the script only print stderr and i will know if the comma