Le 22/02/2020 à 01:00, Alan Feuerbacher a écrit :
> On Fri, 2020-02-21 at 22:15 +0100, Pierre Labastie wrote:

>>
>> I'm not sure what to do. You and Douglas seem to have the same
>> problem but
>> Bruce and I don't, and I've tried to reproduce it to no avail. I
>> suggested to
>> Douglas to edit the Makefile in /mnt/build_dir/jhalfs before starting
>> the build:
>> after the line "mk_SUDO: mk_LUSER", add:
>> <tab>chown -v root:root $(MOUNT_PT)/jhalfs/envars
> 
> Ok, there were some problems with your instructions:
> 
> The Makefile in /mnt/build_dir/jhalfs contains no line
> "mk_SUDO: mk_LUSER". However, LFS/master.sh does contain it.
> 
> After some experimentation I found that adding the line:
> <tab>@sudo chown -v root:root /mnt/build_dir/jhalfs/envars
> seems to have worked. At least, as I write, "make" moved on to the next
> section of the LFS book. "Building target 076-glibc" is executing now.
> 
> A couple of comments:
> 
> The variable "$(MOUNT_PT)" appears to be blank, because when I used
> <tab>chown -v root:root $(MOUNT_PT)/jhalfs/envars
> the make script complained that "/jhalfs/envars" did not exist.
> That's how I ended up with my above line.
> 
> I'm wondering how the master.sh script does its thing with (MOUNT_PT)
> being blank.
> 
> I'm keeping my fingers crossed.
> 

Ah, sorry, forgot to say something:
do not tick:
General Settings --->
   [ ] Run th makefile

Then let jhalfs do its job, and when you get a prompt again:
- edit the Makefile as I said above
- type "make -C /mnt/build_dir/jhalfs"

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to