Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 630474 - media-tv/xmltv fails install without '.' in @INC (Can't locate lib/Ask/Term.pm in @INC)
Summary: media-tv/xmltv fails install without '.' in @INC (Can't locate lib/Ask/Term.p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Proxy Maintainers
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.26-no-dot-inc perl-5.26-unmask
  Show dependency tree
 
Reported: 2017-09-09 13:11 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-12-28 18:34 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 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-09-09 13:11:44 UTC
See tracker bug and https://wiki.gentoo.org/wiki/Project:Perl/Dot-In-INC-Removal for details.

>>> Configuring source in /var/tmp/portage/media-tv/xmltv-0.5.68/work/xmltv-0.5.68 ...
 * Using ExtUtils::MakeMaker
 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/media-tv/xmltv-0.5.68/image/
Can't locate lib/Ask/Term.pm in @INC (you may need to install the lib::Ask::Term module) (@INC contains: /etc/perl /usr/local/lib64/perl5/5.26.0/x86_64-linux /usr/local/lib64/perl5/5.26.0 /usr/lib64/perl5/vendor_perl/5.26.0/x86_64-linux /usr/lib64/perl5/vendor_perl/5.26.0 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl/5.26.0-RC1 /usr/lib64/perl5/vendor_perl/5.25.12 /usr/lib64/perl5/vendor_perl/5.25.11 /usr/lib64/perl5/vendor_perl/5.22.3 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.26.0/x86_64-linux /usr/lib64/perl5/5.26.0) at Makefile.PL line 254.
 * ERROR: media-tv/xmltv-0.5.68::gentoo failed (configure phase):
 *   Unable to build!
Comment 1 Larry the Git Cow gentoo-dev 2017-09-23 10:46:30 UTC
The bug has been referenced in the following commit(s):

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

commit 347ff1a15274fe00f1d05b2e072771e47c8a9f6a
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2017-09-23 10:45:45 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2017-09-23 10:46:10 +0000

    media-tv/xmltv: Half the work to make this compatible to Perl 5.26
    
    Now the configure phase works. Unfortunately the written Makefile still
    calls Perl, requiring modules in .
    
    Bug: https://bugs.gentoo.org/630474
    Package-Manager: Portage-2.3.10, Repoman-2.3.3

 media-tv/xmltv/files/xmltv-0.5.68-perl526-1.patch | 13 +++++++++++++
 media-tv/xmltv/xmltv-0.5.68.ebuild                |  4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)}
Comment 2 Larry the Git Cow gentoo-dev 2017-09-23 13:34:34 UTC
The bug has been closed via the following commit(s):

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

commit b668b9e2cb7641536beaf2959ae15525f4529a06
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-09-13 21:02:43 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-09-23 13:34:08 +0000

    media-tv/xmltv:  Fix configure/compile on Perl 5.26 re bug #630474
    
    Fixes:
    - Configure fails without '.' in @INC
    - Compile fails without '.' in @INC
    - Compile/Configure fails to use Data::Manip on machines with
      gentoo-install-media default setting TZ=Factory
    
    Closes: https://bugs.gentoo.org/630474
    Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-tv/xmltv/files/xmltv-0.5.68-perl526-1.patch | 81 +++++++++++++++++++----
 media-tv/xmltv/xmltv-0.5.68.ebuild                |  6 ++
 2 files changed, 74 insertions(+), 13 deletions(-)
Comment 3 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-12-27 15:51:34 UTC
Heads up proxy maint, you're probably gonna want to remove 0.5.57 soon as Perl 5.26 stabilization is imminent.

Reopening for visibility.
Comment 4 Larry the Git Cow gentoo-dev 2018-12-28 18:34:20 UTC
The bug has been closed via the following commit(s):

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

commit 8641e803f592d11fbf20829724e3ed3315575bf7
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-12-28 18:33:54 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-12-28 18:33:54 +0000

    media-tv/xmltv: Remove old, bug 630474
    
    Closes: https://bugs.gentoo.org/630474
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 media-tv/xmltv/Manifest            |   1 -
 media-tv/xmltv/metadata.xml        |  10 --
 media-tv/xmltv/xmltv-0.5.57.ebuild | 206 -------------------------------------
 3 files changed, 217 deletions(-)