Re: [blfs-book] [BLFS Trac] #11039: Fix mutter build on i686

2019-01-14 Thread BLFS Trac via blfs-book
#11039: Fix mutter build on i686
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  8.4
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---

Comment (by renodr):

 I should have this done by the end of the week at the latest, with my Dell
 Latitude D820's current pace.

 Note that large package builds are painful on this machine, so
 Qt5/WebKitGTK/rustc will take much longer than on my other systems (even
 my PPC is faster sometimes).

--
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] #11547: gtk+-3.24.3

2019-01-14 Thread BLFS Trac via blfs-book
#11547: gtk+-3.24.3
-+-
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+-
Changes (by renodr):

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


Comment:

 Fixed at r20976

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

2019-01-14 Thread renodr--- via blfs-book
Author: renodr
Date: Mon Jan 14 10:47:34 2019
New Revision: 20976

Log:
Update to gtk+-3.24.3
Add a workaround for xf86-video-intel on i686

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/x7driver-intel.xml
   trunk/BOOK/x/lib/gtk+3.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 14 09:56:34 
2019(r20975)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 14 10:47:34 
2019(r20976)
@@ -46,6 +46,14 @@
   January 14th, 2019
   
 
+  [renodr] - Add a sed to xf86-video-intel to allow building
+  on i686.
+
+
+  [renodr] - Update to gtk+-3.24.3. Fixes
+  #11547.
+
+
   [renodr] - Update to dovecot-2.3.4. Fixes
   #11378.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon Jan 14 09:56:34 2019(r20975)
+++ trunk/BOOK/packages.ent Mon Jan 14 10:47:34 2019(r20976)
@@ -687,7 +687,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/x/installing/x7driver-intel.xml
==
--- trunk/BOOK/x/installing/x7driver-intel.xml  Mon Jan 14 09:56:34 2019
(r20975)
+++ trunk/BOOK/x/installing/x7driver-intel.xml  Mon Jan 14 10:47:34 2019
(r20976)
@@ -121,6 +121,12 @@
   Installation of Xorg Intel Driver
 
   
+If you are building on i686, apply a sed to fix a type mismatch.
+  
+
+sed -i "s/#define force_inline inline 
__attribute__((always_inline))/#define force_inline inline/" 
src/sna/compiler.h
+
+  
 Install Xorg Intel Driver by running the 
following
 commands:
   

Modified: trunk/BOOK/x/lib/gtk+3.xml
==
--- trunk/BOOK/x/lib/gtk+3.xml  Mon Jan 14 09:56:34 2019(r20975)
+++ trunk/BOOK/x/lib/gtk+3.xml  Mon Jan 14 10:47:34 2019(r20976)
@@ -6,10 +6,10 @@
 
   
   
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 
@@ -144,9 +144,7 @@
   commands:
 
 
-sed -i 's/dfeault/default/' docs/tools/shooter.c 
-
-./configure --prefix=/usr \
+./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-broadway-backend \
 --enable-x11-backend  \
-- 
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] #11315: IO::Socket::SSL-2.060 but tests still problematic.

2019-01-14 Thread BLFS Trac via blfs-book
#11315: IO::Socket::SSL-2.060 but tests still problematic.
-+
 Reporter:  ken@…|   Owner:  blfs-book
 Type:  enhancement  |  Status:  new
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+

Comment (by bdubbs):

 We have a note in the book that does not recommend running the tests for
 this module.  I am thinking about extending the note to say that if using
 the cpan method of installing, use the -T option so tests are not run.  I
 think we can then close this ticket.

 Ken, what do you think?

--
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] r20975 - trunk/BOOK/gnome/applications

2019-01-14 Thread renodr--- via blfs-book
Author: renodr
Date: Mon Jan 14 09:56:34 2019
New Revision: 20975

Log:
Fix evince

Modified:
   trunk/BOOK/gnome/applications/evince.xml

Modified: trunk/BOOK/gnome/applications/evince.xml
==
--- trunk/BOOK/gnome/applications/evince.xmlSun Jan 13 22:57:49 2019
(r20974)
+++ trunk/BOOK/gnome/applications/evince.xmlMon Jan 14 09:56:34 2019
(r20975)
@@ -129,6 +129,7 @@
 ./configure --prefix=/usr \
 --enable-compile-warnings=minimum \
 --enable-introspection\
+--without-gspell  \
 --disable-static  
 make
 
@@ -145,7 +146,7 @@
   
 
   
-Command Explanation
+Command Explanations
 
 
   --enable-compile-warnings=minimum: This
-- 
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] #11547: gtk+-3.24.3

