[blfs-book] Files in BLFS svn missing on osuosl

2019-08-20 Thread bdubbs--- via blfs-book
Missing kate-19.08.0.tar.xz
Missing breeze-icons-5.61.0.tar.xz
Missing oxygen-icons5-5.61.0.tar.xz
Missing extra-cmake-modules-5.61.0.tar.xz
Missing ark-19.08.0.tar.xz
Missing kdenlive-19.08.0.tar.xz
Missing kmix-19.08.0.tar.xz
Missing khelpcenter-19.08.0.tar.xz
Missing konsole-19.08.0.tar.xz
Missing libkexiv2-19.08.0.tar.xz
Missing okular-19.08.0.tar.xz
Missing libkdcraw-19.08.0.tar.xz
Missing gwenview-19.08.0.tar.xz
Missing libkcddb-19.08.0.tar.xz
Missing k3b-19.08.0.tar.xz
Missing kwave-19.08.0.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22007 - in trunk/BOOK: general/prog gnome/platform

2019-08-20 Thread renodr--- via blfs-book
Author: renodr
Date: Mon Aug 19 22:59:27 2019
New Revision: 22007

Log:
Update test suite documentation for pygobject3 and rest
Couple more tags

Modified:
   trunk/BOOK/general/prog/pyatspi2.xml
   trunk/BOOK/general/prog/pygobject3.xml
   trunk/BOOK/gnome/platform/rest.xml

Modified: trunk/BOOK/general/prog/pyatspi2.xml
==
--- trunk/BOOK/general/prog/pyatspi2.xmlMon Aug 19 21:51:38 2019
(r22006)
+++ trunk/BOOK/general/prog/pyatspi2.xmlMon Aug 19 22:59:27 2019
(r22007)
@@ -33,7 +33,7 @@
 Accessibility.
   
 
-  _checked;
+  _checked;
 
   Package Information
   

Modified: trunk/BOOK/general/prog/pygobject3.xml
==
--- trunk/BOOK/general/prog/pygobject3.xml  Mon Aug 19 21:51:38 2019
(r22006)
+++ trunk/BOOK/general/prog/pygobject3.xml  Mon Aug 19 22:59:27 2019
(r22007)
@@ -123,7 +123,8 @@
   
 To test the results, issue: ninja -C python2 test.
 An already active graphical session with bus address is necessary to
-run the tests.
+run the tests. Two tests fail due to a search for GTK+-4, which has not
+been released yet.
   
 
   
@@ -141,7 +142,8 @@
   
 To test the results, issue: ninja -C python3 test.
 An already active graphical session with bus address is necessary to
-run the tests.
+run the tests. Two tests fail due to a search for GTK+-4, which has not
+been released yet.
   
 
   

Modified: trunk/BOOK/gnome/platform/rest.xml
==
--- trunk/BOOK/gnome/platform/rest.xml  Mon Aug 19 21:51:38 2019(r22006)
+++ trunk/BOOK/gnome/platform/rest.xml  Mon Aug 19 22:59:27 2019(r22007)
@@ -36,7 +36,7 @@
   libsoup and libxml to ease remote use of the RESTful API.
 
 
-_checked;
+_checked;
 
 Package Information
 
@@ -111,6 +111,8 @@
 
   To test the results, issue: make check.
   The flickr test will fail due to Public API changes on their site.
+  The OAuth tests will fail because the website that it uses to test
+  connectivity via OAuth no longer exists.
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22008 - in trunk/BOOK: . general/prog introduction/welcome

2019-08-20 Thread pierre--- via blfs-book
Author: pierre
Date: Tue Aug 20 04:51:01 2019
New Revision: 22008

Log:
Update to GCC-9.2.0 and tag it

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/gcc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Mon Aug 19 22:59:27 2019(r22007)
+++ trunk/BOOK/general.ent  Tue Aug 20 04:51:01 2019(r22008)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/prog/gcc.xml
==
--- trunk/BOOK/general/prog/gcc.xml Mon Aug 19 22:59:27 2019(r22007)
+++ trunk/BOOK/general/prog/gcc.xml Tue Aug 20 04:51:01 2019(r22008)
@@ -6,10 +6,10 @@
 
   
   
-  
+  
   
-  
-  
+  
+  
 ]>
 
 
@@ -41,7 +41,7 @@
   installing additional compilers.-->
 
 
-_checked;
+_checked;
 
 
   
@@ -202,11 +202,11 @@
   Valgrind and GDB,
   the GCC part of the testsuite will run more
   tests than in LFS. Some of those will report FAIL and others XPASS
-  (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
-  is known to fail, as well as miscellaneous failures throughout the rest
-  of the test suite. If all the compilers below are built, there will be
-  slightly over 100 failures out of over 360,000 tests.  
-  To run the tests, issue:
+  (pass when expected to FAIL). As of gcc-9.2.0, about 100 FAIL occur
+  in the guality suite, as well as miscellaneous failures
+  throughout the rest of the test suite. If all the compilers above are
+  built, there will be slightly over 120 unexpected failures out of over
+  390,000 tests. To run the tests, issue:
 
 
 ulimit -s 32768 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Aug 19 22:59:27 
2019(r22007)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 04:51:01 
2019(r22008)
@@ -43,6 +43,16 @@
-->
 
 
+  August 20th, 2019
+  
+
+  [pierre] - Update to GCC-9.2.0. Fixes
+  #12392
+
+  
+
+
+
   August 19th, 2019
   
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon Aug 19 22:59:27 2019(r22007)
+++ trunk/BOOK/packages.ent Tue Aug 20 04:51:01 2019(r22008)
@@ -318,7 +318,7 @@
 
 
 
-
+
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12392: gcc-9.2.0 (sync to LFS)

2019-08-20 Thread BLFS Trac via blfs-book
#12392: gcc-9.2.0 (sync to LFS)
-+--
 Reporter:  renodr   |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by pierre.labastie):

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


Comment:

 Fixed at r22008

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12411: cups-filters-1.25.2

2019-08-20 Thread BLFS Trac via blfs-book
#12411: cups-filters-1.25.2
-+---
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 CHANGES IN V1.25.2

- foomatic-rip: Fixed segmentation fault when running
  foomatic-rip by hand and the PRINTER environment variable is
  not set
- cups-browsed: Added note to cups-browsed.conf and man page
  about IP-based URIs depending on the network interface used.
- cups-browsed: For each DNS-SD-discovered printer register
  each DNS-SD discovery instance with network interface,
  family, and IPP type. When DNS-SD messages of instances
  disappearing show up, only unregister this instance and
  remove the printer only if no instance is left. This
  prevents a local queue of a still available printer being
  removed when Wi-Fi (= one interface) is turned off
- cups-browsed: If a remote printer is served from the local
  machine, prefer the "localhost"/loopback interface URI.
