Skip Menu |

This queue is for tickets about the ExtUtils-AutoConf CPAN distribution.

Report information
The Basics
Id: 40162
Status: new
Priority: 0/
Queue: ExtUtils-AutoConf

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: autoheader may be a perl script
... and this may cause problems, as you see in the many fail reports on the cpan testers site. The problem is that some tools in the testing process (CPAN.pm, Test::Harness) may set PERL5LIB. If now the perl used for autoheader does not match the perl used with ExtUtils::Autoconf (i.e. different perl versions, or threaded vs. unthreaded perl), then problems with mismatched linker symbols may happen. A workaround for this problem could be to explicitely delete the PERL5LIB and maybe other dangerous environment variables (e.g. PERL5OPT) before calling external tools which use perl. Regards, Slaven