Fernando de Oliveira wrote:
> Since yesterday, I am trying to build LFS7.1-svn (today: Version
> SVN-20120311) using jhalfs.
>
> Build stop in Chapter 5 (tools) at expect, last build at
>
> real 53m36.342s
> user 34m33.426s
> sys 7m35.036s
>
>> lfs@MintLG /media/LFS71/jhalfs/logs $ cat 040-expect
> Tue Mar 13 08:44:59 BRT 2012
>
> KB: 874196 /media/LFS71
>
>> /media/LFS71/jhalfs/lfs-commands/chapter05/040-expect:
line 5: cd: /media/LFS71/sources/tcl8.5.11: No such file or directory
Just some suggestions.
Did you run the command from the sources directory: md5sum -c md5sums ?
Do you have plenty of free disk space?
Are you using -j1?
The scripts are doing:
!/bin/bash
set +h
set -e
cd $PKGDIR
...
So $PKGDIR seems to getting confused.
The Makefile is doing:
@$(call remove_existing_dirs,dejagnu-1.5.tar.gz)
@$(call unpack,dejagnu-1.5.tar.gz)
@$(call get_pkg_root_LUSER)
@source ~/.bashrc && \
$(CMDSDIR)/chapter05/$@ >> logs/$@ 2>&1 && \
$(PRT_DU) >>logs/$@
where $@ should be 041-dejagnu
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page