- cups-browsed: If a remote printer is discovered more than
  once, use the new instance only if it has no downgrades and
  at least one upgrade compared to the old one. Features
  currently compared are IPP/IPPS, loopback interface or not,
  and discovery via CUPS legacy/LDAP/DNS-SD.
- cups-browsed: If an Avahi-discovered entry comes through the
  "lo" interface, always use the host name "localhost". Use
  IP addresses instead of host names only if explicitly
  requested.
- cups-browsed: Consider remote printer entries also as from
  the same printer if one has the local machine's network name
  and the other "localhost" as host name

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22018 - in trunk/BOOK: . introduction/welcome multimedia/videoutils

2019-08-20 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Tue Aug 20 14:44:05 2019
New Revision: 22018

Log:
Update to vlc-3.0.8.

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/videoutils/vlc.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 14:28:58 
2019(r22017)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 14:44:05 
2019(r22018)
@@ -46,6 +46,10 @@
   August 20th, 2019
   
 
+  [bdubbs] - Update to vlc-3.0.8. Fixes
+  #12415
+
+
   [bdubbs] - Update to cups-filters-1.25.2. Fixes
   #12411
 

Modified: trunk/BOOK/multimedia/videoutils/vlc.xml
==
--- trunk/BOOK/multimedia/videoutils/vlc.xmlTue Aug 20 14:28:58 2019
(r22017)
+++ trunk/BOOK/multimedia/videoutils/vlc.xmlTue Aug 20 14:44:05 2019
(r22018)
@@ -6,9 +6,9 @@
 
   https://download.videolan.org/vlc//vlc-.tar.xz;>
   
-  
+  
   
-  
+  
   
 ]>
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Tue Aug 20 14:28:58 2019(r22017)
+++ trunk/BOOK/packages.ent Tue Aug 20 14:44:05 2019(r22018)
@@ -980,7 +980,7 @@
 
 
 
-
+
 
 
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12411: cups-filters-1.25.2

2019-08-20 Thread BLFS Trac via blfs-book
#12411: cups-filters-1.25.2
-+---
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 Fixed at revision 22017.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22017 - in trunk/BOOK: . gnome/platform introduction/welcome networking/mailnews networking/netlibs postlfs/security pst/printing pst/ps pst/scanning server/major xsoft/other

2019-08-20 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Tue Aug 20 14:28:58 2019
New Revision: 22017

Log:
Update to cups-filters-1.25.2.
Various tags.

Modified:
   trunk/BOOK/gnome/platform/gcr.xml
   trunk/BOOK/gnome/platform/gjs.xml
   trunk/BOOK/gnome/platform/gnome-keyring.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/mailnews/mailx.xml
   trunk/BOOK/networking/netlibs/libnsl.xml
   trunk/BOOK/networking/netlibs/uhttpmock.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/postlfs/security/liboauth.xml
   trunk/BOOK/pst/printing/cups-filters.xml
   trunk/BOOK/pst/printing/gutenprint.xml
   trunk/BOOK/pst/ps/enscript.xml
   trunk/BOOK/pst/scanning/sane.xml
   trunk/BOOK/server/major/apache.xml
   trunk/BOOK/xsoft/other/gimp.xml

Modified: trunk/BOOK/gnome/platform/gcr.xml
==
--- trunk/BOOK/gnome/platform/gcr.xml   Tue Aug 20 13:28:46 2019(r22016)
+++ trunk/BOOK/gnome/platform/gcr.xml   Tue Aug 20 14:28:58 2019(r22017)
@@ -36,7 +36,7 @@
   GNOME Desktop.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/gnome/platform/gjs.xml
==
--- trunk/BOOK/gnome/platform/gjs.xml   Tue Aug 20 13:28:46 2019(r22016)
+++ trunk/BOOK/gnome/platform/gjs.xml   Tue Aug 20 14:28:58 2019(r22017)
@@ -34,7 +34,7 @@
   GNOME.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/gnome/platform/gnome-keyring.xml
==
--- trunk/BOOK/gnome/platform/gnome-keyring.xml Tue Aug 20 13:28:46 2019
(r22016)
+++ trunk/BOOK/gnome/platform/gnome-keyring.xml Tue Aug 20 14:28:58 2019
(r22017)
@@ -36,7 +36,7 @@
   daemon that keeps passwords and other secrets for users.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 13:28:46 
2019(r22016)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 14:28:58 
2019(r22017)
@@ -46,6 +46,10 @@
   August 20th, 2019
   
 
+  [bdubbs] - Update to cups-filters-1.25.2. Fixes
+  #12411
+
+
   [pierre] - Fix xscreensaver so that it can use elogind.
 
 

Modified: trunk/BOOK/networking/mailnews/mailx.xml
==
--- trunk/BOOK/networking/mailnews/mailx.xmlTue Aug 20 13:28:46 2019
(r22016)
+++ trunk/BOOK/networking/mailnews/mailx.xmlTue Aug 20 14:28:58 2019
(r22017)
@@ -41,7 +41,7 @@
 scoring, and filtering. Heirloom mailx is
 especially useful for writing scripts and batch processing.
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/networking/netlibs/libnsl.xml
==
--- trunk/BOOK/networking/netlibs/libnsl.xmlTue Aug 20 13:28:46 2019
(r22016)
+++ trunk/BOOK/networking/netlibs/libnsl.xmlTue Aug 20 14:28:58 2019
(r22017)
@@ -35,7 +35,7 @@
   be in glibc.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/networking/netlibs/uhttpmock.xml
==
--- trunk/BOOK/networking/netlibs/uhttpmock.xml Tue Aug 20 13:28:46 2019
(r22016)
+++ trunk/BOOK/networking/netlibs/uhttpmock.xml Tue Aug 20 14:28:58 2019
(r22017)
@@ -34,7 +34,7 @@
   for mocking web service APIs which use HTTP or HTTPS.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Tue Aug 20 13:28:46 2019(r22016)
+++ trunk/BOOK/packages.ent Tue Aug 20 14:28:58 2019(r22017)
@@ -995,7 +995,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/postlfs/security/liboauth.xml
==
--- trunk/BOOK/postlfs/security/liboauth.xmlTue Aug 20 13:28:46 2019
(r22016)
+++ trunk/BOOK/postlfs/security/liboauth.xmlTue Aug 20 14:28:58 2019
(r22017)
@@ -37,7 +37,7 @@
   as well as perform HTTP requests.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/pst/printing/cups-filters.xml
==
--- trunk/BOOK/pst/printing/cups-filters.xmlTue Aug 20 13:28:46 2019
(r22016)
+++ trunk/BOOK/pst/printing/cups-filters.xmlTue Aug 20 14:28:58 2019

Re: [blfs-book] [BLFS Trac] #12415: vlc-3.0.8

2019-08-20 Thread BLFS Trac via blfs-book
#12415: vlc-3.0.8
-+
 Reporter:  bdubbs   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  closed
 Priority:  high |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+
Changes (by bdubbs):

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


