[lfs-book] [LFS Trac] #4706: pipewire-0.3.9

2020-08-04 Thread LFS Trac via lfs-book
#4706: pipewire-0.3.9
+--
 Reporter:  bdubbs  |  Owner:  lfs-book
 Type:  task| Status:  new
 Priority:  normal  |  Milestone:  10.0
Component:  Book|Version:  SVN
 Severity:  normal  |   Keywords:
+--
 New point 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] r12009 - trunk/BOOK

2020-08-04 Thread bdubbs--- via lfs-book
Author: bdubbs
Date: Tue Aug  4 13:51:46 2020
New Revision: 12009

Log:
Use version 3 of libpipeline patch

Modified:
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/patches.ent
==
--- trunk/BOOK/patches.ent  Tue Aug  4 13:50:11 2020(r12008)
+++ trunk/BOOK/patches.ent  Tue Aug  4 13:51:46 2020(r12009)
@@ -46,7 +46,7 @@
 
 
 
-
+
 

[lfs-book] r12008 - trunk/BOOK

2020-08-04 Thread pierre--- via lfs-book
Author: pierre
Date: Tue Aug  4 13:50:11 2020
New Revision: 12008

Log:
Fixed libpipeline patch

Modified:
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/patches.ent
==
--- trunk/BOOK/patches.ent  Tue Aug  4 13:14:32 2020(r12007)
+++ trunk/BOOK/patches.ent  Tue Aug  4 13:50:11 2020(r12008)
@@ -44,9 +44,9 @@
 
 
 
-
-
-
+
+
+
 

[lfs-book] [LFS Trac] Batch modify: #4697, #4698, #4699, #4700, #4701, #4702, ...

2020-08-04 Thread LFS Trac via lfs-book
Batch modification to #4697, #4698, #4699, #4700, #4701, #4702, #4703, #4704 by 
bdubbs:


Action: resolve

Comment:
Fixed at revision 12007.

--
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] r12007 - in trunk/BOOK: . bootscripts bootscripts/lfs/init.d chapter01 chapter03 chapter04 chapter06 chapter07 chapter08

2020-08-04 Thread bdubbs--- via lfs-book
Author: bdubbs
Date: Tue Aug  4 13:14:32 2020
New Revision: 12007

Log:
Update to gettext-0.21. 
Update to binutils-2.35. 
Update to gcc-10.2.0. 
Update to check-0.15.1. 
Update to bison-3.7.1. 
Update to util-linux 2.36.0. 
Update to libcap-2.42. 
Update to linux-5.7.12.

Modified:
   trunk/BOOK/bootscripts/ChangeLog
   trunk/BOOK/bootscripts/lfs/init.d/checkfs
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter04/creatingminlayout.xml
   trunk/BOOK/chapter06/gcc-pass2.xml
   trunk/BOOK/chapter07/chapter07.xml
   trunk/BOOK/chapter07/creatingdirs.xml
   trunk/BOOK/chapter08/binutils.xml
   trunk/BOOK/chapter08/libcap.xml
   trunk/BOOK/chapter08/libpipeline.xml
   trunk/BOOK/chapter08/pkgmgt.xml
   trunk/BOOK/chapter08/procps.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
   trunk/BOOK/patches.ent

Modified: trunk/BOOK/bootscripts/ChangeLog
==
--- trunk/BOOK/bootscripts/ChangeLogSat Aug  1 22:13:12 2020(r12006)
+++ trunk/BOOK/bootscripts/ChangeLogTue Aug  4 13:14:32 2020(r12007)
@@ -1,3 +1,6 @@
+2020-08-02 Bruce Dubbs 
+   * Fix a minor display problem in checkfs
+
 2019-10-31 DJ Lucas 
* Syslog should not start in runlevel 2 due to network logging
* Remove errant swap dependency for checkfs

Modified: trunk/BOOK/bootscripts/lfs/init.d/checkfs
==
--- trunk/BOOK/bootscripts/lfs/init.d/checkfs   Sat Aug  1 22:13:12 2020
(r12006)
+++ trunk/BOOK/bootscripts/lfs/init.d/checkfs   Tue Aug  4 13:14:32 2020
(r12007)
@@ -94,7 +94,7 @@
   if [ "${error_value}" = 1 ]; then
  msg="\nWARNING:\n\nFile system errors "
  msg="${msg}were found and have been corrected.\n"
