tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Perl shebang version mismatch



TK> All the files I have in /usr/pkg/bin have /usr/pkg/bin/perl as
TK> shebang. I don't have a single one that matches "/perl5".
EF> Hm. Looks like REPLACE_PERL puts in /usr/pkg/bin/perl, but during 
EF> stage-install, that gets changed to /usr/pkg/bin/perl5.18.2

TK> Try finding out how you that happened for you, I don't think it's
TK> typical.
EF> It looks like a standard Perl module with PERL5_MODULE_TYPE=Module::Build.
EF> Looks like converters/txt2html is also affected. As should be textproc/po4a.

EF> My understanding is that recent versions of Module::Build put a path to the 
EF> version-qualified Perl interpreter into the "Build" file, where it seems to 
EF> be picked up at later stages.

TK>Ok, so why does this happen for you and noone else (yet?)?
Packages both using PERL5_MODULE_TYPE=Module::Build and installing a "binary" 
seem to be rare.
What happens if you build converters/txt2html?


Home | Main Index | Thread Index | Old Index