Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481718 - dev-perl/Params-Validate - missing some dependencies for tests
Summary: dev-perl/Params-Validate - missing some dependencies for tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on: 484456 484458
Blocks:
  Show dependency tree
 
Reported: 2013-08-20 07:12 UTC by Sergey Popov
Modified: 2014-03-19 17:56 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 Sergey Popov gentoo-dev 2013-08-20 07:12:48 UTC
phantom ~ # FEATURES="test" emerge -1 Params-Validate
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-perl/Params-Validate-1.70.0
 * Params-Validate-1.07.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                   [ ok ]
>>> Unpacking source...
>>> Unpacking Params-Validate-1.07.tar.gz to /var/tmp/portage/dev-perl/Params-Validate-1.70.0/work
>>> Source unpacked in /var/tmp/portage/dev-perl/Params-Validate-1.70.0/work
>>> Preparing source in /var/tmp/portage/dev-perl/Params-Validate-1.70.0/work/Params-Validate-1.07 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-perl/Params-Validate-1.70.0/work/Params-Validate-1.07 ...
 * Using Module::Build
 * perl Build.PL --installdirs=vendor --libdoc= --destdir=/var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/ --create_packlist=0
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Params-Validate' version '1.07'
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-perl/Params-Validate-1.70.0/work/Params-Validate-1.07 ...
Building Params-Validate
x86_64-pc-linux-gnu-gcc -Ic -I/usr/lib64/perl5/5.12.4/x86_64-linux/CORE -DXS_VERSION="1.07" -DVERSION="1.07" -fPIC -c -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -pipe -O2 -pipe -o lib/Params/Validate/XS.o lib/Params/Validate/XS.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Params/Validate/XS/XS.bs')
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/Params/Validate/XS/XS.so lib/Params/Validate/XS.o
>>> Source compiled.
t/01-validate.t ......................... ok    
t/02-noop.t ............................. ok    
t/03-attribute.t ........................ ok    
t/04-defaults.t ......................... ok    
t/05-noop_default.t ..................... ok    
t/06-options.t .......................... ok   
t/07-with.t ............................. ok    
t/08-noop_with.t ........................ ok    
t/09-regex.t ............................ ok   
t/10-noop_regex.t ....................... ok   
t/11-cb.t ............................... ok   
t/12-noop_cb.t .......................... ok   
t/13-taint.t ............................ ok    
t/14-no_validate.t ...................... ok   
t/15-case.t ............................. ok     
t/16-normalize.t ........................ ok   
t/17-callbacks.t ........................ ok   
t/18-depends.t .......................... ok    
t/19-untaint.t .......................... skipped: These tests require Test::Taint 0.02+ to run
t/21-can.t .............................. ok    
t/22-overload-can-bug.t ................. ok   
t/23-readonly.t ......................... skipped: Need Readonly::XS and Readonly for this test
t/24-tied.t ............................. ok   
t/25-undef-regex.t ...................... ok   
t/26-isa.t .............................. ok    
t/27-string-as-type.t ................... ok   
t/28-readonly-return.t .................. ok   
t/29-taint-mode.t ....................... skipped: This test is flaky
t/30-hashref-alteration.t ............... ok   
t/31-incorrect-spelling.t ............... skipped: Spec validation is disabled for now
t/32-regex-as-value.t ................... ok   
t/33-keep-errsv.t ....................... ok   
t/34-recursive-validation.t ............. ok   
t/release-cpan-changes.t ................ skipped: these tests are for release candidate testing
t/release-eol.t ......................... skipped: these tests are for release candidate testing
t/release-no-tabs.t ..................... skipped: these tests are for release candidate testing
t/release-pod-coverage.t ................ skipped: these tests are for release candidate testing
t/release-pod-linkcheck.t ............... skipped: these tests are for release candidate testing
t/release-pod-no404s.t .................. skipped: these tests are for release candidate testing
t/release-pod-spell.t ................... skipped: these tests are for release candidate testing
t/release-pod-syntax.t .................. skipped: these tests are for release candidate testing
t/release-pp-01-validate.t .............. skipped: these tests are for testing by the release
t/release-pp-02-noop.t .................. skipped: these tests are for testing by the release
t/release-pp-03-attribute.t ............. skipped: these tests are for testing by the release
t/release-pp-04-defaults.t .............. skipped: these tests are for testing by the release
t/release-pp-05-noop_default.t .......... skipped: these tests are for testing by the release
t/release-pp-06-options.t ............... skipped: these tests are for testing by the release
t/release-pp-07-with.t .................. skipped: these tests are for testing by the release
t/release-pp-08-noop_with.t ............. skipped: these tests are for testing by the release
t/release-pp-09-regex.t ................. skipped: these tests are for testing by the release
t/release-pp-10-noop_regex.t ............ skipped: these tests are for testing by the release
t/release-pp-11-cb.t .................... skipped: these tests are for testing by the release
t/release-pp-12-noop_cb.t ............... skipped: these tests are for testing by the release
t/release-pp-13-taint.t ................. skipped: these tests are for testing by the release
t/release-pp-14-no_validate.t ........... skipped: these tests are for testing by the release
t/release-pp-15-case.t .................. skipped: these tests are for testing by the release
t/release-pp-16-normalize.t ............. skipped: these tests are for testing by the release
t/release-pp-17-callbacks.t ............. skipped: these tests are for testing by the release
t/release-pp-18-depends.t ............... skipped: these tests are for testing by the release
t/release-pp-19-untaint.t ............... skipped: these tests are for testing by the release
t/release-pp-21-can.t ................... skipped: these tests are for testing by the release
t/release-pp-22-overload-can-bug.t ...... skipped: these tests are for testing by the release
t/release-pp-23-readonly.t .............. skipped: these tests are for testing by the release
t/release-pp-24-tied.t .................. skipped: these tests are for testing by the release
t/release-pp-25-undef-regex.t ........... skipped: these tests are for testing by the release
t/release-pp-26-isa.t ................... skipped: these tests are for testing by the release
t/release-pp-27-string-as-type.t ........ skipped: these tests are for testing by the release
t/release-pp-28-readonly-return.t ....... skipped: these tests are for testing by the release
t/release-pp-29-taint-mode.t ............ skipped: these tests are for testing by the release
t/release-pp-30-hashref-alteration.t .... skipped: these tests are for testing by the release
t/release-pp-31-incorrect-spelling.t .... skipped: these tests are for testing by the release
t/release-pp-32-regex-as-value.t ........ skipped: these tests are for testing by the release
t/release-pp-33-keep-errsv.t ............ skipped: these tests are for testing by the release
t/release-pp-34-recursive-validation.t .. skipped: these tests are for testing by the release
t/release-pp-is-loaded.t ................ skipped: these tests are for release candidate testing
t/release-xs-is-loaded.t ................ skipped: these tests are for release candidate testing
t/release-xs-segfault.t ................. skipped: these tests are for release candidate testing
All tests successful.

Test Summary Report
-------------------
t/34-recursive-validation.t           (Wstat: 0 Tests: 1 Failed: 0)
  TODO passed:   1
Files=77, Tests=502,  2 wallclock secs ( 0.17 usr  0.08 sys +  1.29 cusr  0.27 csys =  1.81 CPU)
Result: PASS

>>> Install Params-Validate-1.70.0 into /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/ category dev-perl
Building Params-Validate
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/auto/Params/Validate/XS/XS.so
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/auto/Params/Validate/XS/XS.bs
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/Attribute/Params/Validate.pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/Params/ValidateXS.pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/Params/Validate.pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/Params/ValidatePP.pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/Params/Validate/Constants.pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/Params/Validate/PP.pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/Params/Validate/XS.pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/share/man/man3/Attribute::Params::Validate.3pm
Installing /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/usr/share/man/man3/Params::Validate.3pm
>>> Completed installing Params-Validate-1.70.0 into /var/tmp/portage/dev-perl/Params-Validate-1.70.0/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux/auto/Params/Validate/XS/XS.so
ecompressdir: bzip2 -9 /usr/share/doc

>>> Installing (1 of 1) dev-perl/Params-Validate-1.70.0
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

Does not block stabilization cause:
a) it is minor;
b) it is not regression(such failures presents in old stable too).
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2013-08-28 12:24:40 UTC
dev-perl/Readonly
dev-perl/Readonly-XS
dev-perl/Test-Taint

must be kyeworded, please open seporate bugs.
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2014-03-19 17:56:23 UTC
Added to the latest version. Will stabilize it a little later.

+  19 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -Params-Validate-1.0.0.ebuild,
+  -Params-Validate-1.60.0.ebuild, Params-Validate-1.80.0.ebuild:
+  Add missing test dependencies wrt bug #481718; Drop old.
+