On Tue, 2020-09-15 at 15:48 +0200, Pol Vangheluwe wrote: > I finally have again a working powerMac-G5 and I am trying to build > LFS-10.0. > I however have a few problems with the Makefile for jhalfs: > > 1. When selecting custom tools for BLFS, the make fails with: > > Copying custom tool scripts to /mnt/lfs/jhalfs > cp: kan status van 'custom/config/*' niet opvragen: Bestand of map > bestaat niet > > > ERROR: Error 1 at ./jhalfs line 452! > > I see that the folder jhalfs/custom/config is empty on my system?
This is more or less explained in README.CUSTOM. You need to populate this directory yourself to use it. You can find (outdated, but valid) examples in the custom/examples directory. > > 2. When de-activating the custom tools for BLFS, the make now fails > with: > > Extracting commands for <LFS> build... > > ERROR: Error 5 at common/libs/func_book_parser line 170! > > The comment around line 170 speaks about ‘arch’. Could it be that > this instruction is not valid for a powerpc-G5 architecture?o No I do not think so. Usually, when this instruction fails, it means the docbook components are not all installed. You can see what the error is in $BUILD_DIR/jhalfs/logs/000-masterscript.log. There is a limited sanity check for docbook components in jhalfs, but it may not be enough... Regards, Pierre -- http://lists.linuxfromscratch.org/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
