[lfs-book] [LFS Trac] #4836: man-pages-5.11

2021-03-22 Thread LFS Trac via lfs-book
#4836: man-pages-5.11
+--
 Reporter:  bdubbs  |  Owner:  lfs-book
 Type:  task| Status:  new
 Priority:  normal  |  Milestone:  10.2
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-03-22 10:50:01 GMT

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

acl 2.3.0  2.3.1  *
attr2.5.0  2.5.1  *
autoconf2.71   2.71   
automake1.16.3 1.16.3 
bash5.15.1
bc  3.3.3  3.3.4  *
binutils2.36.1 2.36.1 
bison   3.7.6  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.2 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.06~rc1   2.06~rc1   
gzip1.10   1.10   
iana-etc20210304   20210318   *
inetutils   2.02.0
intltool0.51.0 0.51.0 
iproute25.11.0 5.11.0 
kbd 2.4.0  2.4.0  
kmod28 28 
less563563
lfs-bootscripts 20210201   20210201   
libcap  2.49   2.49   
libffi  3.33.3
libpipeline 1.5.3  1.5.3  
libtool 2.4.6  2.4.6  
linux   5.11.6 5.11.8 *
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.4  2.9.4  
man-pages   5.10   5.11   *
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.99   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.2604   8.2.2637   *
XML-Parser  2.46   2.46   
xz  5.2.5  5.2.5  
zlib1.2.11 1.2.11 
zstd1.4.9  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] r12167 - trunk/BOOK/chapter08

2021-03-22 Thread xry111--- via lfs-book
Author: xry111
Date: Mon Mar 22 01:08:13 2021
New Revision: 12167

Log:
bc: use a configure command line more like other packages

Modified:
   trunk/BOOK/chapter08/bc.xml

Modified: trunk/BOOK/chapter08/bc.xml
==
--- trunk/BOOK/chapter08/bc.xml Wed Mar 17 09:30:50 2021(r12166)
+++ trunk/BOOK/chapter08/bc.xml Mon Mar 22 01:08:13 2021(r12167)
@@ -43,7 +43,7 @@
 
 Prepare Bc for compilation:
 
-PREFIX=/usr CC=gcc ./configure.sh -G 
-O3
+CC=gcc ./configure --prefix=/usr -G 
-O3
 
 
   The meaning of the configure options:
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page