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

2021-02-04 Thread xry111--- via lfs-book
Author: xry111
Date: Thu Feb  4 23:22:20 2021
New Revision: 12129

Log:
ch08/dbus: sync with BLFS

Modified:
   trunk/BOOK/chapter08/dbus.xml

Modified: trunk/BOOK/chapter08/dbus.xml
==
--- trunk/BOOK/chapter08/dbus.xml   Thu Feb  4 22:51:37 2021(r12128)
+++ trunk/BOOK/chapter08/dbus.xml   Thu Feb  4 23:22:20 2021(r12129)
@@ -48,14 +48,16 @@
 
 Prepare D-Bus for compilation:
 
-./configure --prefix=/usr 
  \
---sysconfdir=/etc   \
---localstatedir=/var\
---disable-static\
---disable-doxygen-docs  \
---disable-xml-docs  \
+./configure --prefix=/usr 
   \
+--sysconfdir=/etc\
+--localstatedir=/var \
+--disable-static \
+--disable-doxygen-docs   \
+--disable-xml-docs   \
 --docdir=/usr/share/doc/dbus- \
---with-console-auth-dir=/run/console
+--with-console-auth-dir=/run/console \
+--with-system-pid-file=/run/dbus/pid \
+
--with-system-socket=/run/dbus/system_bus_socket
 
 
   The meaning of the configure options:
@@ -68,6 +70,18 @@
 
   
 
+  
+
+  --with-system-pid-file=/run/dbus/pid and
+  
--with-system-socket=/run/dbus/system_bus_socket
+
+
+  These set the location of the PID file and the system bus 
socket
+  to be in /run, instead of
+  deprecated /var/run.
+
+  
+
 
 
 Compile the package:
@@ -96,11 +110,6 @@
 
 ln -sfv /etc/machine-id 
/var/lib/dbus
 
-Move the socket file to /run instead of the deprecated
-/var/run:
-
- sed -i 's:/var/run:/run:' 
/lib/systemd/system/dbus.socket
-
   
 
   
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


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

2021-02-04 Thread xry111--- via lfs-book
Author: xry111
Date: Thu Feb  4 22:51:37 2021
New Revision: 12128

Log:
ch08/systemd: sync with BLFS

Modified:
   trunk/BOOK/chapter08/systemd.xml

Modified: trunk/BOOK/chapter08/systemd.xml
==
--- trunk/BOOK/chapter08/systemd.xmlThu Feb  4 13:32:58 2021(r12127)
+++ trunk/BOOK/chapter08/systemd.xmlThu Feb  4 22:51:37 2021(r12128)
@@ -212,6 +212,10 @@
 
 rm -f /usr/bin/xsltproc
 
+Remove an useless directory:
+
+rm -rf /usr/lib/pam.d
+
 Create the /etc/machine-id file needed by
 systemd-journald:
 
@@ -228,10 +232,14 @@
  
 systemctl disable 
systemd-time-wait-sync.service
 
+
+
 
   
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12127 - trunk/BOOK/chapter06

2021-02-04 Thread renodr--- via lfs-book
Author: renodr
Date: Thu Feb  4 13:32:58 2021
New Revision: 12127

Log:
chapter06/file: Remove extra space from the end of one of the configure lines, 
which causes configure to fail to run.

Modified:
   trunk/BOOK/chapter06/file.xml

Modified: trunk/BOOK/chapter06/file.xml
==
--- trunk/BOOK/chapter06/file.xml   Thu Feb  4 09:32:53 2021(r12126)
+++ trunk/BOOK/chapter06/file.xml   Thu Feb  4 13:32:58 2021(r12127)
@@ -51,7 +51,7 @@
 
 mkdir build
 pushd build
-  ../configure --disable-bzlib  \ 
+  ../configure --disable-bzlib  \
--disable-libseccomp \
--disable-xzlib  \
--disable-zlib
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r12126 - trunk/BOOK/chapter06

2021-02-04 Thread bdubbs--- via lfs-book
Author: bdubbs
Date: Thu Feb  4 09:32:53 2021
New Revision: 12126

Log:
Tweak some wording

Modified:
   trunk/BOOK/chapter06/file.xml

Modified: trunk/BOOK/chapter06/file.xml
==
--- trunk/BOOK/chapter06/file.xml   Thu Feb  4 07:34:31 2021(r12125)
+++ trunk/BOOK/chapter06/file.xml   Thu Feb  4 09:32:53 2021(r12126)
@@ -64,11 +64,11 @@
   
 --disable-*
 
-  The configuration script attempt to use some packages from
+  The configuration script attempts to use some packages from
   the host distribution if the corresponding library files exist.
   It may cause compilation failure if a library file exists, but
-  the corresponding header files do not exist.  The options prevent
-  to use the packages from the host.
+  the corresponding header files do not.  These options prevent
+  using these unneeded capabilities from the host.
 
   
 
-- 
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] #4801: linux-5.10.13

2021-02-04 Thread LFS Trac via lfs-book
#4801: linux-5.10.13
+--
 Reporter:  bdubbs  |  Owner:  lfs-book
 Type:  task| Status:  new
 Priority:  normal  |  Milestone:  10.1
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] r12125 - trunk/BOOK/chapter06

2021-02-04 Thread xry111--- via lfs-book
Author: xry111
Date: Thu Feb  4 07:34:31 2021
New Revision: 12125

Log:
ch06/file: disable host libraries to prevent FTBFS

Modified:
   trunk/BOOK/chapter06/file.xml

Modified: trunk/BOOK/chapter06/file.xml
==
--- trunk/BOOK/chapter06/file.xml   Wed Feb  3 02:53:51 2021(r12124)
+++ trunk/BOOK/chapter06/file.xml   Thu Feb  4 07:34:31 2021(r12125)
@@ -51,10 +51,28 @@
 
 mkdir build
 pushd build
-  ../configure
+  ../configure --disable-bzlib  \ 
+   --disable-libseccomp \
+   --disable-xzlib  \
+   --disable-zlib
   make
 popd
 
+
+  The meaning of the new configure option:
+
+  
+--disable-*
+
+  The configuration script attempt to use some packages from
+  the host distribution if the corresponding library files exist.
+  It may cause compilation failure if a library file exists, but
+  the corresponding header files do not exist.  The options prevent
+  to use the packages from the host.
+
+  
+
+
 Prepare File for compilation:
 
 ./configure --prefix=/usr --host=$LFS_TGT 
--build=$(./config.guess)
-- 
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-04 11:50:01 GMT

2021-02-04 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.6  3.2.6  
binutils2.36   2.36   
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.0 1.46.0 
elfutils0.182  0.182  
eudev   3.2.9  3.2.9  
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-etc20210115   20210202   *
inetutils   1.9.4  1.9.4  
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.47   2.47   
libffi  3.33.3
libpipeline 1.5.3  1.5.3  
libtool 2.4.6  2.4.6  
linux   5.10.125.10.13*
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.3  2.9.3  
man-pages   5.10   5.10   
meson   0.56.2 0.56.2 
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.1i 
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.16 3.3.16 
psmisc  23.3   23.3   
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.33   1.33   
tcl 8.6.11 8.6.11 
texinfo 6.76.7
tzdata  2021a  2021a  
udev-lfs20171102   20171102   
util-linux  2.36.1 2.36.1 
vim 8.2.2433   8.2.2465   *
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