Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612920 - sci-libs/scipy wildcard expansion in DISTDIR
Summary: sci-libs/scipy 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 Related Packages
URL:
Whiteboard:
Keywords:
: 613008 (view as bug list)
Depends on:
Blocks: 612994
  Show dependency tree
 
Reported: 2017-03-17 14:51 UTC by Ulrich Müller
Modified: 2017-03-19 12:45 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:51:00 UTC
The ebuilds do wildcard expansion when installing: "${DISTDIR}"/${PN}*pdf or similar.

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, the ebuild will install any matching files, even if they are not in ${A}. For example, these could be files for a different version of the package.

Please specify the filename explicitly. (AFAICS one single file is installed.)
Comment 1 David Seifert gentoo-dev 2017-03-19 09:22:14 UTC
*** Bug 613008 has been marked as a duplicate of this bug. ***
Comment 2 David Seifert gentoo-dev 2017-03-19 12:45:40 UTC
commit 1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7
Author: David Seifert <soap@gentoo.org>
Date:   Sun Mar 19 13:44:15 2017 +0100

    sci-libs/scipy: Do not glob on DISTDIR
    
    Bug: https://bugs.gentoo.org/show_bug.cgi?id=612920