Re: UnionFS Package Management

2011-01-27 Thread Mike McCarty
Smartboy wrote:
 I've been pursuing the UnionFS hint quite a bit over the past couple 
 years, though each attempt has either failed or I just never had time to 
 finish it. The biggest problem is that I don't know how to get 
 UnionFS/AUFS available during the Chapter 6 build, though I may have 

It would need to be present in the development system. During Chapter
6 we still aren't booting the system being built, we are still booting
the development system.

 founda  way aruond it if I install each package twice, once to its 
 location in /pkgs and once normally, then delete everything outside of 
 /pkgs (with /dev probably being an exception) when done. However, as my 
 university studies keep me busy, I don't actually have time to test this 
 and see if it would work.

That sounds more like the fake root approach. I've used the fake root
approach in serious (read: professional) development, and it has
very real advantages.

 As for AUFS vs UnionFS, I think AUFS is far superior to UnionFS to the 
 point where in some distros UnionFS isn't even provided (Arch offers 
 AUFS instead of UnionFS). I don't see any features in UnionFS that it 
 isn't in AUFS.

Well, that's the rumor, but I haven't seen any real data.

Thanks!

Mike
-- 
p=p=%c%s%c;main(){printf(p,34,p,34);};main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: UnionFS Package Management

2011-01-27 Thread Smartboy
On 01/27/2011 11:28 AM, Mike McCarty wrote:
 Smartboy wrote:
 I've been pursuing the UnionFS hint quite a bit over the past couple
 years, though each attempt has either failed or I just never had time to
 finish it. The biggest problem is that I don't know how to get
 UnionFS/AUFS available during the Chapter 6 build, though I may have
 It would need to be present in the development system. During Chapter
 6 we still aren't booting the system being built, we are still booting
 the development system.

It isn't enough just to install AUFS or UnionFS within the development 
environment. I think it also needs something else, like being installed 
in the host's kernel, though even after that I couldn't get AUFS to work 
within a chroot.

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


Re: UnionFS Package Management

2011-01-27 Thread Mike McCarty
Smartboy wrote:
 It isn't enough just to install AUFS or UnionFS within the development 
 environment. I think it also needs something else, like being installed 
 in the host's kernel, though even after that I couldn't get AUFS to work 
 within a chroot.

Yes, that's part of installed. It must be present in the host's
kernel. I wonder what the problem was with a chroot? Were the support
mount etc. part of the chroot environment?

Mike
-- 
p=p=%c%s%c;main(){printf(p,34,p,34);};main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


LFS Page 5.19 - File 5.04 Complie Issues

2011-01-27 Thread Casey Daniels - lfs
 
Hello,
  This is my first LFS build, things have been going great until I made it to
the 5.19 page to compile File 5.04  the make gives me this out put (just the
last few lines are shown to save space)
 
 
make[2]: Leaving directory `/media/lfs/sources/file-5.04/src'
Making all in magic
make[2]: Entering directory `/media/lfs/sources/file-5.04/magic'
../src/file -C -m magic
/media/lfs/sources/file-5.04/src/.libs/lt-file: error while loading shared
libraries: libz.so.1: cannot open shared object file: No such file or directory
make[2]: *** [magic.mgc] Error 127
make[2]: Leaving directory `/media/lfs/sources/file-5.04/magic'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/media/lfs/sources/file-5.04'
make: *** [all] Error 2


I can't seem to figure it out what has gone wrong, I've tried searching the Web
and didn't find any returns that were specific to File.

Any Help would be wonderful
Casey-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page