Re: [blfs-book] [BLFS Trac] #7787: GCC-6 causes compilation problems with Qt4 and its corresponding Qtwebkit

2016-05-02 Thread BLFS Trac via blfs-book
#7787: GCC-6 causes compilation problems with Qt4 and its corresponding Qtwebkit
+---
 Reporter:  renodr  |   Owner:  renodr
 Type:  defect  |  Status:  assigned
 Priority:  normal  |   Milestone:  7.10
Component:  BOOK| Version:  SVN
 Severity:  normal  |  Resolution:
 Keywords:  |
+---
Changes (by renodr):

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


Comment:

 I might have found the cause and/or solution. I will take this ticket and
 attempt to fix it. This will take me a few days.

--
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] #7773: gcc-6.1.0

2016-05-02 Thread BLFS Trac via blfs-book
#7773: gcc-6.1.0
-+--
 Reporter:  bdubbs@… |   Owner:  pierre.labastie
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by pierre.labastie):

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


Comment:

 Fixed at r17316

--
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] r17316 - in trunk/BOOK: . general/prog introduction/welcome

2016-05-02 Thread via blfs-book
Author: pierre
Date: Mon May  2 13:37:58 2016
New Revision: 17316

Log:
GCC-6.1.0

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

Modified: trunk/BOOK/general/prog/gcc-ada.xml
==
--- trunk/BOOK/general/prog/gcc-ada.xml Mon May  2 03:07:35 2016(r17315)
+++ trunk/BOOK/general/prog/gcc-ada.xml Mon May  2 13:37:58 2016(r17316)
@@ -6,10 +6,10 @@
 
   http://ftpmirror.gnu.org/gcc/gcc-/gcc-.tar.bz2;>
   ftp://ftp.gnu.org/gnu/gcc/gcc-/gcc-.tar.bz2;>
-  
-  
-  
-  
+  
+  
+  
+  
 
   https://libre.adacore.com/download/;>
   http://mirrors.cdn.adacore.com/art/564b3e83c8e196b040fbdf29;>

Modified: trunk/BOOK/general/prog/gcc-java.xml
==
--- trunk/BOOK/general/prog/gcc-java.xmlMon May  2 03:07:35 2016
(r17315)
+++ trunk/BOOK/general/prog/gcc-java.xmlMon May  2 13:37:58 2016
(r17316)
@@ -6,12 +6,13 @@
 
   http://ftpmirror.gnu.org/gcc/gcc-/gcc-.tar.bz2;>
   ftp://ftp.gnu.org/gnu/gcc/gcc-/gcc-.tar.bz2;>
-  
-  
-  
-  
+  
+  
+  
+  
 
-  ftp://sourceware.org/pub/java/ecj-latest.jar;>
+
+  ftp://sourceware.org/pub/java/ecj-4.9.jar;>
 
   
   http://www.antlr.org/download/antlr--complete.jar;>
@@ -156,8 +157,10 @@
 
 sed -i 's/\(install.*:\) install-.*recursive/\1/' 
libffi/Makefile.in 
 sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in 

+sed -i 's/absolute/file normalize/' libjava/testsuite/lib/libjava.exp 

+sed -i 's/major.*1000.*minor/major/' gcc/java/decl.c 
 
-cp ../ecj-latest.jar ./ecj.jar 
+cp ../ecj-4.9.jar ./ecj.jar 
 
 mkdir build 
 cdbuild 
@@ -217,13 +220,18 @@
 Command Explanations
 
 
-  The two sed commands prevent the
+  The first two sed commands prevent the
   installation of the libffi library bundled
   with GCC, since it is outdated compared to
   .
 
 
 
+  The next two sed commands implement upstream fixes
+  to the GCC Java compiler and tests.
+
+
+
   mkdir build; cd build: The
   GCC documentation recommends
   building the package in a dedicated build directory.
