FS#55127 - [make] make check breaks "Can't locate test_driver.pl"

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Sunday, 13 August 2017, 12:58 GMT
Last edited by Allan McRae (Allan) - Sunday, 04 November 2018, 01:43 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Building results in:

cd tests && perl ./run_make_tests.pl -srcdir /home/build/packages/make/trunk/src/make-4.2.1 -make ../make
Can't locate test_driver.pl in @INC (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at ./run_make_tests.pl line 61.

As suggested in:

https://lists.gnu.org/archive/html/bug-make/2017-03/msg00040.html

setting:

export PERL_USE_UNSAFE_INC=1

in 'check()' makes the test suite work again.

Additional info:
* package version(s): 4.2.1-2
* config and/or log files etc.


Steps to reproduce:

Build the package.
This task depends upon

Closed by  Allan McRae (Allan)
Sunday, 04 November 2018, 01:43 GMT
Reason for closing:  Fixed
Additional comments about closing:  make-4.2.1-3
Comment by Eli Schwartz (eschwartz) - Monday, 14 August 2017, 01:33 GMT
  • Field changed: Category (Packages: Core → Upstream Bugs)

Loading...