Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614122 - app-text/po4a fails install without '.' in Perl 5.26 @INC ( Can't locate Po4aBuilder.pm in @INC )
Summary: app-text/po4a fails install without '.' in Perl 5.26 @INC ( Can't locate Po4a...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fat-Zer
URL:
Whiteboard:
Keywords:
Depends on: 614196
Blocks: perl-5.26-no-dot-inc perl-5.26-unmask
  Show dependency tree
 
Reported: 2017-03-28 07:48 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-06-16 20:31 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 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-03-28 07:48:21 UTC
>>> Source prepared.                                    
>>> Configuring source in /var/tmp/portage/app-text/po4a-0.45-r3/work/po4a-0.45 ...
 * Using Module::Build                                      
 * perl Build.PL --installdirs=vendor --libdoc= --destdir=/var/tmp/portage/app-text/po4a-0.45-r3/image/ --create_packlist=1
Can't locate Po4aBuilder.pm in @INC (you may need to install the Po4aBuilder module) (@INC contains: '.' /etc/perl /usr/local/lib64/perl5/5.25.11/x86_64-linux /usr/local/lib64/perl5/5.25.11 /usr/lib64/perl5/vendor_perl/5.25.11/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.11
/usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.25.11/x86_64-linux /usr/lib64/perl5/5.25.11) at Build.PL line 4.
BEGIN failed--compilation aborted at Build.PL line 4.        

See tracker bug #612408 for details.
Comment 1 Ettore Di Giacinto (RETIRED) gentoo-dev 2017-04-19 15:27:38 UTC
This seems to be fixed since 0.50 : https://github.com/mquinson/po4a/commit/cfe86ca53a885db48a22dca3983c53c2b1ecde4b
Comment 2 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-13 08:41:45 UTC
I'm gonna put together patches for existing versions, its easier than fluffing around with waiting for version bumps and relevant dependencies keywording and stabilization.

This particular issue is pretty much *the* most common annoyance I ran into in smoke testing and I had to carefully orchestrate my tester just to avoid problems with it.
Comment 3 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-06-13 09:44:46 UTC
Fix is trivial enough, I can merge it myself though, just looking for a formal ack from Fat-Zer: 

https://github.com/gentoo/gentoo/pull/4920
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2017-06-16 20:31:26 UTC
(In reply to Kent Fredric (IRC: kent\n) from comment #3)
> Fix is trivial enough, I can merge it myself though, just looking for a
> formal ack from Fat-Zer: 
> 
> https://github.com/gentoo/gentoo/pull/4920

Last version merged (that was the first thing to fail in my new chroot :D)