Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread Andrew Benton
rblythe wrote: I have completed the LFS 6.0 book. System boots like a champ. I have started putting together things from BLFS. Still working smoothly. Before I go too much farther, I would like to know: Can my current LFS be copied to another hard drive for future build considerations. I

Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread Jeremy Henty
On Wed, Jun 15, 2005 at 08:36:32AM +0100, Andrew Benton wrote: > I find tar to be quite effective > > cd /mnt > tar cjf lfs.tar.bz2 lfs Rsync is cool if you have installed it. Mount the empty partition on /mnt/lfs-new and run: rsync -a /mnt/lfs/ /mnt/lfs-new (NB: the trailing slash on /m

Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread Steve Crosby
On 15 Jun 2005, you wrote in lfs.support: > > On Wed, Jun 15, 2005 at 08:36:32AM +0100, Andrew Benton wrote: > >> I find tar to be quite effective >> >> cd /mnt >> tar cjf lfs.tar.bz2 lfs > > Rsync is cool if you have installed it. Mount the empty partition on > /mnt/lfs-new and run: > >

Re: "GLibC Test Failure" OR "malloc/mtrace"

2005-06-15 Thread Ken Moffat
On Tue, 14 Jun 2005, Jim Gifford wrote: > developerman wrote: > > >Many test of GLibC fails. This is libio/fopenloc, and a lot of posix. About > >other don't know, I this that it is enough. The reason is missing of > >malloc/mtrace file (as make check writes). What should I do? How can I fix >

Re: patches for tools?

2005-06-15 Thread Ken Moffat
On Wed, 15 Jun 2005, Chakkaradeep C C wrote: > Hi all, > > > Heh, last time I looked at an SRPM was for X.org, just after the gentoo > > patches picked up a ton of stuff from RedHat - from memory, many of > > those patches were very old and for very obscure hardware (and none of > > them solved m

Re: patches for tools?

2005-06-15 Thread Chakkaradeep C C
Hi, > I'm using the LFS-6.1-testing versions (gcc-3,4,3), libstdc++ is fine > here. You're saying that your test_summary doesn't match what you > logged from running make check ? I've just compared one of mine (for a > Celeron III) and they look the same to me. oh..nice to hear :-), i used Fedo

специалистам отдела продаж

2005-06-15 Thread ������� ������
Практический семинар для руководителей и юристов компаний, руководителей и менеджеров отделов продаж, отделов закупок -- "ДОГОВОР ПОСТАВКИ: ПРАКТИЧЕСКИЕ АСПЕКТЫ" 24 июня 2005 года (с 10.00 до 17.00) --

Re: patches for tools?

2005-06-15 Thread Ken Moffat
On Wed, 15 Jun 2005, Chakkaradeep C C wrote: > Hi, > > I'm using the LFS-6.1-testing versions (gcc-3,4,3), libstdc++ is fine > > here. You're saying that your test_summary doesn't match what you > > logged from running make check ? I've just compared one of mine (for a > > Celeron III) and they

Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread Jeremy Henty
On Wed, Jun 15, 2005 at 08:12:30PM +1200, Steve Crosby wrote: > > Rsync is cool if you have installed it. Mount the empty partition on > > /mnt/lfs-new and run: > > > > rsync -a /mnt/lfs/ /mnt/lfs-new > > > > (NB: the trailing slash on /mnt/lfs/ is important, don't leave it > > out!) > >

Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread Peter B. Steiger
On Wed, 2005-06-15 at 20:12 +1200, Steve Crosby wrote: > Just as a note for the unwary - make sure you don't have proc, sysfs, dev > et al mounted in /mnt/lfs when you create the tarball or copy the files to > the new partition ;) {groan} Now you tell me! By coincidence, I did exactly that last

Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread Wiliam Harrington
On Wed, 15 Jun 2005 08:36:32 +0100, Andrew Benton wrote: > rblythe wrote: >> I have completed the LFS 6.0 book. System boots like a champ. I have >> started putting together things from BLFS. Still working smoothly. >> Before I go too much farther, I would like to know: >> >> Can my current L

Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread ilja . siera
Quoting Andrew Benton <[EMAIL PROTECTED]>: > rblythe wrote: > > I have completed the LFS 6.0 book. System boots like a champ. I have > started > > putting together things from BLFS. Still working smoothly. Before I go > too > > much farther, I would like to know: > > > > Can my current LFS

Re: Compiling error GCC-3.4.1 Pass 2 LFS-6.0 Chapter 5

2005-06-15 Thread Jose Carlos Carrion Plaza
Jose Carlos Carrion Plaza escribió: Platform Notes: HW=PowerPC G4 eMac S.O.= LFS-6.0 Live CD Error description: The Chapter 5 steps were OK until GCC-3.4.1 pass 2. At GCC-3.4.1 Pass-2 «make» command aborts with ../../gcc-3.4.1/gcc/unwind-dw2.c: In function `uw_frame_state_for': ../../gcc-3.

Re: Can LFS be copied from 1 hard drive to another after the build?

2005-06-15 Thread Andre
I like partimage (www.partimage.org), it even compresses the partition (if you like). The only drawback, the new partition has to be equal or greater in size. If it is greater, then don't forget to resize after you restore it. Also if the name of the partition is different, then rename it in fstab

regarding initrd

2005-06-15 Thread Chakkaradeep C C
hi all, i had already posted once in lists regarding asking how to create initrd image for lfs.I am using lfs 6.0,i want to make it as a live cd,i have to create modprobe.conf file for initrd and if i use the generate-modprobe.conf,it is asking for an old modprobe.conf file which is not there in l

Re: Supported architectures for NPTL???

2005-06-15 Thread Joseph M Dupre (AVAB Inc.)
> lfs6cd:root ~ # /tools/lib/libc.so.6 > GNU C Library 2004-07-01 release version 2.3.4, by Roland McGrath et > al. Copyright (C) 2004 Free Software Foundation, Inc. This is free > software; see the source for copying conditions. There is NO warranty; > not even for MERCHANTABILITY or FITNESS F

The LFS v6.0 Makefile is almost complete!

2005-06-15 Thread Bobby Black
efile? http://home.centurytel.net/inuhaki/Makefile-v6.0-20050615-1633 What is your email? [EMAIL PROTECTED] Thank you, Bobby Black -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

setfault after completing chapter 6

2005-06-15 Thread Peter B. Steiger
I finished up chapter 6 of the SVN version last night, and exited the chroot environment so I could make a backup of everything up to this point. Now when I try to chroot back in again, I get a segfault. No explanation, just the word "segfault" and no entry into lfs (yes, the lfs partition is sti

Segfault error in chapter 6... argh!

2005-06-15 Thread Peter B. Steiger
Sorry if this is a duplicate. Evolution started acting up on me and it doesn't look like this made it to the list, but it is in my Sent folder. - I finished up chapter 6 of the SVN version last night, and exited the chroot environment so I could make a backup of everyt