1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/gnu/usr.bin/perl/library
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
..
attrs Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
B Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
ByteLoader Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
DB_File Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
DProf Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Dumper Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Errno Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Fcntl Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Glob Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Hostname Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
IO Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
NDBM_File Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Opcode Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Peek Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
POSIX Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
re Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
SDBM_File Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Socket Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Syslog Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
SysV Userland build stuff for Perl5.006. 2000-06-25 14:48:20 +00:00
Makefile Bunch-o'-tweaks. 2000-07-02 15:45:05 +00:00
Makefile.inc From the submitter: 2001-05-26 17:40:09 +00:00