@@ -297,9 +305,9 @@
   chown -v -R root:root
   /usr/lib/gcc/*linux-gnu/...:
   If the package is built by a user other than root, the ownership of the
-  installed include directory (and 
its
-  content) will be incorrect. This commands changes the ownership to the
-  root user and group.
+  installed include directory (and
+  its content) will be incorrect. This commands changes the ownership to
+  the root user and group.
 
 
 

Modified: trunk/BOOK/general/prog/gcc.xml
==
--- trunk/BOOK/general/prog/gcc.xml Mon May  2 03:07:35 2016(r17315)
+++ trunk/BOOK/general/prog/gcc.xml Mon May  2 13:37:58 2016(r17316)
@@ -6,10 +6,10 @@
 
   http://ftpmirror.gnu.org/gcc/gcc-/gcc-.tar.bz2;>
   ftp://ftp.gnu.org/gnu/gcc/gcc-/gcc-.tar.bz2;>
-  
-  
-  
-  
+  
+  
+  
+  
 ]>
 
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Mon May  2 03:07:35 
2016(r17315)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon May  2 13:37:58 
2016(r17316)
@@ -47,6 +47,10 @@
   May 2nd, 2016
   
 
+  [pierre] - Update to GCC-6.1.0 Fixes
+  #7773.
+
+
   [igor] - Update to hexchat-2.12.1. Fixes
   #7788.
 

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Mon May  2 03:07:35 2016(r17315)
+++ trunk/BOOK/packages.ent Mon May  2 13:37:58 2016(r17316)
@@ -263,9 +263,9 @@
 
 
 
-
-
-
+
+
+
 
 
 
-- 
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] #7789: List-MoreUtils-0.415 (Perl Module)

2016-05-02 Thread BLFS Trac via blfs-book
#7789: List-MoreUtils-0.415 (Perl Module)
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New 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 Trac] #7790: mercurial-3.8,1

2016-05-02 Thread BLFS Trac via blfs-book
#7790: mercurial-3.8,1
-+-
 Reporter:  bdubbs@… |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 New 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

Re: [blfs-book] [BLFS Trac] #7788: hexchat-2.12.1

2016-05-02 Thread BLFS Trac via blfs-book
#7788: hexchat-2.12.1
-+--
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  closed
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:  fixed
 Keywords:   |
-+--
Changes (by izivkov):

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


Comment:

 Fixed at r17315.

--
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] r17315 - in trunk/BOOK: . introduction/welcome xsoft/other

2016-05-02 Thread via blfs-book
Author: igor
Date: Mon May  2 03:07:35 2016
New Revision: 17315

Log:
Update to hexchat-2.12.1.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/xsoft/other/hexchat.xml

Modified: trunk/BOOK/general.ent
==
--- trunk/BOOK/general.ent  Sun May  1 14:55:28 2016(r17314)
+++ trunk/BOOK/general.ent  Mon May  2 03:07:35 2016(r17315)
@@ -1,12 +1,12 @@
 
 
-   
+   

 
 
 
 
-
+
  
   
   

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==
--- trunk/BOOK/introduction/welcome/changelog.xml   Sun May  1 14:55:28 
2016(r17314)
+++ trunk/BOOK/introduction/welcome/changelog.xml   Mon May  2 03:07:35 
2016(r17315)
@@ -44,7 +44,17 @@
 
 -->
 
-  May 1at, 2016
+  May 2nd, 2016
+  
+
+  [igor] - Update to hexchat-2.12.1. Fixes
+  #7788.
+
+  
+
+
+
+  May 1st, 2016
   
 
   [bdubbs] - Update to lvm2-2.02.152. Fixes

Modified: trunk/BOOK/packages.ent
==
--- trunk/BOOK/packages.ent Sun May  1 14:55:28 2016(r17314)
+++ trunk/BOOK/packages.ent Mon May  2 03:07:35 2016(r17315)
@@ -659,7 +659,7 @@
 
 
 
-
+
 
 
 

Modified: trunk/BOOK/xsoft/other/hexchat.xml
==
--- trunk/BOOK/xsoft/other/hexchat.xml  Sun May  1 14:55:28 2016(r17314)
+++ trunk/BOOK/xsoft/other/hexchat.xml  Mon May  2 03:07:35 2016(r17315)
@@ -6,7 +6,7 @@
 
   https://dl.hexchat.net/hexchat/hexchat-.tar.xz;>
   
-  
+  
   
   
   
@@ -64,7 +64,10 @@
 
 
 Recommended
-
+
+   and
+  
+
 
 Optional
 
-- 
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] #7788: hexchat-2.12.1

2016-05-02 Thread BLFS Trac via blfs-book
#7788: hexchat-2.12.1
-+-
 Reporter:  izivkov  |  Owner:  blfs-book@…
 Type:  enhancement  | Status:  new
 Priority:  normal   |  Milestone:  7.10
Component:  BOOK |Version:  SVN
 Severity:  normal   |   Keywords:
-+-
 https://hexchat.github.io/news/2.12.1.html

--
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] #7788: hexchat-2.12.1

2016-05-02 Thread BLFS Trac via blfs-book
#7788: hexchat-2.12.1
-+---
 Reporter:  izivkov  |   Owner:  izivkov
 Type:  enhancement  |  Status:  assigned
 Priority:  normal   |   Milestone:  7.10
Component:  BOOK | Version:  SVN
 Severity:  normal   |  Resolution:
 Keywords:   |
-+---
Changes (by izivkov):

 * owner:  blfs-book@… => izivkov
 * 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] Files in BLFS svn missing on anduin

2016-05-02 Thread via blfs-book
Missing LVM2.2.02.152.tgz
Missing git-2.8.2.tar.xz
Missing git-manpages-2.8.2.tar.xz
Missing git-htmldocs-2.8.2.tar.xz
Missing imlib2-1.4.9.tar.bz2
Missing taglib-1.11.tar.gz
-- 
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 - 2016-05-02 05:45:01 GMT

2016-05-02 Thread via blfs-book
BLFS PackageBLFS Version  Latest  Ticket
chapter 11: ImageMagick 6.9.3-5  7.0.1-0  #7520
chapter 13: List-MoreUtils  0.4130.415
chapter 13: gcc 5.3.06.1.0#7787
chapter 13: mercurial   3.7.33.8.1
chapter 13: ruby2.3.10
chapter 32: plasma5 5.6.25.6.3#7765
chapter 37: xfce4-power-manager 1.4.41.6.0#7577
chapter 39: libkscreen  5.6.25.6.3#7765
chapter 43: hexchat 2.12.0   2.12.1   
chapter 46: x26420160220 daily#7555
chapter 47: ffmpeg  2.8.63.0.2#7470
chapter 47: mplayer SVN-r37794   daily#7556
chapter 50: asymptote   2.36 2.37 #7590

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