- msg="${msg} You may want to double-check that "
+ msg="${msg}  You may want to double-check that "
  msg="${msg}everything was fixed properly."
  log_warning_msg "$msg"
   fi

Modified: trunk/BOOK/chapter01/changelog.xml
==
--- trunk/BOOK/chapter01/changelog.xml  Sat Aug  1 22:13:12 2020(r12006)
+++ trunk/BOOK/chapter01/changelog.xml  Tue Aug  4 13:14:32 2020(r12007)
@@ -44,6 +44,44 @@
 -->
 
   
+  2020-08-04
+
+  [bdubbs] - Update to gettext-0.21. Fixes
+  #4704.
+
+
+  [bdubbs] - Update to binutils-2.35. Fixes
+  #4702.
+
+
+  [bdubbs] - Update to gcc-10.2.0. Fixes
+  #4701.
+
+
+  [bdubbs] - Update to check-0.15.1. Fixes
+  #4700.
+
+
+  [bdubbs] - Update to bison-3.7.1. Fixes
+  #4699.
+
+
+  [bdubbs] - Update to util-linux 2.36.0. Fixes
+  #4698.
+
+
+  [bdubbs] - Update to libcap-2.42. Fixes
+  #4703.
+
+
+  [bdubbs] - Update to linux-5.7.12. Fixes
+  #4697.
+
+  
+
+
+
+  
   2020-07-21
 
   [bdubbs] - Update to Python3-3.8.5. Fixes

Modified: trunk/BOOK/chapter01/whatsnew.xml
==
--- trunk/BOOK/chapter01/whatsnew.xml   Sat Aug  1 22:13:12 2020(r12006)
+++ trunk/BOOK/chapter01/whatsnew.xml   Tue Aug  4 13:14:32 2020(r12007)
@@ -48,9 +48,9 @@
 
   Bc &bc-version;
 
-
+
 
   Bison-&bison-version;
 

Modified: trunk/BOOK/chapter03/patches.xml
==
--- trunk/BOOK/chapter03/patches.xmlSat Aug  1 22:13:12 2020(r12006)
+++ trunk/BOOK/chapter03/patches.xmlTue Aug  4 13:14:32 2020(r12007)
@@ -26,7 +26,7 @@
   
 
 
-
+
 
   Bzip2 Documentation Patch - 
&bzip2-docs-patch-size;:
   
@@ -58,7 +58,7 @@
 MD5 sum: &glibc-fhs-patch-md5;
   
 
-
+
 
   Kbd Backspace/Delete Fix Patch - 
&kbd-backspace-patch-size;:
   
@@ -75,6 +75,14 @@
   
 
 
+
+  Libpipeline Checks Patch - 
&libpipeline-checks-patch-size;:
+  
+Download: 
+MD5 sum: &libpipeline-checks-patch-md5;
+  
+
+
 
   Sysvinit Consolidated Patch - 
&sysvinit-consolidated-patch-size;:
   

Modified: trunk/BOOK/chapter04/creatingminlayout.xml
==
--- trunk/BOOK/chapter04/creatingminlayout.xml  Sat Aug  1 22:13:12 2020
(r12006)
+++ trunk/BOOK/chapter04/creatingminlayout.xml  Tue Aug  4 13:14:32 2020
(r12007)
@@ -8,9 +8,9 @@
 
   
 
-  Creating the Minimal directory layout in LFS filesystem
+  Creating a limited directory layout in LFS filesystem
 
-  The first 

[lfs-book] [LFS Trac] #4705: bc-3.1.4

2020-08-04 Thread LFS Trac via lfs-book
#4705: bc-3.1.4
+--
 Reporter:  bdubbs  |  Owner:  lfs-book
 Type:  task| Status:  new
 Priority:  normal  |  Milestone:  10.0
Component:  Book|Version:  SVN
 Severity:  normal  |   Keywords:
