Wrong MD5SUM values in LFS-6.3

Bruce Dubbs bruce.dubbs at gmail.com
Wed Aug 29 12:20:41 MDT 2007


Bruce Dubbs wrote:
> M.Canales.es wrote:
>> Hi,
>>
>> jhalfs has reported this when trying to build LFS-6.3:
>>
>> lfs-bootscripts-6.3.tar.bz2 does not match MD5SUMS value
>> NEW MD5SUM: 4898129064e2edf93d52c9def3053ae1  lfs-bootscripts-6.3.tar.bz2
>> udev-config-6.3.tar.bz2 does not match MD5SUMS value
>> NEW MD5SUM: 154bb3fd0aa36506ffa57e88cc08910d  udev-config-6.3.tar.bz2
>>
>> Both packages has been downloaded from 
>> http://www.linuxfromscratch.org/lfs/downloads/6.3/
>>
>>
>> That MD5SUM discrepancies need be verifyed and fixed on the XML sources to can 
>> release both jhalfs-2.3.1 and the LFS LiveCD. An entry on the errata page 
>> don't solve the issue.
> 
> The best fix is to replace the config files for 6.3 on quantum with the
> ones that match the md5sums in the book if we can.  I'll investigate.

OK, I copied the config files from development to 6.3 and renamed
appropriately.  The md5sums match what is in the book. That should fix
the jhalfs problem.


If I get the time, I'll investigate why my build script changed the
contents.

It is doing:

SVN="svn://svn.linuxfromscratch.org/LFS/tags/6.3"
TMP_DIR=`mktemp -d /tmp/renderlfsbook.XXXXXX`
BOOTSCRIPTS_VERSION=$(grep "ENTITY lfs-bootscripts-version" \
   $TMP_DIR/BOOK/packages.ent | cut -d\" -f2)

svn -q export "$SVN/bootscripts" "$TMP_DIR/bootscripts

BOOTSCRIPTS="lfs-bootscripts-$BOOTSCRIPTS_VERSION
tar -cjf download/$BOOTSCRIPTS.tar.bz2 \
         lfs-bootscripts-$BOOTSCRIPTS_VERSION
---------------------------

To Justin:
  Will the mirrors automatically pick up these changed files?  The
date/content has changed slightly, but the file names have not.

  -- Bruce



More information about the lfs-dev mailing list