opnsense-src/gnu/usr.bin/perl
Mark Murray fac189508a From the submitter:
$ PERL_DL_NONLAZY=1 perl -MPOSIX -e ''
Can't load '/usr/libdata/perl/5.6.0/mach/auto/POSIX/POSIX.so' for module
POSIX: /usr/libdata/perl/5.6.0/mach/auto/POSIX/POSIX.so: Undefined
symbol "sv_setptrobj" at /usr/libdata/perl/5.6.0/XSLoader.pm line 73.
 at /usr/libdata/perl/5.6.0/mach/POSIX.pm line 24
Compilation failed in require.
BEGIN failed--compilation aborted.

This problem only exists in -CURRENT.  Most often it is reproduced when
compiling some perl extension manually.  Make test uses PERL_DL_NONLAZY,
and if a tested module uses POSIX, boom!

Luckily, we don't see it very often, mostly because the vast majority of
p5 ports do not perform the `make test' step.

Submitted by:	Anton Berezin <tobez@tobez.org>
Needs to be a committer already:	Anton Berezin <tobez@tobez.org>
2001-05-26 17:40:09 +00:00
..
BSDPAN - Avoid circular `use Config', which may lead to random synax errors 2001-05-02 21:18:32 +00:00
libperl Commit the first version of BSDPAN. 2001-04-03 18:38:53 +00:00
library From the submitter: 2001-05-26 17:40:09 +00:00
miniperl When setproctitle() moved from libutil to libc, we forgot to back the 2001-02-13 05:19:56 +00:00
perl Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
pod MAN[1-9] -> MAN. 2001-03-27 14:59:06 +00:00
suidperl Always build and install suidperl. Only install suidperl setuid when 2000-08-13 01:40:06 +00:00
utils Fix cross-building. 2000-11-20 02:17:34 +00:00
x2p Fix cross-building. 2000-11-20 02:17:34 +00:00
Makefile Commit the first version of BSDPAN. 2001-04-03 18:38:53 +00:00
Makefile.inc From the submitter: 2001-05-26 17:40:09 +00:00