Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613772 - sys-devel/make-4.2.1 fails tests without '.' in @INC ( Perl 5.26 ): Can't locate test_driver.pl in @INC
Summary: sys-devel/make-4.2.1 fails tests without '.' in @INC ( Perl 5.26 ): Can't loc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://lists.gnu.org/archive/html/bug...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26-no-dot-inc
  Show dependency tree
 
Reported: 2017-03-25 11:28 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-02-11 00:04 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-25 11:28:09 UTC
cd tests && perl ./run_make_tests.pl -srcdir /var/tmp/portage/sys-devel/make-4.2.1/work/make-4.2.1 -make ../make
1-minute: 2.230000  5-minute: 1.010000  15-minute: 1.030000
Can't locate test_driver.pl in @INC (@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/5.25.11/x86_64-linux /usr/lib64/perl5/vendor_perl/5.25.11 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.25.11/x86_64-linux /usr/lib64/perl5/5.25.11) at ./run_make_tests.pl line 61.
make[2]: *** [Makefile:1282: check-regression] Error 2
make[2]: Leaving directory '/var/tmp/portage/sys-devel/make-4.2.1/work/make-4.2.1'
make[1]: *** [Makefile:1089: check-am] Error 2
make[1]: Leaving directory '/var/tmp/portage/sys-devel/make-4.2.1/work/make-4.2.1'
make: *** [Makefile:798: check-recursive] Error 1

See tracker bug #612408 for details.

Likely affects all versions of make but 4.2.1 is the only one I have time to test today.
Comment 1 Larry the Git Cow gentoo-dev 2018-02-10 23:41:08 UTC
The bug has been closed via the following commit(s):

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

commit c9236f48271f0427ee50801a84f2f2a18734bf57
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-02-10 23:38:36 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-02-10 23:40:59 +0000

    sys-devel/make: Fix tests with Perl 5.26, bug 613772
    
    Closes: https://bugs.gentoo.org/613772
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/make/make-4.2.1-r1.ebuild | 2 ++
 sys-devel/make/make-4.2.1.ebuild    | 2 ++
 2 files changed, 4 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2018-02-11 00:04:03 UTC
The bug has been referenced in the following commit(s):

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

commit cf31bf20e4026d1544bd1fb08ab9e93ef22a3c15
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2018-02-11 00:03:46 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2018-02-11 00:03:55 +0000

    sys-devel/make: Add missing patch, bug 613772
    
    Bug: https://bugs.gentoo.org/613772
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-devel/make/files/make-4.2.1-perl526.patch | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)}