On Mon, Apr 24, 2017 at 03:59:04PM -0700, Paul Rogers wrote:
> > Well Paul, someday you will get to the -dev version.  :)
> 
> Don't hold you breath--I like actually USING the (B)LFS systems I build
> for a while.  If Firefox would slow down I might be slower!
> 
If you don't want to keep rebuilding, the last 45 stable version hs
been released, alongside the first stable 52 (52.1) - those should
continue until the early part of next year.  Anything newer will
need rust.
> >
> > Check both tar and gzip with ldd.  At this point you probably need to do 
> > that on your host.  Look for references to the host in the library paths. 
> >   At this point everything should be pointing to /tools.
> > 
> >    -- Bruce
> > --
> > Hi Paul,
> >
> > this doesn't sound like a common problem.  AFAICS, when a builder
> > gets to bzip2 of 7.10 in chroot the source is a .tar.gz and so the
> 
> I'm not that far yet!  I'm only at Ch6.5 "Creating Directories", well.
> my equivalent script of.  Note below, I don't (officially) have
> /bin/bash yet!

Yes, but people who rush through will hit the problem there if it is
commn.
> 
> > problem would bite there (and also with acl and attr - all are built
> > before we rebuild gzip2) if it was common.
> 
> I won't be building acl (there's only me and I go root whenever I want;
> what's it protecting me from?  "Bother!"), nor attr (at least not until
> required to do so for BLFS packages).

No problem, just remember that BLFS does not normally list anything
in LFS as a dependency (ncurses/readline variants in install-tl-unx
do refer back, but I think that is all).  So we have no idea what
now needs acl/attr.
> 
> >
> > More generally,
> >  ldd /tools/bin/gzip
> > in case that is linked to the host system.
> >
> > (the old 'Any No Such File or Directory' which used to be in the FAQ
> > - maybe it still is.
> >
> > ĸen
> 
> I have no name!:/# ln -s /tools/bin/bash /bin/bash
> I have no name!:/# ldd tools/bin/gzip >ldd
> I have no name!:/# ldd tools/bin/tar >>ldd
> I have no name!:/# cat ldd
>         linux-vdso.so.1 (0x00007fffc2782000)
>         libc.so.6 => /tools/lib/libc.so.6 (0x00007f55a52b5000)
>         /tools/lib64/ld-linux-x86-64.so.2 (0x00007f55a5653000)
>         linux-vdso.so.1 (0x00007ffd04df1000)
>         libc.so.6 => /tools/lib/libc.so.6 (0x00007f2aeff4f000)
>         /tools/lib64/ld-linux-x86-64.so.2 (0x00007f2af02ed000)
> 
> Looks like the tools libraries are OK.
> 
> The vdso (ELF Virtual Dynamic Shared Object) is not something I
> installed in my LFS-7.7 host.  It came from the kernel.  Don't remember
> why I enabled that.

I think you would probably have to go out of your way to not enable
it, if that is even possible.

Sorry, I've no idea why tar can't use your gzip.

ĸen
-- 
 Error: ( : 1) not enough arguments

Don't you just love Tiny scheme ?
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to