tech-pkg archive

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

Re: perl on VAX



> attributes object version 0.2899999938905239 does not match $attributes::VERSION 0.29 at /usr/local/lib/perl5/5.26.0/XSLoader.pm line 114.

Care to provide the output of the following:

$ perl -lwe 'print 0+"0.29"'

$ nm /usr/pkg/lib/perl5/5.26.0/*-netbsd-thread-multi/auto/POSIX/POSIX.so |grep strto
$ nm /usr/pkg/lib/perl5/5.26.0/*-netbsd-thread-multi/CORE/libperl.so |grep strto

?

It might be handy to:
- Share your packages and perl work directory, to ease debugging (They are also
kept in /usr/pkgsrc/packages/All/*)

- To ease debugging more and assuming your machine can spend some time
  compiling perl again, mv your work directory, and start building
  perl like so:

make CFLAGS="-g3 -ggdb -O0" INSTALL_UNSTRIPPED=yes

Share the result and work directory :-)

> /usr/local/lib/perl5/5.26.0/vax-netbsd-thread-multi/CORE/libperl.so: text relocations

I assume you saw martin post about the same, he also made PR toolchain/52427.


Home | Main Index | Thread Index | Old Index