Re: OK to Build Ch.6 with Glibc2.12.1 having Glibc-2.11.2 in Ch.5 Tool Chain?

2010-08-09 Thread Dan McGhee

On 08/09/2010 04:41 PM, Neal Murphy wrote:

Remember, the main goal of the toolchain is to isolate the build from the host
system.
   

This was the starting point of my logic.

Glibc*is*  the C lib, and shouldn't be able to depend on itself or on a
different version of itself. I'd be surprised if minor changes to glibc had a
significant impact on gcc output. Besides, I would expect glibc 2.x versions
to be API-compatible (completely or mostly).
   

Although not as eloquent, these were my thoughts.

If you are really concerned or find things you don't like, you'll certainly
rebuild from scratch anyway (a PITA, to be sure). A purist would give up and
start from scratch straight away.
   
Yeah, I'm ready to rebuild if I need to. I almost started again without 
asking my question, but decided that would be too much like OCD. :) But 
I will completely rebuild if I run into something I can't solve.


Thanks, Neal.

Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: OK to Build Ch.6 with Glibc2.12.1 having Glibc-2.11.2 in Ch.5 Tool Chain?

2010-08-09 Thread Neal Murphy
On Monday 09 August 2010 16:31:36 Dan McGhee wrote:
> On 08/09/2010 01:36 PM, Bruce Dubbs wrote:
> > I think you can get by with proceeding to Chapter 6, but you'll be
> > building glibc-2.12 with glibc-2.11.2.  I suspect that it would be OK.
>
> I know. That's why I asked.

Remember, the main goal of the toolchain is to isolate the build from the host 
system.

Glibc *is* the C lib, and shouldn't be able to depend on itself or on a 
different version of itself. I'd be surprised if minor changes to glibc had a 
significant impact on gcc output. Besides, I would expect glibc 2.x versions 
to be API-compatible (completely or mostly).

If you are really concerned or find things you don't like, you'll certainly 
rebuild from scratch anyway (a PITA, to be sure). A purist would give up and 
start from scratch straight away.

If you are mildly concerned, you can build the final glibc, make the final 
toolchain adjustment, then build glibc again. Then proceed with zlib, 
binutils, etc.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: OK to Build Ch.6 with Glibc2.12.1 having Glibc-2.11.2 in Ch.5 Tool Chain?

2010-08-09 Thread Dan McGhee
On 08/09/2010 01:36 PM, Bruce Dubbs wrote:
> I think you can get by with proceeding to Chapter 6, but you'll be
> building glibc-2.12 with glibc-2.11.2.  I suspect that it would be OK.
>
I know. That's why I asked.

Thanks, Bruce.

Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: 2 grubs

2010-08-09 Thread linux fan
On 8/9/10, linux fan  wrote:

> configfile (hd0,4)/boot/grub/grub.cfg

For grub2, before that may also be needed:
insmod configfile
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: 2 grubs

2010-08-09 Thread linux fan
On 8/9/10, Alberto Hernando  wrote:
> Hi.
>
> Is it possible to have 2 grubs running in a same computer?
> My idea is to have the first grub in mbr, with the main OS, and an entry
> pointing to the second grub, installed in a partition with the LFS and all
> its options.
> I could do it with lilo, but now that I'm with grub, I'd like to do the
> same. I tried using an entry like the one I have for win xp but no success.
> Is it possible to do it?
>

Re: grub2, I have failed to install in a partition.
That said, my favorite trick is to put other "grub conf" file(s) on
other partitions.
Then, in the main "grub conf" file, add an entry "configfile".
This could look like:

configfile (hd0,4)/boot/grub/grub.cfg

So, my idea is to avoid touching the mbr and making it "unbootable".
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: OK to Build Ch.6 with Glibc2.12.1 having Glibc-2.11.2 in Ch.5 Tool Chain?

2010-08-09 Thread Bruce Dubbs
Dan McGhee wrote:
> I see that LFS-SVN has been updated and one of the changes is moving to 
> GlibC-2.12.1.  I just completed Chapter 5 using SVN-20100803 which has 
> GlibC-2.11.2.  Is it best to rebuild Chapter 5 or can I just proceed 
> with Chapter 6 using SVN-20100808?

I think you can get by with proceeding to Chapter 6, but you'll be 
building glibc-2.12 with glibc-2.11.2.  I suspect that it would be OK.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


2 grubs

2010-08-09 Thread Alberto Hernando
Hi.

Is it possible to have 2 grubs running in a same computer?
My idea is to have the first grub in mbr, with the main OS, and an entry
pointing to the second grub, installed in a partition with the LFS and all
its options.
I could do it with lilo, but now that I'm with grub, I'd like to do the
same. I tried using an entry like the one I have for win xp but no success.
Is it possible to do it?

thanks

-- 
duende a rayas
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


OK to Build Ch.6 with Glibc2.12.1 having Glibc-2.11.2 in Ch.5 Tool Chain?

2010-08-09 Thread Dan McGhee
I see that LFS-SVN has been updated and one of the changes is moving to 
GlibC-2.12.1.  I just completed Chapter 5 using SVN-20100803 which has 
GlibC-2.11.2.  Is it best to rebuild Chapter 5 or can I just proceed 
with Chapter 6 using SVN-20100808?

Thanks,
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: no glibc-2.12.1-gcc_fix-1.patch

2010-08-09 Thread xinglp
got it at
http://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.12.1-gcc_fix-1.patch
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


no glibc-2.12.1-gcc_fix-1.patch

2010-08-09 Thread xinglp
Glibc GCC Build Fix Patch - 2.5 KB:
Download: 
http://www.linuxfromscratch.org/patches/lfs/development/glibc-2.12.1-gcc_fix-1.patch
MD5 sum: d1f28cb98acb9417fe52596908bbb9fd

404
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page