Subject: re: pkg/31409
To: None <grant@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Carl Brewer <carl@bl.echidna.id.au>
List: pkgsrc-bugs
Date: 10/11/2005 01:41:01
The following reply was made to PR pkg/31409; it has been noted by GNATS.

From: Carl Brewer <carl@bl.echidna.id.au>
To: gnats-bugs@netbsd.org
Cc: 
Subject: re: pkg/31409
Date: Tue, 11 Oct 2005 10:53:37 +1000

 Further to this, if I do a vanilla compile of clamav outside of
 pkgsrc, it compiles ok (no arguments to configure) But as soon as I try 
 and build it inside pkgsrc it barfs.
 
 
 
 This is the configure line in work/config.log :
 
    $ ./configure --disable-clamav --sysconfdir=/usr/pkg/etc
 --with-dbdir=/var/clamav --with-uid=clamav --with-group=clamav
 --with-tcpwrappers --enable-milter --with-libcurl --disable-zlib-vcheck
 --host=i386--netbsdelf --prefix=/usr/pkg --mandir=/usr/pkg/man
 --with-libiconv-prefix=/usr/pkg
 
 
 
 my mk.conf file has this in it :
 
 ACCEPTABLE_LICENSES+=fee-based-commercial-use
 ACCEPTABLE_LICENSES+=no-profit
 ACCEPTABLE_LICENSES+=majordomo-license
 USE_MILTER=YES
 FAILOVER_FETCH=yes
 PKG_DEVELOPER=1
 PKG_OPTIONS.rt=frontend-modperl2
 PKG_OPTIONS.rt+=backend-mysql
 PKG_OPTIONS.clamav+=milter
 #PKG_OPTIONS.sendmail+=sasl starttls
 PKG_OPTIONS.sendmail+=sasl tls
 APACHE_MODULES+=deflate
 APACHE_MODULES+=dav
 APACHE_MODULES+=ssl
 APACHE_MODULES+=deflate
 APACHE_MODULES+=all
 ACCEPTABLE_LICENSES+=shareware
 #PKG_OPTIONS.perl+=threads
 #PERL5_OPTIONS+=threads
 
 Other than that, this is a bog-standard i386 1.6.2 server.
 I'm a bit stumped, is there anything I can do to help
 sort this out?