Re: [lfs-book] [LFS Trac] #4811: procps-ng-3.3.17

2021-02-11 Thread LFS Trac via lfs-book
#4811: procps-ng-3.3.17
-+---
 Reporter:  pierre.labastie  |   Owner:  lfs-book
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  10.1
Component:  Book | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by pierre.labastie):

 Note that the pkill tests are reported to fail under certain circumstances
 (thread above).

--
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] #4811: procps-ng-3.3.17

2021-02-11 Thread LFS Trac via lfs-book
#4811: procps-ng-3.3.17
-+---
 Reporter:  pierre.labastie  |   Owner:  lfs-book
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  10.1
Component:  Book | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by pierre.labastie):

 As far as jhalfs is concerned, there is no problem with the repackage. It
 may confuse users, though. Actually, upstream is aware of the problem: see
 thread at https://www.freelists.org/post/procps/procpsng-3317-released,1

--
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] #4811: procps-ng-3.3.17

2021-02-11 Thread LFS Trac via lfs-book
#4811: procps-ng-3.3.17
-+---
 Reporter:  pierre.labastie  |   Owner:  lfs-book
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  10.1
Component:  Book | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 It turns out that the package IS on gitlab, but the html source changed
 and the script didn't handle it properly.  I've fixed the currency script.
 The repackage issue remains.

--
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] r12132 - in trunk/BOOK: . chapter08

2021-02-11 Thread bdubbs--- via lfs-book
Author: bdubbs
Date: Thu Feb 11 10:19:06 2021
New Revision: 12132

Log:
Fix procps-ng currency
Minor grammar fix

Modified:
   trunk/BOOK/chapter08/systemd.xml
   trunk/BOOK/lfs-latest.php

Modified: trunk/BOOK/chapter08/systemd.xml
==
--- trunk/BOOK/chapter08/systemd.xmlSat Feb  6 17:10:56 2021(r12131)
+++ trunk/BOOK/chapter08/systemd.xmlThu Feb 11 10:19:06 2021(r12132)
@@ -212,7 +212,7 @@
 
 rm -f /usr/bin/xsltproc
 
-Remove an useless directory:
+Remove a useless directory:
 
 rm -rf /usr/lib/pam.d
 

Modified: trunk/BOOK/lfs-latest.php
==
--- trunk/BOOK/lfs-latest.php   Sat Feb  6 17:10:56 2021(r12131)
+++ trunk/BOOK/lfs-latest.php   Thu Feb 11 10:19:06 2021(r12132)
@@ -280,7 +280,7 @@
   }
 
   if ( $package == "procps-ng" )
- return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
+ return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
 
   if ( $package == "psmisc" )
  return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
-- 
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] #4811: procps-ng-3.3.17

2021-02-11 Thread LFS Trac via lfs-book
#4811: procps-ng-3.3.17
-+---
 Reporter:  pierre.labastie  |   Owner:  lfs-book
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  10.1
Component:  Book | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 The reason this was not picked up by the currency scripts is that it is
 not available at https://gitlab.com/procps-ng/procps/-/tags.  Only
 v3.3.17rc1 is there.

 It is available at https://sourceforge.net/projects/procps-
 ng/files/Production/procps-ng-3.3.17.tar.xz

 This tarball expands to the directory procps-3.3.17, not the expected
 procps-ng-3.3.17.

 Should I repackage it and load on anduin?

--
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] #4811: procps-ng-3.3.17

2021-02-11 Thread LFS Trac via lfs-book
#4811: procps-ng-3.3.17
-+---
 Reporter:  pierre.labastie  |   Owner:  lfs-book
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  10.1
Component:  Book | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by renodr):

 Keep in mind that we have a new command here, we should probably add a
 Short Description for it

--
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] #4811: procps-ng-3.3.17

2021-02-11 Thread LFS Trac via lfs-book
#4811: procps-ng-3.3.17
-+---
 Reporter:  pierre.labastie  |   Owner:  lfs-book
 Type:  task |  Status:  new
 Priority:  normal   |   Milestone:  10.1
Component:  Book | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by pierre.labastie):

 Looks like the currency script as modified a couple of weeks ago did not
 pick it up (has been annouced 48 hours ago).

--
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] #4811: procps-ng-3.3.17

2021-02-11 Thread LFS Trac via lfs-book
#4811: procps-ng-3.3.17
-+--
 Reporter:  pierre.labastie  |  Owner:  lfs-book
 Type:  task | Status:  new
 Priority:  normal   |  Milestone:  10.1
Component:  Book |Version:  SVN
 Severity:  normal   |   Keywords:
-+--
 New point version. From procps mailing list (pro...@freelists.org):
 {{{
 The procps-ng developers are pleased to announce that version 3.3.17 was
 released today.  This version has some minor fixes and improvements and
 now
 includes some translated manpages.  Other enhancements include:
  * New command pwait - waits for a given process to finish
  * Top handles more CPUs more gracefully
  * sysctl now follows the systemd version better, especially around
 directory order
 }}}

--
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-11 11:50:01 GMT

2021-02-11 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.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.0 1.46.1 *
elfutils0.182  0.183  *
eudev   3.2.9  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.10.15*
m4  1.4.18 1.4.18 
make4.34.3
man-db  2.9.3  2.9.4  *
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.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.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.2497   *
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