pkgsrc-Users archive

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

minor libwww build issue in -current pkgsrc



I just synched pkgsrc last night and I'm building some stuff, and I found it waiting for input here:

===> Configuring for libwww-5.4.0nb12
chmod a+x /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/configure
touch /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/aclocal.m4
touch /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/configure
touch /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0/stamp-h.in
cd /usr/pkgsrc/www/libwww/work/w3c-libwww-5.4.0 && automake
Use of "do" to call subroutines is deprecated at /usr/pkgsrc/www/libwww/work/.tools/bin/automake line 986.
Use of "do" to call subroutines is deprecated at /usr/pkgsrc/www/libwww/work/.tools/bin/automake line 1147.
=> 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 build system type... arm--netbsdelf
checking host system type... arm--netbsdelf
checking target system type.. arm--netbsdelf
remove 'conftest.sed'?

In the configure script in the work directory, I found this:

rm conftest.sed

So I guess it's a problem in w3c-libwww, not really pkgsrc.

I alias my rm command to be rm -i, I'm guessing that's what caused it.

Andy


Home | Main Index | Thread Index | Old Index