Comment:

 Fixed at revision 22018.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12411: cups-filters-1.25.2

2019-08-20 Thread BLFS Trac via blfs-book
#12411: cups-filters-1.25.2
-+-
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by bdubbs):

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


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #12409, #12413

2019-08-20 Thread BLFS Trac via blfs-book
Batch modification to #12409, #12413 by bdubbs:


Action: accept

--
Tickets URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] BLFS Package Currency Check - 2019-08-21 04:45:01 GMT

2019-08-20 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 05: mdadm   4.0  4.1  #11286
chapter 06: vim 8.1.1535 8.1.1896 #12241
chapter 09: boost   1_70_0   1_66_0   
chapter 09: gsl 2.5  2.6  
chapter 09: js3860.8.0   manual   
chapter 09: nspr4.21 4.22 #12414
chapter 10: LibRaw  0.19.4   0.19.5   
chapter 11: ImageMagick66.9.10-606.9.10-61#7859
chapter 11: ImageMagick77.0.8-60 7.0.8-61 #7859
chapter 12: systemd 241  242  #11941
chapter 13: jdk 12.0.2+10manual   
chapter 13: rustc   1.35.0   1.37.0   #9168
chapter 17: fetchmail   6.3.26   0
chapter 20: db  5.3.28   manual   
chapter 25: atk 2.32.0   2.33.3   #12090
chapter 25: pango   1.42.4   1.44.5   #12355
chapter 25: qtwebengine 5.13.0   manual   
chapter 35: folks   0.12.1   0.13.1   #12181
chapter 50: biber   2.12 2.13 #12412
chapter 50: docbook-xsl-nons1.79.2   manual   

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

Re: [blfs-book] [BLFS Trac] #12416: gsl-2.6

2019-08-20 Thread BLFS Trac via blfs-book
#12416: gsl-2.6
-+-
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by renodr):

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


Comment:

 Fixed at r22020

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22020 - in trunk/BOOK: general/genlib general/graphlib general/prog introduction/welcome multimedia/libdriv pst/printing x/lib

2019-08-20 Thread renodr--- via blfs-book
Author: renodr
Date: Tue Aug 20 19:30:55 2019
New Revision: 22020

Log:
Update to gsl-2.6
Fix external URLs in GEGL and CUPS
alsa-tools: Remove command explanation for a program that we no longer install
Various tags

Modified:
   trunk/BOOK/general/genlib/gsl.xml
   trunk/BOOK/general/graphlib/gegl.xml
   trunk/BOOK/general/prog/libxml2py2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/alsa-oss.xml
   trunk/BOOK/multimedia/libdriv/alsa-tools.xml
   trunk/BOOK/pst/printing/cups.xml
   trunk/BOOK/x/lib/fltk.xml

Modified: trunk/BOOK/general/genlib/gsl.xml
==
--- trunk/BOOK/general/genlib/gsl.xml   Tue Aug 20 19:28:20 2019(r22019)
+++ trunk/BOOK/general/genlib/gsl.xml   Tue Aug 20 19:30:55 2019(r22020)
@@ -6,10 +6,10 @@
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -35,7 +35,7 @@
   random number generators, special functions and least-squares fitting.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/graphlib/gegl.xml
==
--- trunk/BOOK/general/graphlib/gegl.xmlTue Aug 20 19:28:20 2019
(r22019)
+++ trunk/BOOK/general/graphlib/gegl.xmlTue Aug 20 19:30:55 2019
(r22020)
@@ -101,14 +101,14 @@
   ,
   ,
   ,
-  http://lensfun.sourceforge.net/;>lensfun,
-  http://libopenraw.freedesktop.org/wiki/;>libopenraw,
+  https://lensfun.github.io/;>lensfun,
+  https://libopenraw.pages.freedesktop.org/;>libopenraw,
   http://libspiro.sourceforge.net/;>libspiro,
   http://faculty.cse.tamu.edu/davis/suitesparse.html;>libumfpack,
   http://luajit.org/luajit.html;>LuaJIT,
   https://github.com/hodefoting/mrg/releases;>MRG,
   https://www.khronos.org/opencl/;>OpenCL (for tests),
-  http://www.openexr.org;>OpenEXR, and
+  https://www.openexr.com;>OpenEXR, and
   W3m
 
 

Modified: trunk/BOOK/general/prog/libxml2py2.xml
==
--- trunk/BOOK/general/prog/libxml2py2.xml  Tue Aug 20 19:28:20 2019
(r22019)
+++ trunk/BOOK/general/prog/libxml2py2.xml  Tue Aug 20 19:30:55 2019
(r22020)
@@ -39,7 +39,7 @@
 dependencies are used) main part of that package.
   
 
-  _checked;
+  _checked;
 
   Package Information
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 19:28:20 
2019(r22019)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 19:30:55 
2019(r22020)
@@ -46,8 +46,12 @@
   August 20th, 2019
   
 
-  [bdubbs] - Update to vlc-3.0.8. Fixes
-  #12415
+  [renodr] - Update to gsl-2.6. Fixes
+  #12416.
+
+
+  [bdubbs] - Update to vlc-3.0.8 (Security Update). Fixes
+  #12415.
 
 
   [bdubbs] - Update to cups-filters-1.25.2. Fixes

Modified: trunk/BOOK/multimedia/libdriv/alsa-oss.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-oss.xml  Tue Aug 20 19:28:20 2019
(r22019)
+++ trunk/BOOK/multimedia/libdriv/alsa-oss.xml  Tue Aug 20 19:30:55 2019
(r22020)
@@ -35,7 +35,7 @@
   which wish to use the alsa-oss sound interface.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/multimedia/libdriv/alsa-tools.xml
==
--- trunk/BOOK/multimedia/libdriv/alsa-tools.xmlTue Aug 20 19:28:20 
2019(r22019)
+++ trunk/BOOK/multimedia/libdriv/alsa-tools.xmlTue Aug 20 19:30:55 
2019(r22020)
@@ -371,6 +371,7 @@
 
   
 
+  
 
   
 mixartloader

Modified: trunk/BOOK/pst/printing/cups.xml
==
--- trunk/BOOK/pst/printing/cups.xmlTue Aug 20 19:28:20 2019(r22019)
+++ trunk/BOOK/pst/printing/cups.xmlTue Aug 20 19:30:55 2019(r22020)
@@ -106,7 +106,7 @@
 Optional (Postinstall)
 
and
-  http://hplipopensource.com/hplip-web/index.html;>hplip (HP 
printers)
+  https://developers.hp.com/hp-linux-imaging-and-printing;>hplip (HP 
printers)
 
 
 User Notes:
@@ -361,7 +361,7 @@
 linkend="gs"/> to convert PostScript to raster images and a driver
 (e.g. from ) to convert the resulting
 raster images to a form that the printer understands.  http://www.linuxprinting.org/foomatic.html;>Foomatic
