Fernando de Oliveira wrote: > Em 13-03-2012 13:56, Bruce Dubbs escreveu: >> Fernando de Oliveira wrote: >>> Since yesterday, I am trying to build LFS7.1-svn (today: Version >>> SVN-20120311) using jhalfs. >>> >>> Build stops in Chapter 5 (tools) at expect >>> >> Just some suggestions. > > Thank you very much for the suggestions, Bruce. > >> Did you run the command from the sources directory: md5sum -c >> md5sums ? > > No. So, two failures: udev-config-20100128.tar.bz2 and > lfs-bootscripts. They differ in size but have the same name (should > not they have different names?): > > $ find -name "udev*bz2" | xargs ls -lrt | cut -d" " -f5- 6295 > 2012-03-13 04:01 ./old-2012.03.14/udev-config-20100128.tar.bz2 6286 > 2012-03-14 04:01 ./old-2012.03.15/udev-config-20100128.tar.bz2 6279 > 2012-03-15 04:01 ./udev-config-20100128.tar.bz2
> $ find -name "lfs*bz2" | xargs ls -lrt | cut -d" " -f5- 32734 > 2012-03-13 04:01 ./old-2012.03.14/lfs-bootscripts-20120229.tar.bz2 > 32723 2012-03-15 04:01 ./lfs-bootscripts-20120229.tar.bz2 The svn checksums for both lfs-bootscripts and udev-config change every day because of the timestamps in the daily regeneration. It's not a problem for release versions because they are not regenerated. For today's generation, the md5sums file has 1ba9c1406da75585d1a91d284994c679 lfs-bootscripts-20120229.tar.bz2 29b8dd358c237da4a5e424cc4a51cbdd udev-config-20100128.tar.bz2 Both match today's generation of udev-config-20100128.tar.bz2 and lfs-bootscripts-20120229.tar.bz2. I probably need to look at the daily scripts to only regenerate the files if the script date changes. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
