Re: [blfs-book] [BLFS Trac] #10224: libcdio-2.0.0

2017-12-31 Thread BLFS Trac via blfs-book
#10224: libcdio-2.0.0
-+--
 Reporter:  bdubbs@… |   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--

Comment (by bdubbs@…):

 2017-12-31 version 2.0.0

 This release bumps library version numbers and bumps the
 major release number. We should have gone from 1.0.0 to 2.0.0
 in the last release since there is an API incompatability.

 In addition...

 - Add NetBSD drive detection; correct drive detection in cd-info.c
   Patches from Onno van der Linden
 - Fix some MinGW and Windows portability issues
 - Remove some memory leaks in some tests
 - Lint (a little) with clang static analyzer

 There are some programs and bindings that will need to be updated
 if you want to use them with this library. Specifically:

 - Device::Cdio (2.0.0 or greater)
 - vcdimager (2.0.0 or greater)
 - pycdio (2.0.0 or greater)
 - rbcdio (2.0.0 or greater)

--
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] #10224: libcdio-2.0.0

2017-12-31 Thread BLFS Trac via blfs-book
#10224: libcdio-2.0.0
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.2
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New major version.

--
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 Package Currency Check - 2018-01-01 06:45:02 GMT

2017-12-31 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 11: ImageMagick66.9.9-23 6.9.9-30 #7859
chapter 11: ImageMagick77.0.7-11 7.0.7-18 #7859
chapter 12: gpm 1.20.7   0
chapter 13: rustc   1.19.0   1.22.1   #9168
chapter 14: nfs-utils   2.2.12.3.1#10200
chapter 14: samba   4.7.34.7.4#10208
chapter 17: alpine  2.21 2.21.99  #10188
chapter 20: dovecot 2.2.33.2 2.3.0#10209
chapter 24: xorg-server 1.19.5   1.19.6   #10201
chapter 26: sddm0.16.0   0.17.0   #10119
chapter 37: parole  0.8.10.9.2#8870
chapter 37: thunar-volman   0.8.10.9.0#10163
chapter 43: chromium62.0.3202.94 63.0.3239.108#10130
chapter 43: libreoffice 5.4.1.2  5.4.4.2  #9856
chapter 43: xdg-utils   1.1.20
chapter 43: xscreensaver5.37 5.38 #10202
chapter 44: gst-libav   1.12.4   0
chapter 44: gst-plugins-bad 1.12.4   0
chapter 44: gst-plugins-base1.12.4   0
chapter 44: gst-plugins-good1.12.4   0
chapter 44: gst-plugins-ugly1.12.4   0
chapter 44: gstreamer   1.12.4   0
chapter 44: libcdio 1.1.02.0.0
chapter 44: x26420170822 daily#7555

-- 
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] #10203: systemd configuration for nfs-client (only) does not work properly

2017-12-31 Thread BLFS Trac via blfs-book
#10203: systemd configuration for nfs-client (only) does not work properly
--+--
 Reporter:  bdubbs@…  |   Owner:
 Type:  defect|  Status:  new
 Priority:  normal|   Milestone:  8.2
Component:  systemd   | Version:  SVN
 Severity:  normal|  Resolution:
 Keywords:|
--+--

Comment (by bdubbs@…):

 I ran into another problem at boot time.  I did not have nfsd in the
 kernel and was getting some warnings in the boot sequence.  The book does
 say to enable nfsd if you want the server, but if you only wast the
 client, it is better to fix the nfs-client service to start rpc.statd.

 This may not be necessary when we update to nfs-utils 2.3.1,  In the NEWS
 file:

  - /sbin/{u,}mount.nfs{,4} are now installed so 'mount' will
use these to mount nfs filesystems instead of internal code.
- mount.nfs will check for 'statd' to be running when mounting
  a filesystem which requires it.  If it is not running it will
  run "/usr/sbin/start-statd" to try to start it.
  If statd is not running and cannot be started, mount.nfs will
  refuse to mount the filesystem and will suggest the 'nolock'
  option.

--
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] #10200: nfs-utils-2.3.1

2017-12-31 Thread BLFS Trac via blfs-book
#10200: nfs-utils-2.3.1
-+---
 Reporter:  bdubbs@… |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by bdubbs@…):

 I found libnfs.a in support/nfs/.libs/libnfs.a

 Copying that to support/nfs makes some progress, but building statdb_dump
 fails with undefined references to generic_make_pathname and
 generic_setup_basedir.  Those appear to be in support/nsm/libnsm.a, but
 using nm, the symbols are undefined.

 I agree that for now, the tests should be marked broken until upstream
 fixes them.  What we us in other packages is:

 "This packages does not come with a working test suite."

--
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] #10200: nfs-utils-2.3.1

2017-12-31 Thread BLFS Trac via blfs-book
#10200: nfs-utils-2.3.1
-+---
 Reporter:  bdubbs@… |   Owner:  ken@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---

