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

2018-07-04 Thread bdubbs
Author: bdubbs
Date: Wed Jul  4 14:16:15 2018
New Revision: 11431

Log:
Revert inadvertant changes to e2fsprogs instructions

Modified:
   trunk/BOOK/chapter06/e2fsprogs.xml

Modified: trunk/BOOK/chapter06/e2fsprogs.xml
==
--- trunk/BOOK/chapter06/e2fsprogs.xml  Wed Jul  4 13:24:39 2018(r11430)
+++ trunk/BOOK/chapter06/e2fsprogs.xml  Wed Jul  4 14:16:15 2018(r11431)
@@ -52,7 +52,10 @@
 
 Prepare E2fsprogs for compilation:
 
-../configure --prefix=/usr   \
+LIBS=-L/tools/lib\
+CFLAGS=-I/tools/include  \
+PKG_CONFIG_PATH=/tools/lib/pkgconfig \
+../configure --prefix=/usr   \
  --bindir=/bin   \
  --with-root-prefix=""   \
  --enable-elf-shlibs \
@@ -63,7 +66,7 @@
 
 
   The meaning of the environment variable and configure 
options:
-
+
   
 --with-root-prefix="" and
   --bindir=/bin
-- 
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] #4309: SVN-20180703 problems

2018-07-04 Thread LFS Trac
#4309: SVN-20180703 problems
--+---
 Reporter:  avmaisak  |   Owner:  lfs-book
 Type:  task  |  Status:  closed
 Priority:  normal|   Milestone:  8.3
Component:  Book  | Version:  SVN
 Severity:  major |  Resolution:  fixed
 Keywords:|
--+---
Changes (by bdubbs):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed at revision 11430.

--
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] r11430 - trunk/BOOK/chapter01

2018-07-04 Thread bdubbs
Author: bdubbs
Date: Wed Jul  4 13:24:39 2018
New Revision: 11430

Log:
Minor text changes

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml

Modified: trunk/BOOK/chapter01/changelog.xml
==
--- trunk/BOOK/chapter01/changelog.xml  Wed Jul  4 13:07:40 2018(r11429)
+++ trunk/BOOK/chapter01/changelog.xml  Wed Jul  4 13:24:39 2018(r11430)
@@ -44,7 +44,7 @@
 -->
 
 
-  2018-06-25
+  2018-07-03
   
 
[bdubbs] - Update to attr-2.4.48.  Fixes 

Modified: trunk/BOOK/chapter01/whatsnew.xml
==
--- trunk/BOOK/chapter01/whatsnew.xml   Wed Jul  4 13:07:40 2018(r11429)
+++ trunk/BOOK/chapter01/whatsnew.xml   Wed Jul  4 13:24:39 2018(r11430)
@@ -29,9 +29,9 @@
 
   Acl-
 
-
+
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[lfs-book] r11429 - in trunk/BOOK: . chapter06

2018-07-04 Thread bdubbs
Author: bdubbs
Date: Wed Jul  4 13:07:40 2018
New Revision: 11429

Log:
Fix currency for attr and acl

Modified:
   trunk/BOOK/chapter06/e2fsprogs.xml
   trunk/BOOK/chapter06/readline.xml
   trunk/BOOK/lfs-latest.php
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/chapter06/e2fsprogs.xml
==
--- trunk/BOOK/chapter06/e2fsprogs.xml  Tue Jul  3 19:41:02 2018(r11428)
+++ trunk/BOOK/chapter06/e2fsprogs.xml  Wed Jul  4 13:07:40 2018(r11429)
@@ -52,10 +52,7 @@
 
 Prepare E2fsprogs for compilation:
 
-LIBS=-L/tools/lib\
-CFLAGS=-I/tools/include  \
-PKG_CONFIG_PATH=/tools/lib/pkgconfig \
-../configure --prefix=/usr   \
+../configure --prefix=/usr   \
  --bindir=/bin   \
  --with-root-prefix=""   \
  --enable-elf-shlibs \
@@ -66,7 +63,7 @@
 
 
   The meaning of the environment variable and configure 
options:
-
+
   
 --with-root-prefix="" and
   --bindir=/bin

Modified: trunk/BOOK/chapter06/readline.xml
==
--- trunk/BOOK/chapter06/readline.xml   Tue Jul  3 19:41:02 2018(r11428)
+++ trunk/BOOK/chapter06/readline.xml   Wed Jul  4 13:07:40 2018(r11429)
@@ -79,9 +79,10 @@
 make SHLIB_LIBS="-L/tools/lib -lncurses" 
install
 
 Now move the dynamic libraries to a more appropriate location
-and fix up some symbolic links:
+and fix up some permissions and symbolic links:
 
 mv -v /usr/lib/lib{readline,history}.so.* 
/lib
+chmod -v u+w /lib/lib{readline,history}.so.*
 ln -sfv ../../lib/$(readlink /usr/lib/libreadline.so) /usr/lib/libreadline.so
 ln -sfv ../../lib/$(readlink /usr/lib/libhistory.so ) 
/usr/lib/libhistory.so
 

