[lfs-book] LFS Package Currency Check - 2021-03-10 11:50:02 GMT

2021-03-10 Thread bdubbs--- via lfs-book
Package LFS  Upstream  Flag

acl 2.2.53 2.2.53 
attr2.4.48 2.4.48 
autoconf2.71   2.71   
automake1.16.3 1.16.3 
bash5.15.1
bc  3.3.0  3.3.3  *
binutils2.36.1 2.36.1 
bison   3.7.5  3.7.6  *
bzip2   1.0.8  1.0.8  
check   0.15.2 0.15.2 
coreutils   8.32   8.32   
dbus1.12.201.12.20
dejagnu 1.6.2  1.6.2  
diffutils   3.73.7
e2fsprogs   1.46.1 1.46.2 *
elfutils0.183  0.183  
eudev   3.2.10 3.2.10 
expat   2.2.10 2.2.10 
expect  5.45.4 5.45.4 
file5.39   5.39   
findutils   4.8.0  4.8.0  
flex2.6.4  2.6.4  
gawk5.1.0  5.1.0  
gcc 10.2.0 10.2.0 
gdbm1.19   1.19   
gettext 0.21   0.21   
glibc   2.33   2.33   
gmp 6.2.1  6.2.1  
gperf   3.13.1
grep3.63.6
groff   1.22.4 1.22.4 
grub2.04   2.04   
gzip1.10   1.10   
iana-etc20210202   20210304   *
inetutils   2.02.0
intltool0.51.0 0.51.0 
iproute25.10.0 5.11.0 *
kbd 2.4.0  2.4.0  
kmod28 28 
less563563
lfs-bootscripts 20210201   20210201   
libcap  2.48   2.48   
libffi  3.33.3
libpipeline 1.5.3  1.5.3  
libtool 2.4.6  2.4.6  
linux   5.10.175.11.5 *
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.4  2.9.4  
man-pages   5.10   5.10   
meson   0.57.1 0.57.1 
mpc 1.2.1  1.2.1  
mpfr4.1.0  4.1.0  
ncurses 6.26.2
ninja   1.10.2 1.10.2 
openssl 1.1.1j 1.1.1j 
patch   2.7.6  2.7.6  
perl5.32.1 5.32.1 
pkg-config  0.29.2 0.29.2 
procps-ng   3.3.17 3.3.17 
psmisc  23.4   23.4   
Python  3.9.2  3.9.2  
readline8.18.1
sed 4.84.8
shadow  4.8.1  4.8.1  
sysklogd1.5.1  1.5.1  
systemd 247247
sysvinit2.98   2.99   *
tar 1.34   1.34   
tcl 8.6.11 8.6.11 
texinfo 6.76.7
tzdata  2021a  2021a  
udev-lfs20171102   20171102   
util-linux  2.36.2 2.36.2 
vim 8.2.2433   8.2.2580   *
XML-Parser  2.46   2.46   
xz  5.2.5  5.2.5  
zlib1.2.11 1.2.11 
zstd1.4.8  1.4.9  *

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12160 - trunk/BOOK/chapter08

2021-03-10 Thread xry111--- via lfs-book
Author: xry111
Date: Wed Mar 10 00:25:50 2021
New Revision: 12160

Log:
replace old x86_64 triplets

Modified:
   trunk/BOOK/chapter08/binutils.xml
   trunk/BOOK/chapter08/gmp.xml

Modified: trunk/BOOK/chapter08/binutils.xml
==
--- trunk/BOOK/chapter08/binutils.xml   Wed Mar 10 00:00:55 2021(r12159)
+++ trunk/BOOK/chapter08/binutils.xml   Wed Mar 10 00:25:50 2021(r12160)
@@ -136,7 +136,7 @@
   ultimately be located) is set to $(exec_prefix)/$(target_alias). For
   example, x86_64 machines would expand that to /usr/x86_64-unknown-linux-gnu. Because 
this is
+  class="directory">/usr/x86_64-pc-linux-gnu. Because this 
is
   a custom system, this target-specific directory in /usr is not required. $(exec_prefix)/$(target_alias) would be

Modified: trunk/BOOK/chapter08/gmp.xml
==
--- trunk/BOOK/chapter08/gmp.xmlWed Mar 10 00:00:55 2021(r12159)
+++ trunk/BOOK/chapter08/gmp.xmlWed Mar 10 00:25:50 2021(r12160)
@@ -106,7 +106,7 @@
 the system capabilities and there will be errors in the tests or other
 applications using the gmp libraries with the message "Illegal
 instruction".  In this case, gmp should be reconfigured with the option
---build=x86_64-unknown-linux-gnu and rebuilt.
+--build=x86_64-pc-linux-gnu and rebuilt.
 
 Ensure that all 197 tests in the test suite passed.
 Check the results by issuing the following command:
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12159 - trunk/BOOK/chapter08

2021-03-10 Thread xry111--- via lfs-book
Author: xry111
Date: Wed Mar 10 00:00:55 2021
New Revision: 12159

Log:
autoconf: restore TESTSUITEFLAGS

Modified:
   trunk/BOOK/chapter08/autoconf.xml

Modified: trunk/BOOK/chapter08/autoconf.xml
==
--- trunk/BOOK/chapter08/autoconf.xml   Tue Mar  9 20:42:16 2021(r12158)
+++ trunk/BOOK/chapter08/autoconf.xml   Wed Mar 10 00:00:55 2021(r12159)
@@ -65,13 +65,13 @@
 several tests are skipped that use Automake. For full test coverage,
 Autoconf can be re-tested after Automake has been installed.  In addition,
 two tests fail due to changes in libtool-2.4.3 and later.
-
+-->
 The test time for autoconf can be reduced significantly on a
 system with multiple cores.  To do this, append
 TESTSUITEFLAGS=-jN to the line above.  For
 instance, using -j4 can reduce the test time by over 60
 percent.
--->
+
 Install the package:
 
 make install
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page