Comment (by ken@…):

 The package *works* fine, but I can't get the tests to run:

 {{{
 make[4]: *** No rule to make target '../../support/nfs/libnfs.a', needed
 by 'nsm_client'.  Stop.
 }}}

 The only relevant rule seems to be for libnfs.la in support/nfs/Makefile
 and that *did* get created.

 Unless anybody has any ideas, I'm minded to mark the testsuite as b0rken.

--
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] #9965: mesa-17.3.1

2017-12-31 Thread BLFS Trac via blfs-book
#9965: mesa-17.3.1
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+---
Changes (by bdubbs@…):

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


Comment:

 Fixed at revision 19638.

 Some components did not pick up the LLVM library automatically, so I had
 to add  LDFLAGS=-lLLVM to configure.

--
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] r19638 - in trunk/BOOK: . introduction/welcome x/installing

2017-12-31 Thread via blfs-book
Author: bdubbs
Date: Sun Dec 31 12:00:54 2017
New Revision: 19638

Log:
Update to mesa-17.3.1

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/mesa.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun Dec 31 10:57:31 
2017(r19637)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Dec 31 12:00:54 
2017(r19638)
@@ -45,6 +45,10 @@
   January 1st, 2018
   
 
+  [bdubbs] - Update to mesa-17.3.1. Fixes
+  #9965.
+
+
   [bdubbs] - Update to xterm-331. Fixes
   #10233.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun Dec 31 10:57:31 2017(r19637)
+++ trunk/BOOK/packages.ent Sun Dec 31 12:00:54 2017(r19638)
@@ -531,8 +531,8 @@
 
 
 
-
-
+
+
 
 
 

Modified: trunk/BOOK/x/installing/mesa.xml
==
--- trunk/BOOK/x/installing/mesa.xmlSun Dec 31 10:57:31 2017(r19637)
+++ trunk/BOOK/x/installing/mesa.xmlSun Dec 31 12:00:54 2017(r19638)
@@ -6,10 +6,10 @@
 
   https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz";>
   ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz";>
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -177,7 +177,7 @@
   commands:
 
 
-./configure CFLAGS='-O2' CXXFLAGS='-O2'\
+./configure CFLAGS='-O2' CXXFLAGS='-O2' LDFLAGS=-lLLVM \
 --prefix=$XORG_PREFIX  \
 --sysconfdir=/etc  \
 --enable-texture-float \
@@ -239,6 +239,12 @@
 
 
 
+  LDFLAGS=-lLLVM: This environment variable
+  specifies the LLVM libraries that are not automatically included
+  for some of the package components.
+
+
+
   --enable-texture-float: This switch enables
   floating-point textures and render buffers. Please consult
   docs/patents.txt to see if there are
-- 
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] #9856: libreoffice-5.4.4.2 (was: libreoffice-5.4.3.2 (hold until December))

2017-12-31 Thread BLFS Trac via blfs-book
#9856: libreoffice-5.4.4.2
-+--
 Reporter:  bdubbs@… |   Owner:  blfs-book@…
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+--
Changes (by bdubbs@…):

 * milestone:  y-hold => 8.2


Comment:

 Now at version 5.4.4.2.

--
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: #10140, #10223

2017-12-31 Thread BLFS Trac via blfs-book
Batch modification to #10140, #10223 by bdu...@linuxfromscratch.org:


Action: resolve

Comment:
Fixed at revision 19637.

--
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] r19637 - in trunk/BOOK: . general/genutils introduction/welcome x/installing

2017-12-31 Thread via blfs-book
Author: bdubbs
Date: Sun Dec 31 10:57:31 2017
New Revision: 19637

Log:
Update to xterm-331. 
Add note about graphviz tarball name.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/graphviz.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/xterm.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sat Dec 30 13:01:22 2017(r19636)
+++ trunk/BOOK/general.ent  Sun Dec 31 10:57:31 2017(r19637)
@@ -1,12 +1,12 @@
 
 
-   
-   
-
+   
+   
+
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/general/genutils/graphviz.xml
==
--- trunk/BOOK/general/genutils/graphviz.xmlSat Dec 30 13:01:22 2017
(r19636)
+++ trunk/BOOK/general/genutils/graphviz.xmlSun Dec 31 10:57:31 2017
(r19637)
@@ -74,6 +74,19 @@
   
 
 
+
+  
+The graphviz source tarball shown above
+downloads to a non-versioned file name: graphviz.tar.gz.  It does
+expand to a versioned directory, graphviz-&graphviz-version;/.
+If you prefer to use a versioned tarball name, you can simply 
+rename it or download the package with:
+
+wget -c &graphviz-download-http; \
+ -O graphviz-&graphviz-version;.tar.gz.
+
+  
+
 Additional Downloads
 
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sat Dec 30 13:01:22 
2017(r19636)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Sun Dec 31 10:57:31 
2017(r19637)
@@ -42,6 +42,20 @@
 
 -->
 
