Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1997 closed defect (invalid)

Perl build instructions in chapter 5 out of date?

Reported by: Chris Owned by: lfs-book@…
Priority: normal Milestone:
Component: Book Version: SVN
Severity: major Keywords:
Cc:

Description

The description in Chapter 5 for configuring a minimal Perl seems out of date.

The patch, perl-5.8.8-libc-2.patch, does not apply to 5.8.8 because the file hints/linux.sh does not exist.

The file configure.gnu also does not exist in 5.8.8.

I have confirmed that the MD5sum is correct: a377c0c67ab43fd96eeec29ce19e8382 perl-5.8.8.tar.bz2

This appears to be applicable to both stable and development versions.

Um... help?

Change History (4)

comment:1 by bryan@linuxfromscratch.org, 18 years ago

Not sure why your perl package doesn't have those files, but the one that I just pulled down from perl.org (I went to http://dev.perl.org/perl5/news/2006/perl-5.8.8.html and followed the .bz2 link; I don't know which mirror it used) certainly does:

$ md5sum perl-5.8.8.tar.bz2
a377c0c67ab43fd96eeec29ce19e8382 perl-5.8.8.tar.bz2
$ tar -xf perl-5.8.8.tar.bz2
$ cd perl-5.8.8
$ ls -F configure.gnu hints/linux.sh
configure.gnu*  hints/linux.sh*
$ 

Maybe try downloading again?

(I'll leave this as new (and not resolved/invalid) until I can get some confirmation from another person either way. Meanwhile, I'm rechecking the file at the URL in the book... yep, that works fine for me too.)

in reply to:  1 comment:2 by Chris, 18 years ago

Ugh.

No, sorry, this is user error - I should have checked my work more carefully. Go ahead and close the bug.

I'm importing tars and patches into git repositories, and I seem to be the primary user finding bugs in a particular script in git's contrib directory called import-tars. I believe the *real* issue lies there, and has nothing to do with LFS.

Sorry for the noise.

comment:3 by Matthew Burgess, 18 years ago

Milestone: 6.3
Resolution: invalid
Status: newclosed

OK, closing. Thanks for the explanation.

comment:4 by Jeremy Huntwork, 17 years ago

Milestone: 6.3

Milestone 6.3 deleted

Note: See TracTickets for help on using tickets.