Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762706 - dev-perl/Sub-Quote-2.4.0 fails tests with perl-5.32.0-r1
Summary: dev-perl/Sub-Quote-2.4.0 fails tests with perl-5.32.0-r1
Status: RESOLVED FIXED
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: 2020-12-31 00:46 UTC by Andreas K. Hüttel
Modified: 2021-05-29 22:24 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 Andreas K. Hüttel archtester gentoo-dev 2020-12-31 00:46:26 UTC
>>> Emerging (139 of 236) dev-perl/Sub-Quote-2.4.0::gentoo
 * Sub-Quote-2.004000.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                                  [ ok ]
>>> Unpacking source...
>>> Unpacking Sub-Quote-2.004000.tar.gz to /tmp/portage/dev-perl/Sub-Quote-2.4.0/work
>>> Source unpacked in /tmp/portage/dev-perl/Sub-Quote-2.4.0/work
>>> Preparing source in /tmp/portage/dev-perl/Sub-Quote-2.4.0/work/Sub-Quote-2.004000 ...
>>> Source prepared.
>>> Configuring source in /tmp/portage/dev-perl/Sub-Quote-2.4.0/work/Sub-Quote-2.004000 ...
 * Using ExtUtils::MakeMaker
 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/dev-perl/Sub-Quote-2.4.0/image/
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Sub::Quote
Writing MYMETA.yml and MYMETA.json
>>> Source configured.
>>> Compiling source in /tmp/portage/dev-perl/Sub-Quote-2.4.0/work/Sub-Quote-2.004000 ...
 * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
make -j9 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' 
cp lib/Sub/Quote.pm blib/lib/Sub/Quote.pm
cp lib/Sub/Defer.pm blib/lib/Sub/Defer.pm
>>> Source compiled.
>>> Test phase: dev-perl/Sub-Quote-2.4.0
 * Test::Harness Jobs=9
make -j9 test TEST_VERBOSE=0 
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/sub-defer-threads.t ..... skipped: your perl does not support ithreads
t/sub-quote-threads.t ..... skipped: your perl does not support ithreads
t/croak-locations.t ....... ok                                          
t/inline.t ................ ok                                          
t/leaks.t ................. ok                                          
t/hints.t ................. ok                                          
t/sub-defer-no-subname.t .. ok                                          
t/sub-defer.t ............. ok                                          
t/sub-quote.t ............. ok                                          
t/quotify.t ............... 304/? Use of strings with code points over 0xFF as arguments to bitwise and (&) operator is not allowed at /tmp/portage/dev-perl/Sub-Quote-2.4.0/work/Sub-Quote-2.004000/blib/lib/Sub/Quote.pm line 29.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 920.
t/quotify.t ............... Dubious, test returned 255 (wstat 65280, 0xff00)
All 920 subtests passed 

Test Summary Report
-------------------
t/quotify.t             (Wstat: 65280 Tests: 920 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=10, Tests=1070,  0 wallclock secs ( 0.19 usr  0.02 sys +  1.45 cusr  0.17 csys =  1.83 CPU)
Result: FAIL
Failed 1/10 test programs. 0/1070 subtests failed.
make: *** [Makefile:833: test_dynamic] Error 255
 * ERROR: dev-perl/Sub-Quote-2.4.0::gentoo failed (test phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-perl/Sub-Quote-2.4.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-perl/Sub-Quote-2.4.0::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/dev-perl/Sub-Quote-2.4.0:20201231-004313.log.gz'.
 * For convenience, a symlink to the build log is located at '/tmp/portage/dev-perl/Sub-Quote-2.4.0/temp/build.log.gz'.
 * The ebuild environment file is located at '/tmp/portage/dev-perl/Sub-Quote-2.4.0/temp/environment'.
 * Working directory: '/tmp/portage/dev-perl/Sub-Quote-2.4.0/work/Sub-Quote-2.004000'
 * S: '/tmp/portage/dev-perl/Sub-Quote-2.4.0/work/Sub-Quote-2.004000'
Comment 1 Larry the Git Cow gentoo-dev 2020-12-31 00:58:45 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f43f436737236ef77c473ad2ae225e52ea7bcd

commit 22f43f436737236ef77c473ad2ae225e52ea7bcd
Author:     Andreas K. Huettel <dilfridge@gentoo.org>
AuthorDate: 2020-12-31 00:58:20 +0000
Commit:     Andreas K. Huettel <dilfridge@gentoo.org>
CommitDate: 2020-12-31 00:58:20 +0000

    dev-perl/Sub-Quote: Version bump
    
    Bug: https://bugs.gentoo.org/762706
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>

 dev-perl/Sub-Quote/Manifest               |  1 +
 dev-perl/Sub-Quote/Sub-Quote-2.6.6.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2021-05-04 22:02:35 UTC
Fixed in 2.6.6