Thomas Pegg wrote:
I ran into a problem with using wget inside chroot, while testing
changes to the Makefiles before I commited them to the repo. I get the
dreaded /tools/bin/wget: No such file or directory, and since wget is
built before anything else in tools, of course wget is linked to
libraries in /lib.
I see two possibilities to fix this, either re-build wget at the end of
the tools target, or make the instial build of wget a static one.

We dealt with this issue in the old build scripts by doing just what you suggested, ie, building wget at the end of the /tools section (iirc). This probably just got broken as the new build method has been put into place. Go ahead and do what you can to fix it, if you have the time.

--
JH
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to