Ticket #2197 (new defect)

Opened 2 months ago

jhalfs errors with CLFS from svn

Reported by: AcidPoison Assigned to: lfs-book@linuxfromscratch.org
Priority: normal Milestone:
Component: Book Version: SVN
Severity: normal Keywords: jhalfs
Cc:

Description

I open this here because i can't have access to open in ALFS.

I tried to install CLFS with jhalfs from svn tree and i get this errors:

1 - failure on check MD5 checksums of files (all executions):

inetutils-1.5.tar.gz does not match MD5SUMS value NEW MD5SUM: aeacd11d19bf25c89d4eff38346bdfb9 inetutils-1.5.tar.gz gcc-4.2.2-posix-1.patch does not match MD5SUMS value NEW MD5SUM: 8df4fe6a9f77135ae1b0851786c40410 gcc-4.2.2-posix-1.patch lynx2.8.6.tar.bz2 does not match MD5SUMS value NEW MD5SUM: bd44c57d28fd3e4c9db1cd492d403600 lynx2.8.6.tar.bz2

about this problem i open a ticket in CLFS and i received the reply that there is no checksum for package lynx 2 - Kernel don't unpack to install kernel headers I was driven in CLFS-trac to open a ticket here I alter the common/libs/func_wrt_Makefile, line 83 to:

if [[ "${PROGNAME}" = "lfs" ]] [[ "${PROGNAME}" = "clfs" ]] [[ "${PROGNAME}" = "hlfs" ]] ; then

and it works 3 - last execution stops in e2fsprogs, apparently the variables of the environment have not been adjusted to install in chroot mode

***** Please forward to ALFS bug trac (jhalfs) ********