pinkbyte    14/04/07 10:57:06

  Modified:             boost-1.54.0-r1.ebuild ChangeLog
                        boost-1.53.0-r1.ebuild boost-1.55.0-r1.ebuild
  Log:
  Fix parallel compilation with high number of MAKEOPTS jobs, wrt bugs #506064 
and #498134
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.3                  dev-libs/boost/boost-1.54.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild?r1=1.2&r2=1.3

Index: boost-1.54.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boost-1.54.0-r1.ebuild      7 Apr 2014 10:17:50 -0000       1.2
+++ boost-1.54.0-r1.ebuild      7 Apr 2014 10:57:06 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.2 
2014/04/07 10:17:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.54.0-r1.ebuild,v 1.3 
2014/04/07 10:57:06 pinkbyte Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -92,6 +92,9 @@
 }
 
 src_configure() {
+       # Workaround for too many parallel processes requested, bug #506064
+       [ "$(makeopts_jobs)" -gt 64 ] && MAKEOPTS="${MAKEOPTS} -j64"
+
        OPTIONS="$(usex debug gentoodebug gentoorelease) -j$(makeopts_jobs) -q 
-d+2 --user-config=${S}/user-config.jam"
 
        if [[ ${CHOST} == *-darwin* ]]; then



1.314                dev-libs/boost/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.314&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.314&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.313&r2=1.314

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -r1.313 -r1.314
--- ChangeLog   7 Apr 2014 10:17:50 -0000       1.313
+++ ChangeLog   7 Apr 2014 10:57:06 -0000       1.314
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.313 2014/04/07 
10:17:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.314 2014/04/07 
10:57:06 pinkbyte Exp $
+
+  07 Apr 2014; Sergey Popov <[email protected]> boost-1.53.0-r1.ebuild,
+  boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild:
+  Fix parallel compilation with high number of MAKEOPTS jobs, wrt bugs #506064
+  and #498134
 
   07 Apr 2014; Sergey Popov <[email protected]> boost-1.52.0-r6.ebuild,
   boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild:



1.3                  dev-libs/boost/boost-1.53.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild?r1=1.2&r2=1.3

Index: boost-1.53.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boost-1.53.0-r1.ebuild      7 Apr 2014 10:17:50 -0000       1.2
+++ boost-1.53.0-r1.ebuild      7 Apr 2014 10:57:06 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.2 
2014/04/07 10:17:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.53.0-r1.ebuild,v 1.3 
2014/04/07 10:57:06 pinkbyte Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -92,6 +92,9 @@
 }
 
 src_configure() {
+       # Workaround for too many parallel processes requested, bug #506064
+       [ "$(makeopts_jobs)" -gt 64 ] && MAKEOPTS="${MAKEOPTS} -j64"
+
        OPTIONS="$(usex debug gentoodebug gentoorelease) -j$(makeopts_jobs) -q 
-d+2 --user-config=${S}/user-config.jam"
 
        if [[ ${CHOST} == *-darwin* ]]; then



1.4                  dev-libs/boost/boost-1.55.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild?r1=1.3&r2=1.4

Index: boost-1.55.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- boost-1.55.0-r1.ebuild      7 Apr 2014 10:17:50 -0000       1.3
+++ boost-1.55.0-r1.ebuild      7 Apr 2014 10:57:06 -0000       1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.3 
2014/04/07 10:17:50 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r1.ebuild,v 1.4 
2014/04/07 10:57:06 pinkbyte Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -89,6 +89,9 @@
 }
 
 src_configure() {
+       # Workaround for too many parallel processes requested, bug #506064
+       [ "$(makeopts_jobs)" -gt 64 ] && MAKEOPTS="${MAKEOPTS} -j64"
+
        OPTIONS="$(usex debug gentoodebug gentoorelease) -j$(makeopts_jobs) -q 
-d+2 --user-config=${S}/user-config.jam"
 
        if [[ ${CHOST} == *-darwin* ]]; then




Reply via email to