From 660d70a0d41fd04b59191c9370fae15c9f5e3028 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 8 Aug 2021 21:16:46 +0800 Subject: [PATCH 1/3] prologue/why: expect is not temporary system only now --- prologue/why.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/prologue/why.xml b/prologue/why.xml index 3996e3c2d..24b792e45 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -158,8 +158,7 @@ This package contains a program for carrying out scripted dialogues with other interactive programs. It is commonly used - for testing other packages. It is only installed in the temporary - toolchain. + for testing other packages. From 3c9fe9ad67705f70bfa9554ab503c9218a0b73ee Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Aug 2021 11:11:20 -0500 Subject: [PATCH 2/3] Fix currency for libffi --- lfs-latest-git.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 29633c212..6130d48d1 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -119,6 +119,7 @@ if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/relea if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" ); if ( $package == "iana-etc" ) $dirpath = "https://github.com/Mic92/iana-etc/releases"; if ( $package == "intltool" ) $dirpath = "https://launchpad.net/intltool/trunk"; +if ( $package == "libffi" ) $dirpath = "https://github.com/libffi/libffi/releases"; if ( $package == "meson" ) $dirpath = "https://github.com/mesonbuild/meson/releases"; if ( $package == "mpc" ) $dirpath = "https://ftp.gnu.org/gnu/mpc"; if ( $package == "mpfr" ) $dirpath = "http://mpfr.loria.fr/mpfr-current"; From 3ba82a8a1f8020631d8c8e7dd9a4a3ea4a77150d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Aug 2021 14:19:18 -0500 Subject: [PATCH 3/3] Package updates. Update to linux-5.13.9. Update to libffi-3.4.2. --- chapter01/changelog.xml | 14 ++++++++++++++ chapter01/whatsnew.xml | 4 ++-- chapter08/libffi.xml | 5 ++++- packages.ent | 14 +++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 78559b1f4..cd7cac963 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,20 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-08-08 + + + [bdubbs] - Update to linux-5.13.9. Fixes + #4900. + + + [bdubbs] - Update to libffi-3.4.2. Fixes + #4902. + + + + 2021-08-06 diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 1445f30d8..0db970287 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -159,9 +159,9 @@ Libelf-&elfutils-version; (from elfutils) - + diff --git a/chapter08/libffi.xml b/chapter08/libffi.xml index 9a3bf32ad..aaba5ce3e 100644 --- a/chapter08/libffi.xml +++ b/chapter08/libffi.xml @@ -52,7 +52,10 @@ Prepare libffi for compilation: -./configure --prefix=/usr --disable-static --with-gcc-arch=native + ./configure --prefix=/usr \ + --disable-static \ + --with-gcc-arch=native \ + --disable-exec-static-tramp The meaning of the configure option: diff --git a/packages.ent b/packages.ent index 2bf931f2b..551e8c6ac 100644 --- a/packages.ent +++ b/packages.ent @@ -402,10 +402,10 @@ - - - - + + + + @@ -428,12 +428,12 @@ - + - + - +