Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419625 - dev-util/regexxer-0.9 missing regexxer-0.9-glib-2.32.patch
Summary: dev-util/regexxer-0.9 missing regexxer-0.9-glib-2.32.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-04 15:40 UTC by Steffen Schaumburg
Modified: 2012-06-04 17:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Schaumburg 2012-06-04 15:40:48 UTC
This patch is missing from portage:
 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/dev-util/regexxer/files/regexxer-0.9-glib-2.32.patch
 *   ( regexxer-0.9-glib-2.32.patch )

The problem appears to have been introduced in revision 1.7 of the file: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/regexxer/regexxer-0.9.ebuild?hideattic=0&r1=1.6&r2=1.7

Copying the existing patch for 0.10 to the requested filename makes it work so I'd suggest changing the ebuilds to both refer to regexxer-glib-2.32.patch or the existing name.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-06-04 17:44:07 UTC
Sorry for breaking stable version, and thanks for the report.

+  04 Jun 2012; Michael Weber <xmw@gentoo.org> regexxer-0.9.ebuild:
+  Fix patch filename (thanks Steffen Schaumburg, bug 419625)
+


Index: regexxer-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/regexxer/regexxer-0.9.ebuild,v
retrieving revision 1.7
diff -u -B -r1.7 regexxer-0.9.ebuild
--- regexxer-0.9.ebuild 22 May 2012 10:13:56 -0000      1.7
+++ regexxer-0.9.ebuild 4 Jun 2012 17:39:50 -0000
@@ -24,7 +24,7 @@
        virtual/pkgconfig"
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-glib-2.32.patch
+       epatch "${FILESDIR}"/${PN}-0.10-glib-2.32.patch
 }
 
 src_install() {