On Thu, 2020-02-20 at 23:21 -0600, Douglas R. Reno wrote: > On 2/20/20 11:12 PM, Bruce Dubbs wrote: > > On 2/20/20 10:56 PM, Alan Feuerbacher wrote: > > > On Thu, 2020-02-20 at 21:13 -0600, Douglas R. Reno wrote: > > > > On 2/20/20 8:16 PM, Alan Feuerbacher wrote: > > > > > I managed to get the configuration settings right enough that > > > > > jhalfs > > > > > builds a lot of packages, but it stops with this: > > > > > > > > SNIP > > > > > > > > I'm probably missing something. Helpful hints? > > > > > > > > > > Alan > > > > > > > > > I've been consistently getting this problem as well, and I've > > > > never > > > > figured out what caused it. Are you using the latest bash from > > > > LFS? > > > > > > > > > > > > Normally what I do to fix this is: > > > > > > > > > > > > sudo chown -v root:root /mnt/lfs/jhalfs/envars > > > > > > Presumably you mean /mnt/build_dir/jhalfs/envars , since > > > build_dir is > > > what the jhalfs README recommends instead of lfs. > > > > My distro, my rules. I like /mnt/lfs. The is a setting in jhalfs > > to > > change the build directory. > > > > > > > > And then restart jhalfs. It'll pick up from there and continue > > > > as > > > > normal. > > > > > > Here's what it spit back after doing the above and then "make": > > > > > > ################## > > > [alan@localhost jhalfs]$ make > > > --------------------------------------------------------------- > > > -------- > > > mk_CHROOT > > > You are going to CHROOT into /mnt/build_dir lfs > > > a password is required > > > [sudo] password for alan: > > > --------------------------------------------------------------- > > > -------- > > > Building target 064-util-linux > > > [|/tools/bin/bash: line 1: /mnt/build_dir/jhalfs/test-logs/064- > > > util- > > > linux-2.35.1: No such file or directory > > > make: *** [Makefile:597: 064-util-linux] Error 1 > > > make: *** [Makefile:103: mk_CHROOT] Error 2 > > > ###################### > > > > > > > rm -rf /mnt/build_dir/<everything except sources> > > > > and start over. Your sources should all be in > > /mnt/build_dir/sources. > > > > Check the sources with 'md5sum -c md5sums' where the md5sums file > > is > > generated from the xml sources when the book is built and copied to > > /mnt/build_dir/sources/ > > > > -- bruce > > Alan, > > > Can you make sure that you don't have the tests for Chapter 5 > enabled? > You should have it set to something like "All final system > testsuites", > but not "All testsuites.". I don't know the last time that any of us > have built packages in Chapter 5 with tests
It's set to "(X) Only final system critical testsuites". Alan -- http://lists.linuxfromscratch.org/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
