Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615362 - dev-perl/Unicode-UTF8-0.610.0 requires Test-Fatal
Summary: dev-perl/Unicode-UTF8-0.610.0 requires Test-Fatal
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:
: 615380 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-04-12 14:15 UTC by Tanktalus
Modified: 2017-04-13 00:05 UTC (History)
2 users (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 Tanktalus 2017-04-12 14:15:21 UTC
Upgrading Unicode-UTF8 gives me:

 * Package:    dev-perl/Unicode-UTF8-0.610.0
 * Repository: gentoo
 * Maintainer: perl@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   distcc preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking Unicode-UTF8-0.61.tar.gz to /var/tmp/portage/dev-perl/Unicode-UTF8-0.610.0/work
>>> Source unpacked in /var/tmp/portage/dev-perl/Unicode-UTF8-0.610.0/work
>>> Preparing source in /var/tmp/portage/dev-perl/Unicode-UTF8-0.610.0/work/Unicode-UTF8-0.61 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-perl/Unicode-UTF8-0.610.0/work/Unicode-UTF8-0.61 ...
 * Using ExtUtils::MakeMaker
 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/dev-perl/Unicode-UTF8-0.610.0/image/
# The following modules are not available.
# `perl Makefile.PL | cpanm` will install them:
Test::Fatal
 * ERROR: dev-perl/Unicode-UTF8-0.610.0::gentoo failed (configure phase):
 *   Unable to build!

Looks like it needs Test-Fatal installed. After installing Test-Fatal, the upgrade goes clean.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-12 14:19:22 UTC
Ah. Yeah. This is more "Upstream did a thing that wasn't too good"

I filed the bug and upstream fixed the problem yesterday :D 

https://rt.cpan.org/Ticket/Display.html?id=121079

Just haven't gotten around to rolling that version out.
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-12 15:10:45 UTC
commit:  b917ed05edf75fa4a17764984528ef4cc115e076
author:  2017-04-12 15:10:07 +0000 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-12 15:10:07 +0000 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Unicode-UTF8: Remove old

    Purging version affected by bug #615362
    
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/Unicode-UTF8/Manifest                    |  1 -
 dev-perl/Unicode-UTF8/Unicode-UTF8-0.610.0.ebuild | 36 -----
 2 files changed, 37 deletions(-)
commit:  3579cec1fe1daf5c3b5a658a86737a41466b754a
author:  2017-04-12 15:08:24 +0000 Kent Fredric <kentnl@gentoo.org>
commit:  2017-04-12 15:08:55 +0000 Kent Fredric <kentnl@gentoo.org>
gpg-key: E854324B1366A820

    dev-perl/Unicode-UTF8: Bump to version 0.620.0 re bug #615362

    Upstream:
    - Remove broken checks on non-bundled modules
    
    Bug: https://bugs.gentoo.org/615362
    Package-Manager: Portage-2.3.4, Repoman-2.3.2


 dev-perl/Unicode-UTF8/Manifest                    |  1 +
 dev-perl/Unicode-UTF8/Unicode-UTF8-0.620.0.ebuild | 36 +++++
 2 files changed, 37 insertions(+)
Comment 3 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-13 00:05:35 UTC
*** Bug 615380 has been marked as a duplicate of this bug. ***