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

2021-02-18 Thread xry111--- via lfs-book
Author: xry111
Date: Thu Feb 18 23:10:05 2021
New Revision: 12140

Log:
automake: typo

Modified:
   trunk/BOOK/chapter08/automake.xml

Modified: trunk/BOOK/chapter08/automake.xml
==
--- trunk/BOOK/chapter08/automake.xml   Thu Feb 18 20:27:53 2021(r12139)
+++ trunk/BOOK/chapter08/automake.xml   Thu Feb 18 23:10:05 2021(r12140)
@@ -59,7 +59,7 @@
 
 make -j4 check
 
-The tests t/subobj.shm t/deprecated-acinit.sh, and t/init.sh are 
known to 
+The tests t/subobj.sh, t/deprecated-acinit.sh, and t/init.sh are 
known to 
 fail in the LFS environment.
 
 Install the package:
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


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

2021-02-18 Thread bdubbs--- via lfs-book
Author: bdubbs
Date: Thu Feb 18 20:27:53 2021
New Revision: 12139

Log:
Update descriptions of some new test failures

Modified:
   trunk/BOOK/chapter08/automake.xml
   trunk/BOOK/chapter08/binutils.xml
   trunk/BOOK/chapter08/procps.xml
   trunk/BOOK/chapter08/python.xml

Modified: trunk/BOOK/chapter08/automake.xml
==
--- trunk/BOOK/chapter08/automake.xml   Thu Feb 18 20:04:03 2021(r12138)
+++ trunk/BOOK/chapter08/automake.xml   Thu Feb 18 20:27:53 2021(r12139)
@@ -59,7 +59,8 @@
 
 make -j4 check
 
-The test t/subobj.sh is known to fail in the LFS environment.
+The tests t/subobj.shm t/deprecated-acinit.sh, and t/init.sh are 
known to 
+fail in the LFS environment.
 
 Install the package:
 

Modified: trunk/BOOK/chapter08/binutils.xml
==
--- trunk/BOOK/chapter08/binutils.xml   Thu Feb 18 20:04:03 2021(r12138)
+++ trunk/BOOK/chapter08/binutils.xml   Thu Feb 18 20:27:53 2021(r12139)
@@ -157,7 +157,7 @@
 
 make -k check
 
-Several tests named Run property ... are known to
+Four tests named Run property ... are known to
 fail.
 
 Install the package:

Modified: trunk/BOOK/chapter08/procps.xml
==
--- trunk/BOOK/chapter08/procps.xml Thu Feb 18 20:04:03 2021(r12138)
+++ trunk/BOOK/chapter08/procps.xml Thu Feb 18 20:27:53 2021(r12139)
@@ -95,7 +95,7 @@
 
 make check
 
-Four tests related to pkill are known to fail due to a problem
+Five tests related to pkill are known to fail due to a problem
 with tests that were not updated.
  
 Install the package:

Modified: trunk/BOOK/chapter08/python.xml
==
--- trunk/BOOK/chapter08/python.xml Thu Feb 18 20:04:03 2021(r12138)
+++ trunk/BOOK/chapter08/python.xml Thu Feb 18 20:27:53 2021(r12139)
@@ -88,9 +88,9 @@
 make test
 
 Some tests requiring a network connection or additional packages are
-skipped.  The test named test_unicodedata fails because network
-configuration is not completed yet.  For more comprehensive results,
-the test can be rerun when Python 3 is reinstalled in BLFS.
+skipped. The test named test_normalization is known to fail. For
+more comprehensive results, the tests can be rerun when Python 3 is 
+reinstalled in BLFS.
 
 Install the package:
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] [LFS Trac] Batch modify: #4807, #4819, #4815, #4816, #4817

2021-02-18 Thread LFS Trac via lfs-book
Batch modification to #4807, #4819, #4815, #4816, #4817 by bdubbs:


Action: resolve

Comment:
Fixed at revision 12138.

--
Tickets URL: 

LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12138 - in trunk/BOOK: . chapter01 chapter08

2021-02-18 Thread bdubbs--- via lfs-book
Author: bdubbs
Date: Thu Feb 18 20:04:03 2021
New Revision: 12138

Log:
Fix a glibc bug that causes issues with chrooted applications. 
Update to bc-3.3.0. 
Update to openssl-1.1.1j. 
Update to meson-0.57.0. 
Update to linux-5.10.17. 
Update build times and sizes.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter08/glibc.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/chapter01/changelog.xml
==
--- trunk/BOOK/chapter01/changelog.xml  Mon Feb 15 21:31:31 2021(r12137)
+++ trunk/BOOK/chapter01/changelog.xml  Thu Feb 18 20:04:03 2021(r12138)
@@ -45,6 +45,32 @@
 
 
   
