Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663138 - golang-build.eclass hardcodes ${WORKDIR}/${P} rather than using ${S}
Summary: golang-build.eclass hardcodes ${WORKDIR}/${P} rather than using ${S}
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-08 00:31 UTC by Mike Auty (RETIRED)
Modified: 2018-08-08 00:31 UTC (History)
0 users

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 Mike Auty (RETIRED) gentoo-dev 2018-08-08 00:31:54 UTC
I was just trying to mock an ebuild for step (https://github.com/smallstep/cli/) which they've helpfully put in a repo called cli rather than step, meaning the tarball from github comes out containing cli-0.0.1 rather than step-0.0.1.  Overriding ${S} to get over this issue highlighted that the golang-build eclass hardcodes the use of "${WORKDIR}/${P}" rather than using "${S}" which is probably what was intended.  Lemme know if you need any more information...  5:)