Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303707 - gnome-python-common eclass nonprefixification bug
Summary: gnome-python-common eclass nonprefixification bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-06 12:09 UTC by Greg Turner
Modified: 2010-02-09 10:06 UTC (History)
1 user (show)

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


Attachments
D->ED (gnome-python-common_eclass.patch,348 bytes, patch)
2010-02-06 12:11 UTC, Greg Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Turner 2010-02-06 12:09:00 UTC
${D}->${ED} snafu in new .la removal code
Comment 1 Greg Turner 2010-02-06 12:11:14 UTC
Created attachment 218653 [details, diff]
D->ED
Comment 2 Fabian Groffen gentoo-dev 2010-02-07 14:20:05 UTC
@gnome: (I assume you are maintainer)

Are you ok with the following patch?

Index: gnome-python-common.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v
retrieving revision 1.8
diff -u -r1.8 gnome-python-common.eclass
--- gnome-python-common.eclass  29 Jan 2010 00:30:13 -0000      1.8
+++ gnome-python-common.eclass  7 Feb 2010 14:16:47 -0000
@@ -96,7 +96,7 @@
        fi

        # Python does not need these, bug #299243
-       find "${D}$(python_get_sitedir)" -name "*.la" -delete \
+       find "${D%/}${EPREFIX}$(python_get_sitedir)" -name "*.la" -delete \
                || die "failed to remove la files"

 }
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2010-02-07 19:16:50 UTC
That looks fine.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-02-09 08:58:35 UTC
It looks fine to me too, feel free to apply.
Comment 5 Fabian Groffen gentoo-dev 2010-02-09 10:06:49 UTC
thanks, committed.