public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.11.ebuild
Date: Fri, 06 Nov 2009 21:18:02 +0000	[thread overview]
Message-ID: <E1N6WC2-0004oU-JW@stork.gentoo.org> (raw)

vapier      09/11/06 21:18:02

  Modified:             ChangeLog glibc-2.11.ebuild
  Log:
  Add patch for ia64 build failure #292059 by Dennis Schridde.  Force newer binutils on x86_64 #292056 by DaggyStyle.  Forcer newer gcc on x86 #292174 by Andreas Proteus.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.654                sys-libs/glibc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.654&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.654&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.653&r2=1.654

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.653
retrieving revision 1.654
diff -u -r1.653 -r1.654
--- ChangeLog	6 Nov 2009 14:22:37 -0000	1.653
+++ ChangeLog	6 Nov 2009 21:18:01 -0000	1.654
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/glibc
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.653 2009/11/06 14:22:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.654 2009/11/06 21:18:01 vapier Exp $
+
+  06 Nov 2009; Mike Frysinger <vapier@gentoo.org> glibc-2.11.ebuild:
+  Add patch for ia64 build failure #292059 by Dennis Schridde. Force newer
+  binutils on x86_64 #292056 by DaggyStyle. Forcer newer gcc on x86 #292174
+  by Andreas Proteus.
 
   06 Nov 2009; Mike Frysinger <vapier@gentoo.org> glibc-2.11.ebuild:
   Add sparc lovin #291287.



1.3                  sys-libs/glibc/glibc-2.11.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild?r1=1.2&r2=1.3

Index: glibc-2.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glibc-2.11.ebuild	6 Nov 2009 14:22:37 -0000	1.2
+++ glibc-2.11.ebuild	6 Nov 2009 21:18:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v 1.2 2009/11/06 14:22:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.ebuild,v 1.3 2009/11/06 21:18:01 vapier Exp $
 
 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
 
@@ -25,7 +25,7 @@
 MANPAGE_VER=""                                 # pregenerated manpages
 INFOPAGE_VER=""                                # pregenerated infopages
 LIBIDN_VER=""                                  # it's integrated into the main tarball now
-PATCH_VER="1"                                  # Gentoo patchset
+PATCH_VER="2"                                  # Gentoo patchset
 PORTS_VER= #${RELEASE_VER}                     # version of glibc ports addon
 LT_VER=""                                      # version of linuxthreads addon
 NPTL_KERN_VER=${NPTL_KERN_VER:-"2.6.9"}        # min kernel version nptl requires
@@ -82,6 +82,8 @@
 # arch: we need to make sure our binutils/gcc supports TLS
 DEPEND=">=sys-devel/gcc-3.4.4
 	arm? ( >=sys-devel/binutils-2.16.90 >=sys-devel/gcc-4.1.0 )
+	x86? ( >=sys-devel/gcc-4.3 )
+	amd64? ( >=sys-devel/binutils-2.19 )
 	ppc? ( >=sys-devel/gcc-4.1.0 )
 	ppc64? ( >=sys-devel/gcc-4.1.0 )
 	>=sys-devel/binutils-2.15.94






             reply	other threads:[~2009-11-06 21:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 21:18 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-11-09 13:02 [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog glibc-2.11.ebuild Mike Frysinger (vapier)
2009-11-09 12:59 Mike Frysinger (vapier)
2009-11-06 14:22 Mike Frysinger (vapier)
2009-11-06  0:33 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N6WC2-0004oU-JW@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox