Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627080 - dev-perl/rpm-build-perl-0.820.0-r1 : # Failed test at t/01-B-PerlReq.t line 40.
Summary: dev-perl/rpm-build-perl-0.820.0-r1 : # Failed test at t/01-B-PerlReq.t line...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on: 623096
Blocks:
  Show dependency tree
 
Reported: 2017-08-05 07:17 UTC by Toralf Förster
Modified: 2017-10-23 03:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,14.79 KB, text/plain)
2017-08-05 07:17 UTC, Toralf Förster
Details
dev-perl:rpm-build-perl-0.820.0-r1:20170804-223429.log (dev-perl:rpm-build-perl-0.820.0-r1:20170804-223429.log,91.95 KB, text/plain)
2017-08-05 07:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,129.15 KB, text/plain)
2017-08-05 07:17 UTC, Toralf Förster
Details
environment (environment,36.08 KB, text/plain)
2017-08-05 07:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.17 KB, application/x-bzip)
2017-08-05 07:17 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,15.47 KB, application/x-bzip)
2017-08-05 07:17 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,2.33 KB, application/x-bzip)
2017-08-05 07:17 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-08-05 07:17:16 UTC
t/01-B-PerlReq.t .. 1/? 
#   Failed test at t/01-B-PerlReq.t line 40.
#          got: 'perl(Data/Dumper.pm)'
#     expected: ''
dying at -e line 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-no-multilib_20170802-210334

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.3.0
 [2] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby21 (with Rubygems)
  [2]   ruby22 (with Rubygems) *



emerge -qpv dev-perl/rpm-build-perl
[ebuild  N    ] dev-perl/rpm-build-perl-0.820.0-r1  USE="{test}"
Comment 1 Toralf Förster gentoo-dev 2017-08-05 07:17:20 UTC
Created attachment 487970 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-08-05 07:17:23 UTC
Created attachment 487972 [details]
dev-perl:rpm-build-perl-0.820.0-r1:20170804-223429.log
Comment 3 Toralf Förster gentoo-dev 2017-08-05 07:17:26 UTC
Created attachment 487974 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-08-05 07:17:30 UTC
Created attachment 487976 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-08-05 07:17:33 UTC
Created attachment 487978 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-08-05 07:17:36 UTC
Created attachment 487980 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-08-05 07:17:39 UTC
Created attachment 487982 [details]
tests.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2017-09-11 20:36:46 UTC
The bug has been referenced in the following commit(s):

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

commit ca1d40bfe9630aed8d9dd08692113d67ed107945
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-09-11 20:34:05 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-09-11 20:36:36 +0000

    dev-perl/Test-Dependencies: Bump to version 0.230.0 and kill ::Heavy
    
    This bump removes support for having ::Heavy work and forces the code
    paths to try the ::Light, or die()
    
    This is because there's little evidence anyone uses this, as its been
    broken since Perl 5.22, and allows us to consider removing
    rpm-build-perl without also removing Test::Dependencies
    
    (Test::Dependencies doesn't itself have any obvious consumers, but it
     did recently from Crypt-SMIME)
    
    Bug: https://bugs.gentoo.org/623096
    Bug: https://bugs.gentoo.org/627080
    Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Test-Dependencies/Manifest                |   1 +
 .../Test-Dependencies-0.230.0.ebuild               |  37 +++
 ...Dependencies-0.230.0-backcompat-test-more.patch |  78 ++++++
 .../files/Test-Dependencies-0.230.0-no-heavy.patch | 287 +++++++++++++++++++++
 4 files changed, 403 insertions(+)}
Comment 9 Larry the Git Cow gentoo-dev 2017-09-11 20:44:44 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/sync/gentoo.git/commit/?id=ca1d40bfe9630aed8d9dd08692113d67ed107945

commit ca1d40bfe9630aed8d9dd08692113d67ed107945
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-09-11 20:34:05 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-09-11 20:36:36 +0000

    dev-perl/Test-Dependencies: Bump to version 0.230.0 and kill ::Heavy
    
    This bump removes support for having ::Heavy work and forces the code
    paths to try the ::Light, or die()
    
    This is because there's little evidence anyone uses this, as its been
    broken since Perl 5.22, and allows us to consider removing
    rpm-build-perl without also removing Test::Dependencies
    
    (Test::Dependencies doesn't itself have any obvious consumers, but it
     did recently from Crypt-SMIME)
    
    Bug: https://bugs.gentoo.org/623096
    Bug: https://bugs.gentoo.org/627080
    Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Test-Dependencies/Manifest                |   1 +
 .../Test-Dependencies-0.230.0.ebuild               |  37 +++
 ...Dependencies-0.230.0-backcompat-test-more.patch |  78 ++++++
 .../files/Test-Dependencies-0.230.0-no-heavy.patch | 287 +++++++++++++++++++++
 4 files changed, 403 insertions(+)}
Comment 10 Larry the Git Cow gentoo-dev 2017-10-23 03:27:55 UTC
The bug has been closed via the following commit(s):

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

commit b455abbd94d89b55c0c3f5c0e35ca57bf1044e65
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-23 03:25:56 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-23 03:25:56 +0000

    dev-perl/rpm-build-perl: Treeclean
    
    Closes: https://bugs.gentoo.org/623096
    Closes: https://bugs.gentoo.org/627080

 dev-perl/rpm-build-perl/Manifest                   |  2 --
 dev-perl/rpm-build-perl/metadata.xml               |  8 ------
 .../rpm-build-perl-0.820.0-r1.ebuild               | 30 ----------------------
 .../rpm-build-perl/rpm-build-perl-0.820.0.ebuild   | 27 -------------------
 profiles/package.mask                              |  5 ----
 5 files changed, 72 deletions(-)