Modified: trunk/BOOK/lfs-latest.php
==
--- trunk/BOOK/lfs-latest.php   Tue Jul  3 19:41:02 2018(r11428)
+++ trunk/BOOK/lfs-latest.php   Wed Jul  4 13:07:40 2018(r11429)
@@ -234,7 +234,7 @@
   if ( $package == "attr" ||  
$package == "acl"  )
   {
- return find_max( $lines, "/$package/", "/^.*$package-([\d\.-]*\d)\.*$/" );
+ return find_max( $lines, "/$package/", 
"/^.*$package-([\d\.-]*\d).tar.*$/" );
   }
 
   if ( $package == "e2fsprogs" )

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Tue Jul  3 19:41:02 2018(r11428)
+++ trunk/BOOK/packages.ent Wed Jul  4 13:07:40 2018(r11429)
@@ -416,12 +416,12 @@
 
 
 
-
+
 
  
-
+
 
-
+
 https://www.kernel.org/;>
 

Re: [lfs-book] [LFS Trac] #4309: SVN-20180703 problems

2018-07-04 Thread LFS Trac
#4309: SVN-20180703 problems
--+---
 Reporter:  avmaisak  |   Owner:  lfs-book
 Type:  task  |  Status:  new
 Priority:  normal|   Milestone:  8.3
Component:  Book  | Version:  SVN
 Severity:  major |  Resolution:
 Keywords:|
--+---
Changes (by avmaisak):

 * severity:  normal => major


--
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] #4309: SVN-20180703 problems

2018-07-04 Thread LFS Trac
#4309: SVN-20180703 problems
--+--
 Reporter:  avmaisak  |  Owner:  lfs-book
 Type:  task  | Status:  new
 Priority:  normal|  Milestone:  8.3
Component:  Book  |Version:  SVN
 Severity:  normal|   Keywords:
--+--
 - wrong change log date: 2018-06-25
 - 1.2. What's new since the last release - miss attr update

--
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] #4298: systemd-239

2018-07-04 Thread LFS Trac
#4298: systemd-239
--+---
 Reporter:  bdubbs@…  |   Owner:  renodr
 Type:  task  |  Status:  assigned
 Priority:  normal|   Milestone:  8.3
Component:  Book  | Version:  SVN
 Severity:  normal|  Resolution:
 Keywords:|
--+---
Changes (by renodr):

 * owner:  lfs-book => renodr
 * status:  new => assigned


--
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 - 2018-07-04 10:50:02 GMT

2018-07-04 Thread bdubbs
Package LFS  Upstream  Flag

acl 2.2.53 -2 *
attr2.4.48 -2 *
autoconf2.69   2.69   
automake1.16.1 1.16.1 
bash4.4.18 4.4.18 
bc  1.07.1 1.07.1 
binutils2.30   2.30   
bison   3.0.5  3.0.5  
bzip2   1.0.6  1.0.6  
check   0.12.0 0.12.0 
coreutils   8.29   8.30   *
dbus1.12.8 1.12.8 
dejagnu 1.6.1  1.6.1  
diffutils   3.63.6
eudev   3.2.5  3.2.5  
e2fsprogs   1.44.2 1.44.2 
elfutils0.172  0.173  *
expat   2.2.5  2.2.5  
expect  5.45.4 5.45.4 
file5.33   5.33   
findutils   4.6.0  4.6.0  
flex2.6.4  2.6.4  
gawk4.2.1  4.2.1  
gcc 8.1.0  8.1.0  
gdbm1.15   1.16   *
gettext 0.19.8.1   0.19.8.1   
glibc   2.27   2.27   
gmp 6.1.2  6.1.2  
gperf   3.13.1
grep3.13.1
groff   1.22.3 1.22.3 
grub2.02   2.02   
gzip1.91.9
iana-etc2.30   2.30   
inetutils   1.9.4  1.9.4  
intltool0.51.0 0.51.0 
iproute24.17.0 4.17.0 
kbd 2.0.4  2.0.4  
kmod25 25 
less530530
lfs-bootscripts 20170626   20170626   
libcap  2.25   2.25   
libffi  3.2.1  3.2.1  
libpipeline 1.5.0  1.5.0  
libtool 2.4.6  2.4.6  
linux   4.17.2 4.17.4 *
m4  1.4.18 1.4.18 
make4.2.1  4.2.1  
man-db  2.8.3  2.8.3  
man-pages   4.16   4.16   
meson   0.46.1 0.47.0 *
mpc 1.1.0  1.1.0  
mpfr4.0.1  4.0.1  
ninja   1.8.2  1.8.2  
ncurses 6.16.1
openssl 1.1.0h 1.1.0h 
patch   2.7.6  2.7.6  
perl5.28.0 5.28.0 
pkg-config  0.29.2 0.29.2 
procps-ng   3.3.15 3.3.15 
psmisc  23.1   23.1   
Python  3.6.5  3.6.5  
readline7.07.0
sed 4.54.5
shadow  4.64.6
sysklogd1.5.1  1.5.1  
systemd 238239*
sysvinit2.90   2.90   
tar 1.30   1.30   
tcl 8.6.8  8.6.8  
texinfo 6.56.5
tzdata  2018e  2018e  
udev-lfs20171102   20171102   
util-linux  2.32   2.32   
vim 8.18.1
XML-Parser  2.44   2.44   
xz  5.2.4  5.2.4  
zlib1.2.11 1.2.11 

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