public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-28.0.1500.52.ebuild chromium-9999-r1.ebuild ChangeLog chromium-29.0.1547.0.ebuild
@ 2013-06-27 14:59 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2013-06-27 14:59 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    13/06/27 14:59:33

  Modified:             chromium-28.0.1500.52.ebuild
                        chromium-9999-r1.ebuild ChangeLog
                        chromium-29.0.1547.0.ebuild
  Log:
  Filter out -g* from CFLAGS on x86, to prevent linker from running out of address space, bug #471810 by hasufell, x86 issue reported by zerochaos.
  
  (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 30427902)

Revision  Changes    Path
1.2                  www-client/chromium/chromium-28.0.1500.52.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-28.0.1500.52.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-28.0.1500.52.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-28.0.1500.52.ebuild?r1=1.1&r2=1.2

Index: chromium-28.0.1500.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-28.0.1500.52.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-28.0.1500.52.ebuild	21 Jun 2013 04:09:19 -0000	1.1
+++ chromium-28.0.1500.52.ebuild	27 Jun 2013 14:59:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-28.0.1500.52.ebuild,v 1.1 2013/06/21 04:09:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-28.0.1500.52.ebuild,v 1.2 2013/06/27 14:59:33 phajdan.jr Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -352,6 +352,11 @@
 	if ! use custom-cflags; then
 		replace-flags "-Os" "-O2"
 		strip-flags
+
+		# Prevent linker from running out of address space, bug #471810 .
+		if use x86; then
+			filter-flags "-g*"
+		fi
 	fi
 
 	# Make sure the build system will use the right tools, bug #340795.



1.200                www-client/chromium/chromium-9999-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild?rev=1.200&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild?rev=1.200&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild?r1=1.199&r2=1.200

Index: chromium-9999-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- chromium-9999-r1.ebuild	26 Jun 2013 04:06:10 -0000	1.199
+++ chromium-9999-r1.ebuild	27 Jun 2013 14:59:33 -0000	1.200
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.199 2013/06/26 04:06:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.200 2013/06/27 14:59:33 phajdan.jr Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -410,6 +410,11 @@
 	if ! use custom-cflags; then
 		replace-flags "-Os" "-O2"
 		strip-flags
+
+		# Prevent linker from running out of address space, bug #471810 .
+		if use x86; then
+			filter-flags "-g*"
+		fi
 	fi
 
 	# Make sure the build system will use the right tools, bug #340795.



1.903                www-client/chromium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.903&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?rev=1.903&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/ChangeLog?r1=1.902&r2=1.903

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v
retrieving revision 1.902
retrieving revision 1.903
diff -u -r1.902 -r1.903
--- ChangeLog	26 Jun 2013 04:06:10 -0000	1.902
+++ ChangeLog	27 Jun 2013 14:59:33 -0000	1.903
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.902 2013/06/26 04:06:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.903 2013/06/27 14:59:33 phajdan.jr Exp $
+
+  27 Jun 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  chromium-28.0.1500.52.ebuild, chromium-29.0.1547.0.ebuild,
+  chromium-9999-r1.ebuild:
+  Filter out -g* from CFLAGS on x86, to prevent linker from running out of
+  address space, bug #471810 by hasufell, x86 issue reported by zerochaos.
 
 *chromium-29.0.1547.0 (26 Jun 2013)
 



1.2                  www-client/chromium/chromium-29.0.1547.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-29.0.1547.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-29.0.1547.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/chromium/chromium-29.0.1547.0.ebuild?r1=1.1&r2=1.2

Index: chromium-29.0.1547.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-29.0.1547.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chromium-29.0.1547.0.ebuild	26 Jun 2013 04:06:10 -0000	1.1
+++ chromium-29.0.1547.0.ebuild	27 Jun 2013 14:59:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-29.0.1547.0.ebuild,v 1.1 2013/06/26 04:06:10 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-29.0.1547.0.ebuild,v 1.2 2013/06/27 14:59:33 phajdan.jr Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -350,6 +350,11 @@
 	if ! use custom-cflags; then
 		replace-flags "-Os" "-O2"
 		strip-flags
+
+		# Prevent linker from running out of address space, bug #471810 .
+		if use x86; then
+			filter-flags "-g*"
+		fi
 	fi
 
 	# Make sure the build system will use the right tools, bug #340795.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-27 14:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-27 14:59 [gentoo-commits] gentoo-x86 commit in www-client/chromium: chromium-28.0.1500.52.ebuild chromium-9999-r1.ebuild ChangeLog chromium-29.0.1547.0.ebuild PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox