Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699434 - dev-perl/File-BaseDir-0.70.0: build_requires: ! File::Which is not installed
Summary: dev-perl/File-BaseDir-0.70.0: build_requires: ! File::Which is not installed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-06 10:07 UTC by Perfect Gentleman
Modified: 2019-11-06 10:14 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 Perfect Gentleman 2019-11-06 10:07:12 UTC
>>> Emerging (49 of 63) dev-perl/File-BaseDir-0.70.0::gentoo
 * File-BaseDir-0.07.tar.gz BLAKE2B SHA512 size ;-) ...                                                                             [ ok ]
>>> Unpacking source...
>>> Unpacking File-BaseDir-0.07.tar.gz to /tmp/portage/dev-perl/File-BaseDir-0.70.0/work
>>> Source unpacked in /tmp/portage/dev-perl/File-BaseDir-0.70.0/work
>>> Preparing source in /tmp/portage/dev-perl/File-BaseDir-0.70.0/work/File-BaseDir-0.07 ...
>>> Source prepared.
>>> Configuring source in /tmp/portage/dev-perl/File-BaseDir-0.70.0/work/File-BaseDir-0.07 ...
 * Using Module::Build
 * perl Build.PL --installdirs=vendor --libdoc= --destdir=/tmp/portage/dev-perl/File-BaseDir-0.70.0/image/ --create_packlist=1
Checking prerequisites...
  build_requires:
    !  File::Which is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation

Run 'Build installdeps' to install missing prerequisites.

Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'File-BaseDir' version '0.07'
>>> Source configured.
>>> Compiling source in /tmp/portage/dev-perl/File-BaseDir-0.70.0/work/File-BaseDir-0.07 ...
Building File-BaseDir
>>> Source compiled.
>>> Test phase [not enabled]: dev-perl/File-BaseDir-0.70.0

>>> Install dev-perl/File-BaseDir-0.70.0 into /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/
 * ./Build install --pure
Building File-BaseDir
Installing /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/usr/lib64/perl5/vendor_perl/5.30.1/File/UserDirs.pm
Installing /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/usr/lib64/perl5/vendor_perl/5.30.1/File/IconTheme.pm
Installing /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/usr/lib64/perl5/vendor_perl/5.30.1/File/BaseDir.pm
Installing /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/usr/share/man/man3/File::UserDirs.3pm
Installing /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/usr/share/man/man3/File::IconTheme.3pm
Installing /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/usr/share/man/man3/File::BaseDir.3pm
 * Fixing packlist file /usr/lib64/perl5/vendor_perl/5.30.1/x86_64-linux-thread-multi/auto/File/BaseDir/.packlist
 * Pruning surplus packlist entry /usr/share/man/man3/File::BaseDir.3pm
 * Pruning surplus packlist entry /usr/share/man/man3/File::IconTheme.3pm
 * Pruning surplus packlist entry /usr/share/man/man3/File::UserDirs.3pm
>>> Completed installing dev-perl/File-BaseDir-0.70.0 into /tmp/portage/dev-perl/File-BaseDir-0.70.0/image/

 * Final size of build directory: 180 KiB
 * Final size of installed tree:   32 KiB

Reproducible: Always
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2019-11-06 10:14:51 UTC
Not actually a bug. 

Upstream's tooling (Module::Build) is stupid in that it cries about all optional dependencies being missing, which includes those that are used exclusively for tests.

File-Which is declared as a dependency for USE="test"

So unless you can provide some problem you're experiencing other than some useless warning message, please don't continue to report problems like this.