+
url="https://wiki.linuxfoundation.org/openprinting/database/foomatic;>Foomatic
 drivers use  to 

[blfs-book] r22019 - in trunk/BOOK: general/prog xsoft/graphweb

2019-08-20 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Tue Aug 20 19:28:20 2019
New Revision: 22019

Log:
Tags

Modified:
   trunk/BOOK/general/prog/doxygen.xml
   trunk/BOOK/general/prog/java.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml

Modified: trunk/BOOK/general/prog/doxygen.xml
==
--- trunk/BOOK/general/prog/doxygen.xml Tue Aug 20 14:44:05 2019(r22018)
+++ trunk/BOOK/general/prog/doxygen.xml Tue Aug 20 19:28:20 2019(r22019)
@@ -50,7 +50,7 @@
   automatically.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/prog/java.xml
==
--- trunk/BOOK/general/prog/java.xmlTue Aug 20 14:44:05 2019(r22018)
+++ trunk/BOOK/general/prog/java.xmlTue Aug 20 19:28:20 2019(r22019)
@@ -88,7 +88,7 @@
 directory to allow for multiple installations, including a source based
 version.
 
-_checked;
+_checked;
 
 Binary Package Information
 

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==
--- trunk/BOOK/xsoft/graphweb/firefox.xml   Tue Aug 20 14:44:05 2019
(r22018)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml   Tue Aug 20 19:28:20 2019
(r22019)
@@ -39,7 +39,7 @@
   Mozilla codebase.
 
 
-_checked;
+_checked;
 
 Package Information
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22021 - in trunk/BOOK: . general/sysutils introduction/welcome x/wm

2019-08-20 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Tue Aug 20 20:33:23 2019
New Revision: 22021

Log:
Update to sysstat-12.1.6. 
Update to icewm-1.6.0.

Modified:
   trunk/BOOK/general/sysutils/sysstat.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/wm/icewm.xml

Modified: trunk/BOOK/general/sysutils/sysstat.xml
==
--- trunk/BOOK/general/sysutils/sysstat.xml Tue Aug 20 19:30:55 2019
(r22020)
+++ trunk/BOOK/general/sysutils/sysstat.xml Tue Aug 20 20:33:23 2019
(r22021)
@@ -6,9 +6,9 @@
 
   http://sebastien.godard.pagesperso-orange.fr/sysstat-.tar.xz;>
   
-  
-  
-  
+  
+  
+  
   
 ]>
 
@@ -35,7 +35,7 @@
 utility, common to many commercial Unixes, and tools you can schedule via
 cron to collect and historize performance and activity data.
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 19:30:55 
2019(r22020)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 20:33:23 
2019(r22021)
@@ -46,6 +46,14 @@
   August 20th, 2019
   
 
+  [bdubbs] - Update to sysstat-12.1.6. Fixes
+  #12409.
+
+
+  [bdubbs] - Update to icewm-1.6.0. Fixes
+  #12413.
+
+
   [renodr] - Update to gsl-2.6. Fixes
   #12416.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Tue Aug 20 19:30:55 2019(r22020)
+++ trunk/BOOK/packages.ent Tue Aug 20 20:33:23 2019(r22021)
@@ -292,7 +292,7 @@
 
 
 
-
+
 
 
 
@@ -724,7 +724,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/wm/icewm.xml
==
--- trunk/BOOK/x/wm/icewm.xml   Tue Aug 20 19:30:55 2019(r22020)
+++ trunk/BOOK/x/wm/icewm.xml   Tue Aug 20 20:33:23 2019(r22021)
@@ -6,9 +6,9 @@
 
   https://github.com/ice-wm/icewm/releases/download//icewm-.tar.xz;>
   
-  
+  
   
-  
+  
   
 ]>
 
@@ -32,7 +32,7 @@
 IceWM is a window manager with the goals 
of
 speed, simplicity, and not getting in the users way.
 
-_checked;
+_checked;
 
 Package Information
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12409: sysstat-12.1.6

2019-08-20 Thread BLFS Trac via blfs-book
#12409: sysstat-12.1.6
-+---
 Reporter:  renodr   |   Owner:  bdubbs
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs):

 2019/08/14: Version 12.1.6 - Sebastien Godard (sysstat  orange.fr)
* iostat: Major code refactoring. Devices structures are now
  dynamically allocated, better handle the case when devices are
  removed then inserted again in the system, better command line
  parsing, better handle devices with a slash in their name.
* sar/sadf: Allow to select individual CPU and/or interrupts when
  option -A is used.
* sar: Better handle the case when Fibre Channel hosts are added to
  the system.
* [Alexandros Kosiaris]: sadc: Check if InCsumErrors is present for
  EICMP as well [12.0.6].
* sar: Fix sar -s/-e output on datafiles spanning two consecutive days.
* sadf: XML: Fix bad transmission words statistics for Fibre Channel
  hosts [12.0.6].
* sadf: Fix memory corruption bug due to integer overflow in
  remap_struct() function.
* iostat: Fix wrong CPU statistics displayed for the first sample
  when option -y is used [12.0.6].
* iostat: Make sure UUID given on the command line is not taken as
  interval value [12.0.6].
* Allow more space for persistent type directory names [12.0.6].
* Update sysstat simulation test environment (new tests added, etc.)
* sar manual page updated.
* Various cosmetic fixes (comments updated in code, etc.)
* NLS updated.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] Batch modify: #12409, #12413

2019-08-20 Thread BLFS Trac via blfs-book
Batch modification to #12409, #12413 by bdubbs:


Action: resolve

Comment:
Fixed at revision 22021.

--
Tickets URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] [BLFS Trac] #12416: gsl-2.6

