Re: jhalfs pacman and blfs

"Bruce Dubbs" ([email protected] via alfs-discuss Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.automated
Message-ID <[email protected]>
On 6/15/22 13:06, Yasin YILMAZ ([email protected] via alfs-discuss Mailing 
List) wrote:
> 
> 15.06.2022 21:42 tarihinde Bruce Dubbs ([email protected] via alfs-discuss 
> Mailing List) yazdı:
>> On 6/15/22 12:14, Yasin YILMAZ ([email protected] via alfs-discuss Mailing 
>> List) wrote:
>>
>>>
>>> I updated it as you said, and due to the last update on git, I pulled the files 
>>> again and reconfigured them and tried it with the updated version this time, and I 
>>> still get the same error.
>>>
>>> ---
>>>   Building target 803-glibc
>>>   [+++++++++++make: *** [Makefile:907: 803-glibc] Error 1               ]
>>> 39
>>> min. 10 sec
>>>   make[1]: *** [Makefile:113: mk_CHROOT] Error 2
>>>   make[1]: Leaving diretory '/mnt/lfs/jhalfs'
>>
>> Have you looked in the logs/ directory to see if there are any clues there?
>>
>> Have you tried to enter chroot manually and follow the book's instructions?

> I'm sorry, I'm writing to you with the help of translate. Also, since the 
> /mnt/lfs/jhalfs/logs/803-glibc file is very large, I have forwarded the output at the 
> end of the file in my previous e-mail. Since the problem is the same problem again, I 
> did not throw the same printouts again.

OK, I went back and looked at the end of your output and compared it to mine.  It 
looks like the 'make' phase completed OK.  The next commands are:

make check
sed '/test-installation/s@$(PERL)@echo not running@' -i ../Makefile
make install

It is unclear that you disabled the checks.  You can check by looking at

   /mnt/lfs/jhalfs/lfs-commands/chapter08/803-glibc

If the checks are really disabled there should be a line:
   # make -k check >> $TEST_LOG 2>&1 || true

The # is important.

What I would suggest is starting over.  First, make sure all the virtual files 
systems are unmounted.  Use the findmnt command to check,  Then as the root user

rm -rf /mnt/lfs/{bin,dev,home,lib,mnt,proc,run,sys,usr}
rm -rf /mnt/lfs/{boot,etc,jhalfs,lib64,media,opt,root,sbin,srv,tmp,var}

Be VERY careful with the above. You do not want to remove these directories on the host.

When you have finished, you should only have /mnt/lfs/{sources,lost+found}
Now remove any sub-directories in /mnt/lfs/sources.

Then remove your jhalfs git directory and

   git clone git clone git://git.linuxfromscratch.org/jhalfs.git

Then 'cd jhalfs.git' and run 'make' paying careful attention to all the options.

That should get you back to a clean start.

   -- Bruce

-- 
http://lists.linuxfromscratch.org/sympa/info/alfs-discuss
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.