+  January 1st, 2018
+  
+
+  [bdubbs] - Update to xterm-331. Fixes
+  #10233.
+
+
+  [bdubbs] - Add note about graphviz tarball name. Fixes
+  #10140.
+
+  
+
+
+
   December 30th, 2017
   
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sat Dec 30 13:01:22 2017(r19636)
+++ trunk/BOOK/packages.ent Sun Dec 31 10:57:31 2017(r19637)
@@ -541,7 +541,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/installing/xterm.xml
==
--- trunk/BOOK/x/installing/xterm.xml   Sat Dec 30 13:01:22 2017(r19636)
+++ trunk/BOOK/x/installing/xterm.xml   Sun Dec 31 10:57:31 2017(r19637)
@@ -7,9 +7,9 @@
   http://invisible-mirror.net/archives/xterm/xterm-&xterm-version;.tgz";>
   
   
-  
+  
   
-  
+  
   
 ]>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

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

2017-12-31 Thread via blfs-book
Missing icedtea-web-1.7.1.tar.gz
Missing icedtea-web-1.7.1.tar.gz
Missing thunderbird-52.5.2.source.tar.xz
-- 
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] #9965: mesa-17.3.1 (was: mesa-17.3.1 (waiting))

2017-12-31 Thread BLFS Trac via blfs-book
#9965: mesa-17.3.1
-+---
 Reporter:  bdubbs@… |   Owner:  bdubbs@…
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.2
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs@…):

 * milestone:  y-hold => 8.2


Comment:

 Version 17.3.1 has been released.

 New features

 None

 Bug fixes

  -  Bug 94739 - Mesa 11.1.2 implementation error: bad format
 MESA_FORMAT_Z_FLOAT32 in _mesa_unpack_uint_24_8_depth_stencil_row
  -  Bug 102710 - vkCmdBlitImage with arrayLayers > 1 fails
  -  Bug 103579 - Vertex shader causes compiler to crash in SPIRV-to-NIR
  -  Bug 103966 - Mesa 17.2.5 implementation error: bad format
 MESA_FORMAT_Z_FLOAT32 in _mesa_unpack_uint_24_8_depth_stencil_row
  -  Bug 104119 - radv: OpBitFieldInsert produces 0 with a loop counter for
 Insert
  -  Bug 104143 - r600/sb: clobbers gl_Position -> gl_FragCoord

 Changes

 Alex Smith (1):

  -  radv: Add LLVM version to the device name string

 Bas Nieuwenhuizen (3):

  -  spirv: Fix loading an entire block at once.
  -  radv: Don't advertise VK_EXT_debug_report.
  -  radv: Fix multi-layer blits.

 Ben Crocker (1):

  -  docs/llvmpipe: document ppc64le as alternative architecture to x86.

 Brian Paul (2):

  -  xlib: call _mesa_warning() instead of fprintf()
  -  gallium/aux: include nr_samples in util_resource_size() computation

 Bruce Cherniak (1):

  -  swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.

 Dave Airlie (1):

  -  radv: port merge tess info from anv

 Emil Velikov (5):

  -  docs: add sha256 checksums for 17.3.0
  -  util: scons: wire up the sha1 test
  -  cherry-ignore: meson: fix strtof locale support check
  -  cherry-ignore: util: add mesa-sha1 test to meson
  -  Update version to 17.3.1

 Eric Anholt (1):

  -  broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex
 count.

 Eric Engestrom (1):

  -  compiler: use NDEBUG to guard asserts

 Fabian Bieler (2):

  -  glsl: Match order of gl_LightSourceParameters elements.
  -  glsl: Fix gl_NormalScale.

 Gert Wollny (1):

  -  r600/sb: do not convert if-blocks that contain indirect array access

 James Legg (1):

  -  nir/opcodes: Fix constant-folding of bitfield_insert

 Jason Ekstrand (1):

  -  i965: Switch over to fully external-or-not MOCS scheme

 Juan A. Suarez Romero (1):

  -  travis: disable Meson build

 Kenneth Graunke (2):

  -  meta: Initialize depth/clear values on declaration.
  -  meta: Fix ClearTexture with GL_DEPTH_COMPONENT.

 Leo Liu (1):

  -  radeon/vce: move destroy command before feedback command

 Marek Olšák (4):

  -  radeonsi: flush the context after resource_copy_region for buffer
 exports
  -  radeonsi: allow DMABUF exports for local buffers
  -  winsys/amdgpu: disable local BOs again due to worse performance
  -  radeonsi: don't call force_dcc_off for buffers

 Matt Turner (2):

  -  util: Assume little endian in the absence of platform-specific
 handling
  -  util: Add a SHA1 unit test program

 Nicolai Hähnle (1):

  -  radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE check

 Pierre Moreau (1):

  -  nvc0/ir: Properly lower 64-bit shifts when the shift value is >32

 Timothy Arceri (1):

  -  glsl: get correct member type when processing xfb ifc arrays

 Vadym Shovkoplias (2):

  -  glx/dri3: Remove unused deviceName variable
  -  util/disk_cache: Remove unneeded free() on always null string

--
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