Subject: textproc/intltool
To: None <pkgsrc-users@netbsd.org>
From: Andy Ball <ball@cyberspace.org>
List: pkgsrc-users
Date: 03/30/2006 11:51:52
hunter# pwd
/usr/src/pkgsrc/textproc/intltool
hunter# make
===> *** No /usr/src/pkgsrc/distfiles/pkg-vulnerabilities file found,
===> *** skipping vulnerability checks. To fix, install
===> *** the pkgsrc/security/audit-packages package and run
===> *** '/usr/pkg/sbin/download-vulnerability-list'.
===> Configuring for intltool-0.34.2
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... /usr/bin/awk
checking whether make sets $(MAKE)... yes
checking for i386--netbsdelf-strip... no
checking for strip... strip
checking for perl... /usr/pkg/bin/perl
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
*** Error code 1

Stop.
make: stopped in /usr/src/pkgsrc/textproc/intltool
===> 
===> There was an error during the ``configure'' phase.
===> Please investigate the following for more information:
===>      * config.log
===>      * /usr/src/pkgsrc/textproc/intltool/work/.work.log
===> 
*** Error code 1

Stop.
make: stopped in /usr/src/pkgsrc/textproc/intltool
hunter# cat config.log
cat: config.log: No such file or directory
hunter# cat work/.work.log 
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/true 
<.> true  
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/true 
<.> true  
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/true 
<.> true  
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/true 
<.> true  
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/mkdir -p .
<.> /bin/mkdir -p -p .
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/mkdir -p --version .
<.> /bin/mkdir -p -p --version .
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/echo ac_maketemp="make"
<.> echo  ac_maketemp="make"
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/mkdir .tst
<.> /bin/mkdir -p .tst
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/true 
<.> true  
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/true 
<.> true  
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/mkdir -p .
<.> /bin/mkdir -p -p .
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/mkdir -p --version .
<.> /bin/mkdir -p -p --version .
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/echo ac_maketemp="make"
<.> echo  ac_maketemp="make"
[*] /usr/src/pkgsrc/textproc/intltool/work/.tools/bin/mkdir .tst
<.> /bin/mkdir -p .tst
hunter# uname -a
NetBSD hunter 2.1 NetBSD 2.1 (GENERIC) #0: Mon Oct 24 22:35:45 UTC 2005  jmc@faith.netbsd.org:/home/builds/ab/netbsd-2-1-RELEASE/i386/200510241747Z-obj/home/builds/ab/netbsd-2-1-RELEASE/src/sys/arch/i386/compile/GENERIC i386

Any ideas?  This is with a pkgsrc-current that I synched
yesterday.

- Andy Ball.