+  2021-02-18
+
+  [bdubbs] - Fix a glibc bug that causes issues with chrooted 
applications. Fixes
+  #4817.
+
+
+  [bdubbs] - Update to bc-3.3.0. Fixes
+  #4819.
+
+
+  [bdubbs] - Update to openssl-1.1.1j. Fixes
+  #4816.
+
+
+  [bdubbs] - Update to meson-0.57.0. Fixes
+  #4815.
+
+
+  [bdubbs] - Update to linux-5.10.17. Fixes
+  #4807.
+
+  
+
+
+
+  
   2021-02-14
 
   [renodr] - Add a command explanation for 'pwait'.

Modified: trunk/BOOK/chapter08/glibc.xml
==
--- trunk/BOOK/chapter08/glibc.xml  Mon Feb 15 21:31:31 2021(r12137)
+++ trunk/BOOK/chapter08/glibc.xml  Thu Feb 18 20:04:03 2021(r12138)
@@ -50,6 +50,11 @@
 
 patch -Np1 -i 
../
 
+Fix a bug that causes issues with chrooted applications:
+
+sed -e '402a\  *result = 
local->data.services[database_index];' \
+-i nss/nss_database.c
+
 The Glibc documentation recommends building Glibc 
 in a dedicated build directory:
 

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Mon Feb 15 21:31:31 2021(r12137)
+++ trunk/BOOK/general.ent  Thu Feb 18 20:04:03 2021(r12138)
@@ -1,13 +1,13 @@
-
+
   
  
 
-
+
 
  
 
-
+
 
 
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon Feb 15 21:31:31 2021(r12137)
+++ trunk/BOOK/packages.ent Thu Feb 18 20:04:03 2021(r12138)
@@ -18,7 +18,7 @@
 
 
 
-
+
 
 
 
@@ -34,8 +34,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -44,25 +44,25 @@
 
 
 
-
-
+
+
 
 
 
 
 
 
-
+
 
-
-
+
+
 
-
-
+
+
 https://github.com/gavinhoward/bc/releases/download//bc-.tar.xz;>
-
+
 https://git.yzena.com/gavin/bc;>
-
+
 
 
 
@@ -70,12 +70,12 @@
 
 
 
-
+
 
-
+
 
-
-
+
+
 
 
 
@@ -84,16 +84,16 @@
 
 
 
-
-
+
+
 
 
 
 https://www.sourceware.org/pub/bzip2/bzip2-.tar.gz;>
 
 
-
-
+
+
 
 
 
@@ -101,7 +101,7 @@
 
 https://libcheck.github.io/check;>
 
-
+
 
 
 
@@ -109,9 +109,9 @@
 
 
 
-
-
-
+
+
+
 
 
 
@@ -135,7 +135,7 @@
 
 
 
-
+
 
 
 
@@ -144,15 +144,15 @@
 https://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v/e2fsprogs-.tar.gz;>
 
 http://e2fsprogs.sourceforge.net/;>
-
-
+
+
 
 
 
 https://sourceware.org/ftp/elfutils//elfutils-.tar.bz2;>
 
 https://sourceware.org/ftp/elfutils/;>
-
+
 
 
 
@@ -184,8 +184,8 @@
 http://ftp.astron.com/pub/file/file-.tar.gz;>
 
 https://www.darwinsys.com/file/;>
-
-
+
+
 
 
 
@@ -194,10 +194,10 @@
 
 
 
-
+
 
-
-
+
+
 
 
 
@@ -205,7 +205,7 @@
 
 
 
-
+
 
 
 
@@ -214,27 +214,27 @@
 
 
 
-
-
+
+
 
 
 
 
 
 https://gcc.gnu.org/;>
-
+
 
 
-
+
 
-
+
 
 
 
 
 
-
-
+
+
 
 
 
@@ -244,7 +244,7 @@
 
 
 
-
+
 
 
 
@@ -252,19 +252,19 @@
 
 
 
-
+
 
-
+
 
 
 
 
 
 
-
-
-
-
+
+
+
+
 
 
 
@@ -273,7 +273,7 @@
 
 
 
-
+
 
 
 
@@ -290,8 +290,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -307,7 +307,7 @@
 
 
 
-
+
 
 
 
@@ -332,7 +332,7 @@
 
 
 
-
+
 
 
 
@@ -348,7 +348,7 @@
 
 
 
-
+
 
 
 
@@ -356,8 +356,8 @@
 https://www.kernel.org/pub/linux/utils/kbd/kbd-.tar.xz;>
 
 http://ftp.altlinux.org/pub/people/legion/kbd;>
-
-
+
+
 
 
 
@@ -388,7 +388,7 @@
 
 
 https://sites.google.com/site/fullycapable/;>
-
+
 
 
 
@@ -397,7 +397,7 @@
 
 https://sourceware.org/libffi/;>
 
-
+
 
 
 
