Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626590 - dev-perl/MooseX-ClassAttribute-0.270.0 needs List::MoreUtils ( Can't locate List/MoreUtils.pm in @INC )
Summary: dev-perl/MooseX-ClassAttribute-0.270.0 needs List::MoreUtils ( Can't locate L...
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: 2017-07-30 09:04 UTC by Toralf Förster
Modified: 2017-10-31 09:18 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.16 KB, text/plain)
2017-07-30 09:04 UTC, Toralf Förster
Details
dev-perl:MooseX-ClassAttribute-0.270.0:20170730-050838.log (dev-perl:MooseX-ClassAttribute-0.270.0:20170730-050838.log,22.79 KB, text/plain)
2017-07-30 09:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,45.57 KB, text/plain)
2017-07-30 09:04 UTC, Toralf Förster
Details
environment (environment,105.81 KB, text/plain)
2017-07-30 09:04 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.83 KB, application/x-bzip)
2017-07-30 09:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.17 KB, application/x-bzip)
2017-07-30 09:04 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,5.50 KB, application/x-bzip)
2017-07-30 09:04 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-07-30 09:04:13 UTC
BEGIN failed--compilation aborted at /var/tmp/portage/dev-perl/MooseX-ClassAttribute-0.270.0/work/MooseX-ClassAttribute-0.27/blib/lib/MooseX/ClassAttribute/Meta/Role/Attribute.pm line 9.
Compilation failed in require at /var/tmp/portage/dev-perl/MooseX-ClassAttribute-0.270.0/work/MooseX-ClassAttribute-0.27/blib/lib/MooseX/ClassAttribute/Trait/Role.pm line 9.
BEGIN failed--compilation aborted at /var/tmp/portage/dev-perl/MooseX-ClassAttribute-0.270.0/work/MooseX-ClassAttribute-0.27/blib/lib/MooseX/ClassAttribute/Trait/Role.pm line 9.
Compilation failed in require at /var/tmp/portage/dev-perl/MooseX-ClassAttribute-0.270.0/work/MooseX-ClassAttribute-0.27/blib/lib/MooseX/ClassAttribute.pm line 18.
BEGIN failed--compilation aborted at /var/tmp/portage/dev-perl/MooseX-ClassAttribute-0.270.0/work/MooseX-ClassAttribute-0.27/blib/lib/MooseX/ClassAttribute.pm line 18.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-gnome-systemd_libressl_20170729-094539

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.5.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

This might be a dup of bug #596664
Comment 1 Toralf Förster gentoo-dev 2017-07-30 09:04:16 UTC
Created attachment 487304 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-07-30 09:04:19 UTC
Created attachment 487306 [details]
dev-perl:MooseX-ClassAttribute-0.270.0:20170730-050838.log
Comment 3 Toralf Förster gentoo-dev 2017-07-30 09:04:22 UTC
Created attachment 487308 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-07-30 09:04:25 UTC
Created attachment 487310 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-07-30 09:04:28 UTC
Created attachment 487312 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-07-30 09:04:31 UTC
Created attachment 487314 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-07-30 09:04:34 UTC
Created attachment 487316 [details]
tests.tbz2
Comment 8 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-07-30 10:34:06 UTC
t/01-basic.t .............................. Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module)



> 

RDEPEND=">=dev-perl/Moose-1.230
        >=dev-perl/namespace-autoclean-0.11
        >=dev-perl/namespace-clean-0.200"
DEPEND="${RDEPEND}
        >=virtual/perl-ExtUtils-MakeMaker-6.31
        test? ( >=virtual/perl-Test-Simple-0.88
                dev-perl/Test-Fatal
                >=dev-perl/Test-Requires-0.05 )"

> https://metacpan.org/source/DROLSKY/MooseX-ClassAttribute-0.27/META.json#L29

      "runtime" : {
         "requires" : {
            "List::MoreUtils" : "0",
Comment 9 Toralf Förster gentoo-dev 2017-08-20 20:22:43 UTC
happens for FEATURES=test
Comment 10 Larry the Git Cow gentoo-dev 2017-10-31 08:45:25 UTC
The bug has been closed via the following commit(s):

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

commit 6a473be0d44cf3860703073f7ac79c33d663b826
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-31 08:44:59 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-31 08:44:59 +0000

    dev-perl/MooseX-ClassAttribute: Fix missing RDEP on List::MoreUtils bug #626590
    
    - fix missing rdep
    - normalise other deps
    - r1 bump for rdep propagation
    - cleanup annoying tests
    
    Closes: https://bugs.gentoo.org/626590
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../MooseX-ClassAttribute-0.270.0-r1.ebuild        | 33 ++++++++++++++++++++++
 .../MooseX-ClassAttribute-0.270.0.ebuild           | 26 -----------------
 2 files changed, 33 insertions(+), 26 deletions(-)