tech-pkg archive

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

intltool not building (expat problem)



Hi!

Just saw that intltool is not building (on 5.99.27/amd64, native X):

=> Bootstrap dependency digest>=20010302: found digest-20080510
=> Checksum SHA1 OK for intltool-0.40.6.tar.bz2
=> Checksum RMD160 OK for intltool-0.40.6.tar.bz2
work -> /scratch/textproc/intltool/work
===> Installing dependencies for intltool-0.40.6
=> Build dependency gmake>=3.81: found gmake-3.81
=> Build dependency checkperms>=1.1: found checkperms-1.11
=> Full dependency p5-XML-Parser>=2.34nb4: found p5-XML-Parser-2.36nb1
=> Full dependency perl>=5.0: found perl-5.10.1nb1
===> Overriding tools for intltool-0.40.6
===> Extracting for intltool-0.40.6
===> Patching for intltool-0.40.6
===> Creating toolchain wrappers for intltool-0.40.6
===> Configuring for intltool-0.40.6
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
=> Checking for portability problems in extracted files
checking for a BSD-compatible install... /usr/bin/install -c -o pbulk -g builder
checking whether build environment is sane... yes
checking for gawk... /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking for perl... /usr/pkg/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... configure: error: XML::Parser perl module is require
d for intltool
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/textproc/intltool
*** Error code 1

I've reproduced the problem the configure script is having:

# perl -e "require XML::Parser"
Can't load 
'/usr/pkg/lib/perl5/vendor_perl/5.10.0/x86_64-netbsd-thread-multi/auto/XML/Parser/Expat/Expat.so'
 for module XML::Parser::Expat: Shared object "libexpat.so.2" not found at 
/usr/pkg/lib/perl5/5.10.0/x86_64-netbsd-thread-multi/DynaLoader.pm line 200.
 at 
/usr/pkg/lib/perl5/vendor_perl/5.10.0/x86_64-netbsd-thread-multi/XML/Parser.pm 
line 14
Compilation failed in require at 
/usr/pkg/lib/perl5/vendor_perl/5.10.0/x86_64-netbsd-thread-multi/XML/Parser.pm 
line 14.
BEGIN failed--compilation aborted at 
/usr/pkg/lib/perl5/vendor_perl/5.10.0/x86_64-netbsd-thread-multi/XML/Parser.pm 
line 18.
Compilation failed in require at -e line 1.

The file exists in /usr/X11R7/lib/libexpat.so.2, for quite some time,
and I didn't have problems with it so far...

Any ideas?
 Thomas


Home | Main Index | Thread Index | Old Index