+--
 New point version.

 # 3.1.4

 This is a production release that fixes one bug, changes two behaviors,
 and
 removes one environment variable.

 The bug is like the one in the last release except it applies if files are
 being
 executed. I also made the fix more general.

 The behavior that was changed is that `bc` now exits when given `-e`,
 `-f`,
 `--expression` or `--file`. However, if the last one of those is `-f-`
 (using
 `stdin` as the file), `bc` does not exit. If `-f-` exists and is not the
 last of
 the `-e` and `-f` options (and equivalents), `bc` gives a fatal error and
 exits.

 Next, I removed the `BC_EXPR_EXIT` and `DC_EXPR_EXIT` environment
 variables
 since their use is not needed with the behavior change.

 Finally, I made it so `bc` does not print the header, though the `-q` and
 `--quiet` options were kept for compatibility with GNU `bc`.

--
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 - 2020-08-04 10:50:01 GMT

2020-08-04 Thread bdubbs--- via lfs-book
Package LFS  Upstream  Flag

acl 2.2.53 2.2.53 
attr2.4.48 2.4.48 
autoconf2.69   2.69   
automake1.16.2 1.16.2 
bash5.05.0
bc  3.1.3  3.1.4  *
binutils2.34   2.35   *
bison   3.6.4  3.7.1  *
bzip2   1.0.8  1.0.8  
check   0.15.0 0.15.1 *
coreutils   8.32   8.32   
dbus1.12.201.12.20
dejagnu 1.6.2  1.6.2  
diffutils   3.73.7
e2fsprogs   1.45.6 1.45.6 
elfutils0.180  0.180  
eudev   3.2.9  3.2.9  
expat   2.2.9  2.2.9  
expect  5.45.4 5.45.4 
file5.39   5.39   
findutils   4.7.0  4.7.0  
flex2.6.4  2.6.4  
gawk5.1.0  5.1.0  
gcc 10.1.0 10.2.0 *
gdbm1.18.1 1.18.1 
gettext 0.20.2 0.21   *
glibc   2.31   2.31   
gmp 6.2.0  6.2.0  
gperf   3.13.1
grep3.43.4
groff   1.22.4 1.22.4 
grub2.04   2.04   
gzip1.10   1.10   
iana-etc20200429   20200429   
inetutils   1.9.4  1.9.4  
intltool0.51.0 0.51.0 
iproute25.7.0  5.7.0  
kbd 2.3.0  2.3.0  
kmod27 27 
less551551
lfs-bootscripts 20191031   20191031   
libcap  2.40   2.42   *
libffi  3.33.3
libpipeline 1.5.2  1.5.2  
libtool 2.4.6  2.4.6  
linux   5.7.9  5.8*
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.3  2.9.3  
man-pages   5.07   5.07   
meson   0.55.0 0.55.0 
mpc 1.1.0  1.1.0  
mpfr4.1.0  4.1.0  
ncurses 6.26.2
ninja   1.10.0 1.10.0 
openssl 1.1.1g 1.1.1g 
patch   2.7.6  2.7.6  
perl5.32.0 5.32.0 
pkg-config  0.29.2 0.29.2 
procps-ng   3.3.16 3.3.16 
psmisc  23.3   23.3   
Python  3.8.5  3.8.5  
readline8.08.0
sed 4.84.8
shadow  4.8.1  4.8.1  
sysklogd1.5.1  1.5.1  
systemd 245246*
sysvinit2.97   2.97   
tar 1.32   1.32   
tcl 8.6.10 8.6.10 
texinfo 6.76.7
tzdata  2020a  2020a  
udev-lfs20171102   20171102   
util-linux  2.35.2 2.36   *
vim 8.2.1209   8.2.1360   *
XML-Parser  2.46   2.46   
xz  5.2.5  5.2.5  
zlib1.2.11 1.2.11 
zstd1.4.5  1.4.5  

-- 
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] #4700: check-0.15.1

2020-08-04 Thread LFS Trac via lfs-book
#4700: check-0.15.1
+---
 Reporter:  bdubbs  |   Owner:  lfs-book
 Type:  task|  Status:  new
 Priority:  normal  |   Milestone:  10.0
Component:  Book| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by pierre.labastie):

 Upstream has published a fix:
 
https://git.savannah.gnu.org/cgit/libpipeline.git/commit/?id=1be57f95c30cbaa6f64ae11a6d952fe4633e29f2
 I've taken this for a second version of the patch:
 
http://www.linuxfromscratch.org/patches/downloads/libpipeline/libpipeline-1.5.2-check_fixes-2.patch

--
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