From 6c8e424db7fc5e4bac2f8cdee61ccd0cbdaf69f2 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 4 Feb 2011 19:32:55 +0000 Subject: [PATCH] Upgrade to Perl 5.12.3. Fixes #2824. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9453 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter01/whatsnew.xml | 2 +- chapter06/glibc.xml | 8 ++++++++ general.ent | 4 ++-- packages.ent | 6 +++--- 5 files changed, 24 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 98ed99345..ac5b884bb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2011-02-04 + + + [matthew] Upgrade to Perl-5.12.3. Fixes + #2824. + + + + 2011-01-27 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index adcce7d6d..c457646c4 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -248,7 +248,7 @@ - perl-5.12.2-libc-1.patch + perl-5.12.3-libc-1.patch diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 8c4721020..7177b0081 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -84,6 +84,14 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \ scripts/test-installation.pl unset DL + In addition, there is a bug in the + test-installation.pl script in that it tries to link + a test program to a library that isn't installed by + make install. Issue the following sed + command to fix it: + +sed -i -e 's/"db1"/& \&\& $name ne "nss_test1"/' scripts/test-installation.pl + The ldd shell script contains Bash-specific syntax. Change its default program interpreter to /bin/bash in case another /bin/sh is installed as described in the diff --git a/general.ent b/general.ent index da2c72006..6648d1514 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + + diff --git a/packages.ent b/packages.ent index 7a8013d8e..c780a9a8b 100644 --- a/packages.ent +++ b/packages.ent @@ -407,10 +407,10 @@ - - + + - +