Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646628 - R-packages.eclass::R_Overlay typo makes everything fail at the install phase
Summary: R-packages.eclass::R_Overlay typo makes everything fail at the install phase
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Benda Xu
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-05 04:28 UTC by Reuben Martin
Modified: 2018-02-05 18:56 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 Reuben Martin 2018-02-05 04:28:43 UTC
For some reason there is the letter "y" appended to the install source path:

R-packages_src_install() {
        insinto /usr/$(get_libdir)/R/site-library
        doins -r "${WORKDIR}"/${PN//_/.}y
}

Which makes everything fail at the install phase.

Reproducible: Always
Comment 1 Benda Xu gentoo-dev 2018-02-05 18:56:06 UTC
Oops, sorry for that.  Made a fix to it.