2019-08-20 Thread BLFS Trac via blfs-book
#12416: gsl-2.6
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  9.1
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New minor version

 {{{
 Version 2.6 of the GNU Scientific Library (GSL) is now available. GSL
 provides a large collection of routines for numerical computing in C.

 This release introduces major performance improvements to common linear
 algebra matrix factorizations, as well as numerous new features and bug
 fixes. The full NEWS file entry is appended below.

 The file details for this release are:

 ftp://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz
 ftp://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz.sig

 The GSL project homepage is http://www.gnu.org/software/gsl/

 GSL is free software distributed under the GNU General Public License.

 Thanks to everyone who reported bugs and contributed improvements.

 Patrick Alken

 ---

 * What is new in gsl-2.6:

 ** add BLAS calls for the following functions:
   - gsl_vector_memcpy
   - gsl_vector_scale
   - gsl_matrix_memcpy
   - gsl_matrix_transpose_memcpy
   - gsl_matrix_tricpy
   - gsl_matrix_transpose_tricpy

 ** deprecated functions gsl_linalg_complex_householder_hm and
 gsl_linalg_complex_householder_mh

 ** add unit tests for gsl_linalg_symmtd and gsl_linalg_hermtd

 ** multilarge TSQR algorithm has been converted to use the new Level 3
 QR decomposition

 ** nonlinear least squares Cholesky solver now uses the new Level 3 BLAS
 method; the old modified Cholesky solver is still available under
 gsl_multifit_nlinear_solver_mcholesky and
 gsl_multilarge_nlinear_solver_mcholesky

 ** implemented Level 3 BLAS versions of several linear algebra routines:
   - Triangular matrix inversion
   - Cholesky decomposition and inversion (real and complex)
   - LU decomposition and inversion (real and complex)
   - QR decomposition (courtesy of Julien Langou)
   - Generalized symmetric/hermitian eigensystem reduction to
 standard form

 ** removed deprecated function gsl_linalg_hessenberg()

 ** renamed gsl_interp2d_eval_e_extrap() to gsl_interp2d_eval_extrap_e()
 to match documentation (reported by D. Lebrun-Grandie)

 ** renamed some of the gsl_sf_hermite functions to be more consistent
 with rest of the library, and deprecated old function names

 ** updated gsl_sf_hermite_func() to use a newer algorithm
 due to B. Bunck which is more stable for large x; also added
 gsl_sf_hermite_func_fast() which uses the faster Cauchy integral
 algorithm in the same paper by Bunck

 ** add gsl_vector_axpby()

 ** add un-pivoted LDLT decomposition and its banded
 variant (gsl_linalg_ldlt_* and gsl_linalg_ldlt_band_*)

 ** add binary search tree module (gsl_bst); based on GNU libavl

 ** remove -u flag to gsl-histogram

 ** updated spmatrix module
 - added routines and data structures for all types
 (float,uint,char,...)
 - added gsl_spmatrix_scale_columns() and gsl_spmatrix_scale_rows()
 - added gsl_spmatrix_add_to_dense()
 - more efficient reallocation of COO/triplet matrices (no longer
 rebuilds binary tree)
 - enhanced test suite
 - added gsl_spmatrix_min_index()

 ** add routines for banded Cholesky decomposition
 (gsl_linalg_cholesky_band_*)

 ** documented gsl_linalg_LQ routines and added gsl_linalg_LQ_lssolve()
 }}}

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12416: gsl-2.6

2019-08-20 Thread BLFS Trac via blfs-book
#12416: gsl-2.6
-+
 Reporter:  renodr   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+
Changes (by bdubbs):

 * milestone:  9.1 => 9.0


Comment:

 Not tagged yet.  Moving to 9.0.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12416: gsl-2.6

2019-08-20 Thread BLFS Trac via blfs-book
#12416: gsl-2.6
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by renodr):

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


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22011 - trunk/BOOK/general/prog

2019-08-20 Thread renodr--- via blfs-book
Author: renodr
Date: Tue Aug 20 09:42:25 2019
New Revision: 22011

Log:
rustc: Update paths in descriptions to match /opt/rustc instead of /usr.

Modified:
   trunk/BOOK/general/prog/rust.xml

Modified: trunk/BOOK/general/prog/rust.xml
==
--- trunk/BOOK/general/prog/rust.xmlTue Aug 20 08:55:54 2019(r22010)
+++ trunk/BOOK/general/prog/rust.xmlTue Aug 20 09:42:25 2019(r22011)
@@ -360,7 +360,7 @@
   targets = "X86": this avoids building all the 
available
   linux cross-compilers (Aarch64, MIPS, PowerPC, SystemZ, etc). 
Unfortunately,
   rust insists on installing source files for these below
-  /usr/lib/rustlib/src.
+  /opt/rustc/lib/src.
 
 
 
@@ -514,9 +514,9 @@
 
 
   ~/.cargo,
-  /usr/lib/rustlib,
-  /usr/share/doc/rustc-, and
-  /usr/share/zsh/site-functions/
+  /opt/rustc/lib/rustlib,
+  /opt/rustc/share/doc/rustc-, and
+  /opt/rustc/share/zsh/site-functions
 
   
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22014 - in trunk/BOOK/general/prog: perl-deps perl-modules

2019-08-20 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Tue Aug 20 12:14:51 2019
New Revision: 22014

Log:
Tag all perl modules

