Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268454 - app-text/gnome-doc-utils-0.16.1 uses wrong patch in ebuild
Summary: app-text/gnome-doc-utils-0.16.1 uses wrong patch in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 15:22 UTC by Jory A. Pratt
Modified: 2009-05-04 01:06 UTC (History)
2 users (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 Jory A. Pratt gentoo-dev 2009-05-03 15:22:49 UTC
# Make xml2po FHS compliant, bug #190798
        epatch "${FILESDIR}/${PN}-0.16.0-fhs.patch

should actually be 

        # Make xml2po FHS compliant, bug #190798
        epatch "${FILESDIR}/${PN}-0.16.1-fhs.patch

or the patch should be renamed to match ebuild

Reproducible: Always

Steps to Reproduce:
1. emerge gnome-doc-utils
2.
3.

Actual Results:  
fails trying to apply patch as patch does not exist in ${FILESDIR}
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-03 20:36:56 UTC
fixed a few hours ago already.
Comment 2 Mart Raudsepp gentoo-dev 2009-05-04 01:06:53 UTC
Oh boy, so you bumped it over my bump somehow while it was left in overlay for review of the changes (with an extensive commit log message about it).

Now the ebuild is different and has many weird ChangeLog entries, including one saying just "test". The way the fhs patch was applied before was fine (${P} in this case) and inherit multilib got removed even though get_libdir is called (though it gets inherited through python.eclass right now still, but implicitly)