Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300354 - dev-libs/boehm-gc-7.2_alpha4 version bump
Summary: dev-libs/boehm-gc-7.2_alpha4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-10 01:47 UTC by Jeroen Roovers (RETIRED)
Modified: 2010-01-11 03:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (boehm-gc-7.1-7.2_alpha4.ebuild.patch,740 bytes, patch)
2010-01-10 03:19 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2010-01-10 01:47:05 UTC
It doesn't like either of the patches in 7.1, but somehow it doesn't exhibit the problem of bug #245359.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-01-10 03:11:11 UTC
--- boehm-gc-7.1.ebuild 2009-12-16 18:18:39.000000000 +0100
+++ boehm-gc-7.2_alpha4.ebuild  2010-01-10 04:10:24.000000000 +0100
@@ -16,17 +16,18 @@
 KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="nocxx threads"
 
-RDEPEND=""
-
-DEPEND="${RDEPEND}
-       >=sys-apps/sed-4"
+DEPEND="
+       dev-libs/libatomic_ops
+       >=sys-apps/sed-4
+"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
        unpack ${A}
        cd "${S}"
        sed -i -e '/^SUBDIRS/s/doc//' Makefile.in || die
-       epatch "${FILESDIR}"/${PN}-6.5-gentoo.patch
-       epatch "${FILESDIR}"/gc6.6-builtin-backtrace-uclibc.patch
+       #epatch "${FILESDIR}"/${PN}-6.5-gentoo.patch
+       #epatch "${FILESDIR}"/gc6.6-builtin-backtrace-uclibc.patch
 }
 
 src_compile() {
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2010-01-10 03:19:38 UTC
Created attachment 215892 [details, diff]
patch

(In reply to comment #1)
> --- boehm-gc-7.1.ebuild 2009-12-16 18:18:39.000000000 +0100
> +++ boehm-gc-7.2_alpha4.ebuild  2010-01-10 04:10:24.000000000 +0100
> @@ -16,17 +16,18 @@
>  KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
>  IUSE="nocxx threads"
> 
> -RDEPEND=""
> -
> -DEPEND="${RDEPEND}
> -       >=sys-apps/sed-4"
> +DEPEND="
> +       dev-libs/libatomic_ops
> +       >=sys-apps/sed-4
> +"
> +RDEPEND="${DEPEND}"

That's obviously wrong. Please review the attached patch instead.
Comment 3 MATSUU Takuto (RETIRED) gentoo-dev 2010-01-11 03:26:10 UTC
in cvs now.
thanks.