Modified:
   trunk/BOOK/general/prog/perl-deps/perl-algorithm-diff.xml
   trunk/BOOK/general/prog/perl-deps/perl-alien-build.xml
   trunk/BOOK/general/prog/perl-deps/perl-alien-libxml2.xml
   trunk/BOOK/general/prog/perl-deps/perl-b-hooks-endofscope.xml
   trunk/BOOK/general/prog/perl-deps/perl-business-isbn-data.xml
   trunk/BOOK/general/prog/perl-deps/perl-capture-tiny.xml
   trunk/BOOK/general/prog/perl-deps/perl-class-data-inheritable.xml
   trunk/BOOK/general/prog/perl-deps/perl-class-factory-util.xml
   trunk/BOOK/general/prog/perl-deps/perl-class-inspector.xml
   trunk/BOOK/general/prog/perl-deps/perl-class-singleton.xml
   trunk/BOOK/general/prog/perl-deps/perl-class-tiny.xml
   trunk/BOOK/general/prog/perl-deps/perl-config-autoconf.xml
   trunk/BOOK/general/prog/perl-deps/perl-cpan-meta-check.xml
   trunk/BOOK/general/prog/perl-deps/perl-datetime-format-strptime.xml
   trunk/BOOK/general/prog/perl-deps/perl-datetime-locale.xml
   trunk/BOOK/general/prog/perl-deps/perl-datetime-timezone.xml
   trunk/BOOK/general/prog/perl-deps/perl-datetime.xml
   trunk/BOOK/general/prog/perl-deps/perl-devel-stacktrace.xml
   trunk/BOOK/general/prog/perl-deps/perl-dist-checkconflicts.xml
   trunk/BOOK/general/prog/perl-deps/perl-encode-locale.xml
   trunk/BOOK/general/prog/perl-deps/perl-eval-closure.xml
   trunk/BOOK/general/prog/perl-deps/perl-exception-class.xml
   trunk/BOOK/general/prog/perl-deps/perl-exporter-tiny.xml
   trunk/BOOK/general/prog/perl-deps/perl-extutils-libbuilder.xml
   trunk/BOOK/general/prog/perl-deps/perl-ffi-checklib.xml
   trunk/BOOK/general/prog/perl-deps/perl-file-chdir.xml
   trunk/BOOK/general/prog/perl-deps/perl-file-copy-recursive.xml
   trunk/BOOK/general/prog/perl-deps/perl-file-find-rule.xml
   trunk/BOOK/general/prog/perl-deps/perl-file-listing.xml
   trunk/BOOK/general/prog/perl-deps/perl-file-sharedir-install.xml
   trunk/BOOK/general/prog/perl-deps/perl-file-sharedir.xml
   trunk/BOOK/general/prog/perl-deps/perl-html-tagset.xml
   trunk/BOOK/general/prog/perl-deps/perl-http-cookies.xml
   trunk/BOOK/general/prog/perl-deps/perl-http-date.xml
   trunk/BOOK/general/prog/perl-deps/perl-http-message.xml
   trunk/BOOK/general/prog/perl-deps/perl-http-negotiate.xml
   trunk/BOOK/general/prog/perl-deps/perl-importer.xml
   trunk/BOOK/general/prog/perl-deps/perl-io-html.xml
   trunk/BOOK/general/prog/perl-deps/perl-ipc-system-simple.xml
   trunk/BOOK/general/prog/perl-deps/perl-libwww-perl.xml
   trunk/BOOK/general/prog/perl-deps/perl-list-moreutils-xs.xml
   trunk/BOOK/general/prog/perl-deps/perl-list-someutils-xs.xml
   trunk/BOOK/general/prog/perl-deps/perl-list-someutils.xml
   trunk/BOOK/general/prog/perl-deps/perl-list-utilsby.xml
   trunk/BOOK/general/prog/perl-deps/perl-lwp-mediatypes.xml
   trunk/BOOK/general/prog/perl-deps/perl-mime-charset.xml
   trunk/BOOK/general/prog/perl-deps/perl-module-implementation.xml
   trunk/BOOK/general/prog/perl-deps/perl-module-pluggable.xml
   trunk/BOOK/general/prog/perl-deps/perl-module-runtime.xml
   trunk/BOOK/general/prog/perl-deps/perl-mro-compat.xml
   trunk/BOOK/general/prog/perl-deps/perl-namespace-autoclean.xml
   trunk/BOOK/general/prog/perl-deps/perl-namespace-clean.xml
   trunk/BOOK/general/prog/perl-deps/perl-net-http.xml
   trunk/BOOK/general/prog/perl-deps/perl-number-compare.xml
   trunk/BOOK/general/prog/perl-deps/perl-package-stash.xml
   trunk/BOOK/general/prog/perl-deps/perl-params-validate.xml
   trunk/BOOK/general/prog/perl-deps/perl-params-validationcompiler.xml
   trunk/BOOK/general/prog/perl-deps/perl-path-tiny.xml
   trunk/BOOK/general/prog/perl-deps/perl-role-tiny.xml
   trunk/BOOK/general/prog/perl-deps/perl-scope-guard.xml
   trunk/BOOK/general/prog/perl-deps/perl-specio.xml
   trunk/BOOK/general/prog/perl-deps/perl-sub-exporter-progressive.xml
   trunk/BOOK/general/prog/perl-deps/perl-sub-info.xml
   trunk/BOOK/general/prog/perl-deps/perl-sub-quote.xml
   trunk/BOOK/general/prog/perl-deps/perl-sub-uplevel.xml
   trunk/BOOK/general/prog/perl-deps/perl-term-table.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-deep.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-exception.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-fatal.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-file-sharedir.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-file.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-leaktrace.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-needs.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-requires.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-requiresinternet.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-simple.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-utf8.xml
   trunk/BOOK/general/prog/perl-deps/perl-test-without-module.xml
   trunk/BOOK/general/prog/perl-deps/perl-test2-plugin-nowarnings.xml
   trunk/BOOK/general/prog/perl-deps/perl-test2-suite.xml
   

[blfs-book] r22013 - trunk/BOOK/general/sysutils

2019-08-20 Thread ken--- via blfs-book
Author: ken
Date: Tue Aug 20 12:09:08 2019
New Revision: 22013

Log:
Add to kernel config for elogind -
Suppress  elogind-daemon[1242]: Failed to apply ACLs: Operation not supported
messages when switching between ttys.

Modified:
   trunk/BOOK/general/sysutils/elogind.xml

Modified: trunk/BOOK/general/sysutils/elogind.xml
==
--- trunk/BOOK/general/sysutils/elogind.xml Tue Aug 20 11:51:59 2019
(r22012)
+++ trunk/BOOK/general/sysutils/elogind.xml Tue Aug 20 12:09:08 2019
(r22013)
@@ -127,7 +127,9 @@
 General setup ---
 [*] Control Group support[CONFIG_CGROUPS]
 File systems ---
-[*] Inotify support for userspace
[CONFIG_INOTIFY_USER]
+[*] Inotify support for userspace[CONFIG_INOTIFY_USER]
+Pseudo filesystems ---
+[*]Tmpfs POSIX Access Control Lists  
[CONFIG_TMPFS_POSIX_ACL]
 
 
   elogind
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12415: vlc-3.0.8

2019-08-20 Thread BLFS Trac via blfs-book
#12415: vlc-3.0.8
-+
 Reporter:  bdubbs   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  high |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+
Changes (by renodr):

 * milestone:  9.1 => 9.0


--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12415: vlc-3.0.8

2019-08-20 Thread BLFS Trac via blfs-book
#12415: vlc-3.0.8
-+
 Reporter:  bdubbs   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  high |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+

Comment (by bdubbs):

 Replying to [comment:2 renodr]:
 > [https://www.bleepingcomputer.com/news/security/vlc-media-player-308
 -released-with-13-security-fixes/]
 >
 > We should probably update this.

 We can do this.  The only references are in phonon-backend-vlc (tagged)
 and libreoffice (not yet tagged).

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12415: vlc-3.0.8

2019-08-20 Thread BLFS Trac via blfs-book
#12415: vlc-3.0.8
-+
 Reporter:  bdubbs   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  high |   Milestone:  9.0
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+

Comment (by renodr):

 Are there any objections if I take this?

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22012 - in trunk/BOOK: general/graphlib general/prog xsoft/other

2019-08-20 Thread renodr--- via blfs-book
Author: renodr
Date: Tue Aug 20 11:51:59 2019
New Revision: 22012

Log:
Tags
Inkscape: Add a recommended dep on libcanberra to remove GTK Warnings on startup

Modified:
   trunk/BOOK/general/graphlib/potrace.xml
   trunk/BOOK/general/prog/scour.xml
   trunk/BOOK/xsoft/other/inkscape.xml

Modified: trunk/BOOK/general/graphlib/potrace.xml
==
--- trunk/BOOK/general/graphlib/potrace.xml Tue Aug 20 09:42:25 2019
(r22011)
+++ trunk/BOOK/general/graphlib/potrace.xml Tue Aug 20 11:51:59 2019
(r22012)
@@ -35,7 +35,7 @@
(PBM, PGM, PPM, or BMP format) into one of several vector file formats.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/general/prog/scour.xml
==
--- trunk/BOOK/general/prog/scour.xml   Tue Aug 20 09:42:25 2019(r22011)
+++ trunk/BOOK/general/prog/scour.xml   Tue Aug 20 11:51:59 2019(r22012)
@@ -30,7 +30,7 @@
 removing unnecessary data.
   
 
-  _checked;
+  _checked;
 
   Package Information
   