2019-01-14 Thread BLFS Trac via blfs-book
#11547: gtk+-3.24.3
-+---
 Reporter:  renodr   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.4
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point version

 {{{
 News
 

 * Bugs fixed:
  wayland: Respect length limits in text protocol
  wayland: Support key themes
  wayland: Fix hi-dpi cursor scaling
  quartz: Make point-to-pixel conversions work on all versions
  quartz: Re-add support for hidpi scaling
  quartz: Fix search engine integration
  win32: Fix ime change hangling
  placessidebar: Insert drops in the right place
  x11: Fix problems gdk_x11_get_parent_relative
  x11: Fix Wacom tool types
  icons: Recolor polygons as well in symbolic icons
  switch: Use Unicode symbols for I/O instead of translations

 * Translation updates:
  Japanese
 }}}

--
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] #11547: gtk+-3.24.3

2019-01-14 Thread BLFS Trac via blfs-book
#11547: gtk+-3.24.3
-+---
 Reporter:  renodr   |   Owner:  renodr
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  8.4
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

Re: [blfs-book] [BLFS Trac] #11315: IO::Socket::SSL-2.060 but tests still problematic.

2019-01-14 Thread Ken Moffat via blfs-book
On Mon, Jan 14, 2019 at 05:53:17PM -, BLFS Trac via blfs-book wrote:
> #11315: IO::Socket::SSL-2.060 but tests still problematic.
> -+
>  Reporter:  ken@…|   Owner:  blfs-book
>  Type:  enhancement  |  Status:  new
>  Priority:  normal   |   Milestone:  8.4
> Component:  BOOK | Version:  SVN
>  Severity:  normal   |  Resolution:
>  Keywords:   |
> -+
> 
> Comment (by bdubbs):
> 
>  We have a note in the book that does not recommend running the tests for
>  this module.  I am thinking about extending the note to say that if using
>  the cpan method of installing, use the -T option so tests are not run.  I
>  think we can then close this ticket.
> 
>  Ken, what do you think?
> 

I still think that using curent openssh might cause this to break in
some real-world usage, but for the limited usage of this module in
BLFS it *seems* to be ok.  So, if using cpan -T lets you install it
then I guess adding that and closing will be ok.

When this first came up, it looked as if the new perl maintainer was
active, but (unless something has changed since I last looked) that
seems to have stalled.

ĸen
-- 
In my seventh decade astride this planet, and as my own cells degrade,
there are some things I cannot do now: skydiving, marathon running,
calculus. I couldn't do them in my 20s either, so no big loss.
-- Derek Smalls, formerly of Spinal Tap
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-book] r20977 - in trunk/BOOK: general/prog/perl-modules introduction/welcome

2019-01-14 Thread bdubbs--- via blfs-book
Author: bdubbs
Date: Mon Jan 14 13:25:29 2019
New Revision: 20977

Log:
Add a note about avoiding tests when installing 
perl module IO::Socket::SSL using cpan.

Modified:
   trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml
==
--- trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml Mon Jan 14 
10:47:34 2019(r20976)
+++ trunk/BOOK/general/prog/perl-modules/perl-io-socket-ssl.xml Mon Jan 14 
13:25:29 2019(r20977)
@@ -61,6 +61,8 @@
 
   The tests hang if you are using openssl-1.1.1.
   Therefore, running them is at the moment not recommended.
+  If you are using the cpan method of installation, use the -T 
+  option to avoid running the tests.
 
   
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 14 10:47:34 
2019(r20976)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 14 13:25:29 
2019(r20977)
@@ -46,6 +46,11 @@
   January 14th, 2019
   
 
+  [renodr] - Add a note about avoiding tests when
+  installing perl module IO::Socket::SSL using cpan. Fixes
+  #11315.
+
+
   [renodr] - Add a sed to xf86-video-intel to allow building
   on i686.
 
-- 
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] #11315: IO::Socket::SSL-2.060 but tests still problematic.

2019-01-14 Thread BLFS Trac via blfs-book
#11315: IO::Socket::SSL-2.060 but tests still problematic.
-+
 Reporter:  ken@…|   Owner:  blfs-book
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  8.4
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+
Changes (by bdubbs):

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


Comment:

 Fixed at revision 20977.

--
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] r20978 - trunk/BOOK/introduction/welcome

2019-01-14 Thread renodr--- via blfs-book
Author: renodr
Date: Mon Jan 14 13:29:12 2019
New Revision: 20978

Log:
Correct name in changelog

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 14 13:25:29 
2019(r20977)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon Jan 14 13:29:12 
2019(r20978)
@@ -46,7 +46,7 @@
   January 14th, 2019
   
 
