Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576644 - dev-vcs/git-2.7.2[mediawiki]: missing dependency on dev-perl/DateTime-Format-ISO8601
Summary: dev-vcs/git-2.7.2[mediawiki]: missing dependency on dev-perl/DateTime-Format-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-06 21:52 UTC by Ulrich Müller
Modified: 2016-03-12 11:41 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 Ulrich Müller gentoo-dev 2016-03-06 21:52:00 UTC
$ git remote -v
origin  mediawiki::https://wiki.gentoo.org/ (fetch)
origin  mediawiki::https://wiki.gentoo.org/ (push)
$ git pull
Can't locate DateTime/Format/ISO8601.pm in @INC (you may need to install the DateTime::Format::ISO8601 module) (@INC contains: /usr/lib64/perl5/5.22.1/x86_64-linux /usr/lib64/perl5/5.22.1 /etc/perl /usr/local/lib64/perl5/5.22.1/x86_64-linux /usr/local/lib64/perl5/5.22.1 /usr/lib64/perl5/vendor_perl/5.22.1/x86_64-linux /usr/lib64/perl5/vendor_perl/5.22.1 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.22.0/x86_64-linux /usr/lib64/perl5/vendor_perl/5.22.0 /usr/lib64/perl5/vendor_perl .) at /usr/libexec/git-core/git-remote-mediawiki line 20.
BEGIN failed--compilation aborted at /usr/libexec/git-core/git-remote-mediawiki line 20.

Installing dev-perl/DateTime-Format-ISO8601 fixed the problem for me.
Comment 1 Ulrich Müller gentoo-dev 2016-03-12 11:41:51 UTC
Fixed.