Modified: trunk/BOOK/xsoft/other/inkscape.xml
==
--- trunk/BOOK/xsoft/other/inkscape.xml Tue Aug 20 09:42:25 2019(r22011)
+++ trunk/BOOK/xsoft/other/inkscape.xml Tue Aug 20 11:51:59 2019(r22012)
@@ -34,7 +34,7 @@
   changing SVG images.
 
 
-_checked;
+_checked;
 
 Package Information
 
@@ -102,6 +102,7 @@
   ,
or
   ,
+   (to eliminate plugin warnings),
(for the bucket-fill tool),
and
(both at runtime, for Save As
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22015 - in trunk/BOOK: general/genlib networking/netutils x/lib

2019-08-20 Thread renodr--- via blfs-book
Author: renodr
Date: Tue Aug 20 12:21:40 2019
New Revision: 22015

Log:
Couple of tags
Avahi: Restore installation of dnsconfd systemd unit and add two dependencies 
found from checking the build log.

Modified:
   trunk/BOOK/general/genlib/libpaper.xml
   trunk/BOOK/networking/netutils/avahi.xml
   trunk/BOOK/x/lib/gtk-engines.xml

Modified: trunk/BOOK/general/genlib/libpaper.xml
==
--- trunk/BOOK/general/genlib/libpaper.xml  Tue Aug 20 12:14:51 2019
(r22014)
+++ trunk/BOOK/general/genlib/libpaper.xml  Tue Aug 20 12:21:40 2019
(r22015)
@@ -34,7 +34,7 @@
   actions based on a system or user-specified paper size.
 
 
-_checked;
+_checked;
 
 Package Information
 

Modified: trunk/BOOK/networking/netutils/avahi.xml
==
--- trunk/BOOK/networking/netutils/avahi.xmlTue Aug 20 12:14:51 2019
(r22014)
+++ trunk/BOOK/networking/netutils/avahi.xmlTue Aug 20 12:21:40 2019
(r22015)
@@ -88,8 +88,11 @@
 
 Optional
 
-   and
-   
+  ,
+  ,
+   and
+  https://sourceforge.net/projects/xmltoman/;>xmltoman
+  (for generating documentation)
 
 
 User Notes:
@@ -122,7 +125,6 @@
 Install Avahi by running the following
 commands:
 
-
 ./configure --prefix=/usr\
 --sysconfdir=/etc\
 --localstatedir=/var \
@@ -281,7 +283,7 @@
 make 
install-avahi
 
 systemctl enable 
avahi-daemon
-
+
 
 
   

Modified: trunk/BOOK/x/lib/gtk-engines.xml
==
--- trunk/BOOK/x/lib/gtk-engines.xmlTue Aug 20 12:14:51 2019(r22014)
+++ trunk/BOOK/x/lib/gtk-engines.xmlTue Aug 20 12:21:40 2019(r22015)
@@ -37,7 +37,7 @@
   GTK2.
 
 
-_checked;
+_checked;
 
 Package Information
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-book] [BLFS Trac] #12415: vlc-3.0.8

2019-08-20 Thread BLFS Trac via blfs-book
#12415: vlc-3.0.8
-+
 Reporter:  bdubbs   |   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  high |   Milestone:  9.1
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+

Comment (by renodr):

 [https://www.bleepingcomputer.com/news/security/vlc-media-player-308
 -released-with-13-security-fixes/]

 We should probably update this.

--
Ticket URL: 
BLFS Trac 
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22016 - in trunk/BOOK: introduction/welcome xsoft/graphweb xsoft/office xsoft/other

2019-08-20 Thread pierre--- via blfs-book
Author: pierre
Date: Tue Aug 20 13:28:46 2019
New Revision: 22016

Log:
Fix thunderbird and seamonkey for glibc-2.30, libreoffice fo JAVA 12, and
xscreensaver for elogind

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/graphweb/seamonkey.xml
   trunk/BOOK/xsoft/office/libreoffice.xml
   trunk/BOOK/xsoft/other/thunderbird.xml
   trunk/BOOK/xsoft/other/xscreensaver.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 12:21:40 
2019(r22015)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Tue Aug 20 13:28:46 
2019(r22016)
@@ -46,8 +46,18 @@
   August 20th, 2019
   
 
+  [pierre] - Fix xscreensaver so that it can use elogind.
+
+
+  [pierre] - Fix libreoffice so it builds with JAVA 12.
+
+
+  [pierre] - Fix thunderbird and seamonkey so they build
+  with glibc-2.30.
+
+
   [pierre] - Update to GCC-9.2.0. Fixes
-  #12392
+  #12392.
 
   
 

Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
==
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml Tue Aug 20 12:21:40 2019
(r22015)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml Tue Aug 20 13:28:46 2019
(r22016)
@@ -272,19 +272,17 @@
 grep -rl -- '-Werror=format' | xargs sed -i 
's/error=format/no-/'
 
 
+  Remove a function definition, which is incompatible with the one in
+  glibc-2.30:
+
+
+sed -i -e '/pid_t gettid/s@^@//@' 
mozilla/tools/profiler/core/platform.h
+
+
   Compile SeaMonkey by running the following
   commands:
 
 
-
 CC=gcc CXX=g++ make -f client.mk
 
 

Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==
--- trunk/BOOK/xsoft/office/libreoffice.xml Tue Aug 20 12:21:40 2019
(r22015)
+++ trunk/BOOK/xsoft/office/libreoffice.xml Tue Aug 20 13:28:46 2019
(r22016)
@@ -360,8 +360,12 @@
 
 sed -e "/distro-install-file-lists/d" -i Makefile.in 
 
-
-
 ./autogen.sh --prefix=$LO_PREFIX \
@@ -489,7 +493,8 @@
 
 
   sed -e ...: The first sed prevents compression of the
-  manual pages and the second one prevents the install from failing.
+  manual pages, the second one prevents the install from failing, and the
+  the third allows to build with OpenJDK-12.
 
 
 

Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==
--- trunk/BOOK/xsoft/other/thunderbird.xml  Tue Aug 20 12:21:40 2019
(r22015)
+++ trunk/BOOK/xsoft/other/thunderbird.xml  Tue Aug 20 13:28:46 2019
(r22016)
@@ -230,13 +230,20 @@
 
 
 
-  First, disable failure caused by undocumeted rust macros:
+  First, disable failure caused by undocumented rust macros:
 
 
 sed -i -e '/#!\[deny(missing_docs)\]/d' 
servo/components/style/lib.rs 
 sed -i -e 's/#!\[deny(unsafe_code, missing_docs)\]/#!\[deny(unsafe_code)\]/g' 
servo/components/style_traits/lib.rs
 
 
+  Remove a function definition, which is incompatible with the one in
+  glibc-2.30:
+
+
+sed -i -e '/pid_t gettid/s@^@//@' 
tools/profiler/core/platform.h
+
+
   Next, build the package:
 
 