-  [renodr] - Add a note about avoiding tests when
+  [bdubbs] - Add a note about avoiding tests when
   installing perl module IO::Socket::SSL using cpan. Fixes
   #11315.
 
-- 
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] #11286: mdadm-4.1 (wait until 4.2) (was: mdadm-4.1)

2019-01-14 Thread BLFS Trac via blfs-book
#11286: mdadm-4.1 (wait until 4.2)
-+---
 Reporter:  bdubbs   |   Owner:  thomas
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  hold
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by bdubbs):

 * milestone:  8.4 => hold


Comment:

 I'm moving this to hold.  There are just too many issues identified by the
 regression tests.  I have spent a lot of time trying to determine why so
 many tests fail.  The failures are for different reasons.

 For instance 05r1-re-add-nosuper fails because a script variable, $dir, is
 not defined.  If that is done, then the test passes.

 I checked 07autoassemble and the failure is more complex.  What is
 happenign is that it is creating two md devices:

 * mdadm -CR /dev/md1 -l1 -n2 /dev/loop0 /dev/loop1  --homehost=testing
 * mdadm -CR /dev/md0 -l0 -n2 /dev/md1   /dev/loop2  --homehost=testing

 and then stopping and auto-reassembling:

 * mdadm -Ss
 * mdadm -As -c /dev/null --homehost=testing

 The problem here is that it reassembles md0 before md1 and fails.

 I'll also note that the package was released Oct 27, 2018 and Arch has not
 yet updated yet although it is flagged out of date,  AFAICT Fedora and
 Debian have not updated yet either.

--
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] #11548: cmake-3.13.3

2019-01-14 Thread BLFS Trac via blfs-book
#11548: cmake-3.13.3
-+---
 Reporter:  bdubbs   |  Owner:  blfs-book
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  8.4
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+---
 New point 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 - 2019-01-15 05:45:01 GMT

2019-01-14 Thread bdubbs--- via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 05: mdadm   4.0  4.1  #11286
chapter 11: ImageMagick66.9.10-106.9.10-23#7859
chapter 11: ImageMagick77.0.8-10 7.0.8-23 #7859
chapter 13: apache-ant  1.10.4   1.10.5   #11067
chapter 13: cmake   3.13.2   3.13.3   
chapter 13: jdk 10.0.2+1311.0.1+13#11139
chapter 13: rustc   1.29.2   1.31.1   #11521
chapter 17: alpine  2.21 2.21.999 #10188
chapter 20: db  5.3.28   manual   
chapter 26: oxygen-icons5   5.53.0   5.54.0   #11523
chapter 29: extra-cmake-modules 5.53.0   5.54.0   #11523
chapter 29: phonon  4.10.1   4.10.2   #11523
chapter 29: phonon-backend-vlc  0.10.1   0.10.2   #11523
chapter 32: kf5 5.53 5.54 #11523
chapter 32: kf5-apps18.12.0  18.12.1  #11523
chapter 32: plasma5 5.14.4   5.14.5   #11523
chapter 37: thunar-volman   0.8.10.9.1#10163
chapter 45: Clearlooks  2.0  0
chapter 45: MPlayer 1.3.00
chapter 45: kwave   18.12.0  18.12.1  #11523
chapter 45: vlc 3.0.53.0.6#11487
chapter 50: docbook-xsl 1.79.2   manual   

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

2019-01-14 Thread bdubbs--- via blfs-book
Missing sudo-1.8.27.tar.gz
Missing dovecot-2.3.4.tar.gz
Missing xterm-343.tgz
Missing gtksourceview-3.24.9.tar.xz
Missing libdazzle-3.30.2.tar.xz
Missing baobab-3.30.0.tar.xz
Missing eog-3.28.4.tar.xz
Missing evince-3.30.2.tar.xz
Missing evolution-3.30.4.tar.xz
Missing file-roller-3.30.1.tar.xz
Missing gnome-calculator-3.30.1.tar.xz
Missing gnome-disk-utility-3.30.2.tar.xz
Missing gnome-logs-3.30.0.tar.xz
Missing gnome-maps-3.30.3.tar.xz
Missing gnome-power-manager-3.30.0.tar.xz
Missing gnome-screenshot-3.30.0.tar.xz
Missing gnome-system-monitor-3.30.0.tar.xz
Missing gucharmap-11.0.3.tar.xz
Missing seahorse-3.30.1.1.tar.xz
Missing libreoffice-6.1.4.2.tar.xz
Missing libreoffice-dictionaries-6.1.4.2.tar.xz
Missing libreoffice-help-6.1.4.2.tar.xz
Missing libreoffice-translations-6.1.4.2.tar.xz
Missing epiphany-3.30.2.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page