Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612906 - sci-physics/herwig-6.5.21 wildcard expansion in DISTDIR
Summary: sci-physics/herwig-6.5.21 wildcard expansion in DISTDIR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 612994
  Show dependency tree
 
Reported: 2017-03-17 14:05 UTC by Ulrich Müller
Modified: 2017-03-19 10:14 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 Ulrich Müller gentoo-dev 2017-03-17 14:05:33 UTC
The ebuild has this:

src_unpack() {
	cp "${DISTDIR}"/* "${S}"
}

Now the package manager may use the real DISTDIR, or it may use a "shadow" dir instead. The ebuild must not rely on either of these cases. If DISTDIR is the real dir, ${S} will end up with a lot of files.
Comment 1 Andrew Savchenko gentoo-dev 2017-03-19 10:14:55 UTC
Fixed in 2ea322cc35bb2d4926bd6637af82e796622bfdd7.