Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468786 - sys-apps/findutils-4.5.11 fails to install on Prefix due to rm ${D}/usr/bin/oldfind
Summary: sys-apps/findutils-4.5.11 fails to install on Prefix due to rm ${D}/usr/bin/o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 18:47 UTC by Fabian Groffen
Modified: 2013-05-07 05:22 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 Fabian Groffen gentoo-dev 2013-05-06 18:47:10 UTC
This part of the ebuild:

    # We don't need this, so punt it.
    rm "${D}"/usr/bin/oldfind "${D}"/usr/share/man/man1/oldfind.1 || die

fails in Prefix because it doesn't find both files, that are in ${ED}.  The ebuild is EAPI=2, if we could bump it to EAPI=3, ${ED} could be used.

I think using EAPI=3 is the easiest solution here.  Any problems with doing so?
Comment 1 SpanKY gentoo-dev 2013-05-06 19:44:11 UTC
i could just move it back down to EAPI=0 ;)

i don't plan to ever stabilize findutils-4.5.x.  so by the time 4.6.x rolls out, using EAPI=3 in stable probably will long be fine.  so feel free to make that change to 4.5.11.
Comment 2 Fabian Groffen gentoo-dev 2013-05-07 05:22:03 UTC
thanks, committed