Modified: trunk/BOOK/xsoft/other/xscreensaver.xml
==
--- trunk/BOOK/xsoft/other/xscreensaver.xml Tue Aug 20 12:21:40 2019
(r22015)
+++ trunk/BOOK/xsoft/other/xscreensaver.xml Tue Aug 20 13:28:46 2019
(r22016)
@@ -120,6 +120,13 @@
 
 sed -i '/^\/\//d' hacks/fontglide.c
 
+
+  Change a harcoded library name, which prevents using the settings found
+  by configure:
+
+
+sed -i 's/-lsystemd/-lelogind/' 
driver/Makefile.in
+
 
   Install XScreenSaver by running the following
   commands:
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22009 - trunk/BOOK/kde/kf5-apps

2019-08-20 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Tue Aug 20 07:15:07 2019
New Revision: 22009

Log:
Update k3b md5sum

Modified:
   trunk/BOOK/kde/kf5-apps/k3b.xml

Modified: trunk/BOOK/kde/kf5-apps/k3b.xml
==
--- trunk/BOOK/kde/kf5-apps/k3b.xml Tue Aug 20 04:51:01 2019(r22008)
+++ trunk/BOOK/kde/kf5-apps/k3b.xml Tue Aug 20 07:15:07 2019(r22009)
@@ -6,9 +6,9 @@
 
   
   
-  
+  
   
-  
+  
   
 ]>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r22010 - in trunk/BOOK: general/sysutils gnome/platform multimedia/libdriv networking/netprogs pst/scanning xsoft/other

2019-08-20 Thread pierre--- via blfs-book
Author: pierre
Date: Tue Aug 20 08:55:54 2019
New Revision: 22010

Log:
Various tweaks for the sake of jhalfs:
dconf, speex, sane: change the second package information to
"Additional Downloads". Include unpack instructions
for the second package in all cases. Also remove
the requirement that the user be in group sane for
building (works without that)
faac, faad2: add remap="test" to tests
rox-filer, logrotate: make some configuration instruction nodump
gnome-menus: make the (almost deprecated) gsettings instruction nodump
ncftp: make second method nodump

Modified:
   trunk/BOOK/general/sysutils/logrotate.xml
   trunk/BOOK/gnome/platform/dconf.xml
   trunk/BOOK/gnome/platform/gnome-menus.xml
   trunk/BOOK/multimedia/libdriv/faac.xml
   trunk/BOOK/multimedia/libdriv/faad2.xml
   trunk/BOOK/multimedia/libdriv/speex.xml
   trunk/BOOK/networking/netprogs/ncftp.xml
   trunk/BOOK/pst/scanning/sane.xml
   trunk/BOOK/xsoft/other/rox-filer.xml

Modified: trunk/BOOK/general/sysutils/logrotate.xml
==
--- trunk/BOOK/general/sysutils/logrotate.xml   Tue Aug 20 07:15:07 2019
(r22009)
+++ trunk/BOOK/general/sysutils/logrotate.xml   Tue Aug 20 08:55:54 2019
(r22010)
@@ -194,7 +194,7 @@
 
   You can designate multiple files in one entry:
 
-cat  /etc/logrotate.d/example.log  
EOF
+cat  /etc/logrotate.d/example.log 
 EOF
 file1
 file2
 file3 {
@@ -233,7 +233,8 @@
  (local time):
 
 
-cat  
/etc/cron.daily/logrotate.sh  "EOF" 
+install -vdm 754 
/etc/cron.daily
+cat  /etc/cron.daily/logrotate.sh  "EOF" 
 #!/bin/bash
 /usr/sbin/logrotate /etc/logrotate.conf
 EOF

Modified: trunk/BOOK/gnome/platform/dconf.xml
==
--- trunk/BOOK/gnome/platform/dconf.xml Tue Aug 20 07:15:07 2019(r22009)
+++ trunk/BOOK/gnome/platform/dconf.xml Tue Aug 20 08:55:54 2019(r22010)
@@ -90,7 +90,7 @@
   
 
 
-Additional Package Information
+Additional Downloads
 
   
 

Modified: trunk/BOOK/gnome/platform/gnome-menus.xml
==
--- trunk/BOOK/gnome/platform/gnome-menus.xml   Tue Aug 20 07:15:07 2019
(r22009)
+++ trunk/BOOK/gnome/platform/gnome-menus.xml   Tue Aug 20 08:55:54 2019
(r22010)
@@ -105,7 +105,7 @@
 log in and out of your session.
   
 
-gsettings reset-recursively 
org.gnome.desktop.app-folders
+gsettings reset-recursively 
org.gnome.desktop.app-folders
 
 
   Install GNOME Menus by running the following

Modified: trunk/BOOK/multimedia/libdriv/faac.xml
==
--- trunk/BOOK/multimedia/libdriv/faac.xml  Tue Aug 20 07:15:07 2019
(r22009)
+++ trunk/BOOK/multimedia/libdriv/faac.xml  Tue Aug 20 08:55:54 2019
(r22010)
@@ -77,14 +77,14 @@
 functionality can be tested by encoding a sample WAV file (the sample
 file is installed by the  package:
 
-./frontend/faac -o Front_Left.mp4 
/usr/share/sounds/alsa/Front_Left.wav
+./frontend/faac -o Front_Left.mp4 
/usr/share/sounds/alsa/Front_Left.wav
 
 Then, decode the result using the faad program
 from the  package and play back the decoded file
 (requires the aplay program from the
  package:
 
-faad Front_Left.mp4
+faad Front_Left.mp4
 aplay Front_Left.wav
 
 aplay should identify the file as

Modified: trunk/BOOK/multimedia/libdriv/faad2.xml
==
--- trunk/BOOK/multimedia/libdriv/faad2.xml Tue Aug 20 07:15:07 2019
(r22009)
+++ trunk/BOOK/multimedia/libdriv/faad2.xml Tue Aug 20 08:55:54 2019
(r22010)
@@ -84,7 +84,7 @@
 This package does not come with a test suite. However, basic
 functionality can be tested by decoding the sample AAC file:
 
-./frontend/faad -o sample.wav 
../sample.aac
+./frontend/faad -o sample.wav 
../sample.aac
 
 This should display a copyright message and the following
 information about the sample file:
@@ -104,7 +104,7 @@
 Now play the result (requires the aplay program
 from the  package):
 
-aplay sample.wav
+aplay sample.wav
 
 aplay should identify the file as
 Signed 16 bit Little Endian, Rate 16000 Hz, Stereo, and you

Modified: trunk/BOOK/multimedia/libdriv/speex.xml
==
--- trunk/BOOK/multimedia/libdriv/speex.xml Tue Aug 20 07:15:07 2019
(r22009)
+++ trunk/BOOK/multimedia/libdriv/speex.xml Tue Aug 20 08:55:54 2019
(r22010)
@@ -66,7 +66,7 @@
   
 
 
-Additional Package Information
+Additional Downloads
 
   
 Download (HTTP): 

Modified: trunk/BOOK/networking/netprogs/ncftp.xml