@@ -405,7 +405,7 @@
 
 http://libpipeline.nongnu.org/;>
 
-
+
 
 
 
@@ -413,16 +413,16 @@
 
 
 
-
+
 
 
 
-
+
 
 
-
+
 
-
+
 https://www.kernel.org/;>
 
@@ -443,7 +443,7 @@
 
 
 
-
+
 
 
 
@@ -453,7 +453,7 @@
 
 
 
-
+
 
 
 
@@ -462,22 +462,22 @@
 
 https://www.nongnu.org/man-db/;>
 
-
+
 
 
 
 
 
 https://www.kernel.org/doc/man-pages/;>
-
+
 
 
-
-
+
+
 
-
+
 https://mesonbuild.com;>
-
+
 
 
 
@@ -485,7 +485,7 @@
 https://ftp.gnu.org/gnu/mpc/mpc-.tar.gz;>
 
 http://www.multiprecision.org/;>
-
+
 
 
 
@@ -494,7 +494,7 @@
 
 https://www.mpfr.org/;>
 
-
+
 
 
 
@@ -503,7 +503,7 @@
 
 
 
-
+
 
 
 
@@ -511,16 +511,16 @@
 
 
 https://ninja-build.org/;>
-
+
 
 
-
-
+
+
 https://www.openssl.org/source/openssl-.tar.gz;>
-
+
 

Re: [lfs-book] [LFS Trac] #4815: meson-0.57.0

2021-02-18 Thread LFS Trac via lfs-book
#4815: meson-0.57.0
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  task|  Status:  assigned
 Priority:  normal  |   Milestone:  10.1
Component:  Book| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by bdubbs):

 The release notes for this version are at https://mesonbuild.com/Release-
 notes-for-0-57-0.html

--
Ticket URL: 
LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-book] [LFS Trac] #4819: bc-3.3.0

2021-02-18 Thread LFS Trac via lfs-book
#4819: bc-3.3.0
+---
 Reporter:  bdubbs  |   Owner:  lfs-book
 Type:  task|  Status:  new
 Priority:  normal  |   Milestone:  10.1
Component:  Book| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by bdubbs):

 # 3.3.0

 This is a production release that changes one behavior and fixes
 documentation
 bugs.

 The changed behavior is the treatment of `-e` and `-f` when given through
 `BC_ENV_ARGS` or `DC_ENV_ARGS`. Now `bc` and `dc` do not exit when those
 options
 (or their equivalents) are given through those environment variables.
 However,
 `bc` and `dc` still exit when they or their equivalents are given on the
 command-line.

--
Ticket URL: 
LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-book] [LFS Trac] #4807: linux-5.10.17 (was: linux-5.10.16 (wait for 5, 10, 17))

2021-02-18 Thread LFS Trac via lfs-book
#4807: linux-5.10.17
+---
 Reporter:  bdubbs  |   Owner:  lfs-book
 Type:  task|  Status:  new
 Priority:  normal  |   Milestone:  10.1
Component:  Book| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by bdubbs):

 Now 5.10.17.

--
Ticket URL: 
LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [lfs-book] [LFS Trac] #4818: linux-5.10.17

2021-02-18 Thread LFS Trac via lfs-book
#4818: linux-5.10.17
+
 Reporter:  xry111  |   Owner:  renodr
 Type:  task|  Status:  closed
 Priority:  normal  |   Milestone:  10.1
Component:  Book| Version:  SVN
 Severity:  normal  |  Resolution:  duplicate
 Keywords:  |
+
Changes (by bdubbs):

 * status:  assigned => closed
 * resolution:   => duplicate


Comment:

 Duplicate of #4807

--
Ticket URL: 
LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] [LFS Trac] #4819: bc-3.3.0

2021-02-18 Thread LFS Trac via lfs-book
#4819: bc-3.3.0
+--
 Reporter:  bdubbs  |  Owner:  lfs-book
 Type:  task| Status:  new
 Priority:  normal  |  Milestone:  10.1
Component:  Book|Version:  SVN
 Severity:  normal  |   Keywords:
+--
 New minor version.

--
Ticket URL: 
LFS Trac 
Linux From Scratch: Your Distro, Your Rules.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] LFS Package Currency Check - 2021-02-18 11:50:01 GMT

2021-02-18 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.2.7  3.3.0  *
binutils2.36.1 2.36.1 
bison   3.7.5  3.7.5  
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.1 
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   20210202   
inetutils   2.02.0
intltool0.51.0 0.51.0 
iproute25.10.0 5.10.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.135.11   *
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.56.2 0.57.0 *
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.1i 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.1  3.9.1  
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.98   
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.2529   *
XML-Parser  2.46   2.46   
xz  5.2.5  5.2.5  
zlib1.2.11 1.2.11 
zstd1.4.8  1.4.8  

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