Subject: trouble building pwlib
To: None <netbsd-help@netbsd.org>
From: Andy Ball <ball@cyberspace.org>
List: netbsd-help
Date: 12/20/2004 02:24:01
Hello,

I'm never sure where to ask about problems with
building things from pkgsrc, so if this is off-
topic please point me in the right direction.

Following is what I see when I try to build pwlib
from pkgsrc.  I am using NetBSD-1.6.1 on i386 and
the pkgsrc was refreshed a few days ago.

- Andy Ball

almond# 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'.
===> Building for pwlib-1.8.3nb1
set -e; /usr/pkg/bin/gmake -C src/ptlib/unix opt;
gmake[1]: Entering directory `/usr/src/pkgsrc/devel/pwlib/work/pwlib/src/ptlib/unix'
ib/pssl.cxx -o /usr/src/pkgsrc/devel/pwlib/work/pwlib/lib/obj_NetBSD_x86_r/pssl.o

/pwlib/work/pwlib/lib/obj_NetBSD_x86_r/.libs/pssl.
../../ptclib/pssl.cxx: In member function `BOOL PSSLDiffieHellman::Load(const 
   PFilePath&, PSSLFileTypes)':
../../ptclib/pssl.cxx:778: error: invalid conversion from `char*(*)(...)' to `
   char*(*)()'
../../ptclib/pssl.cxx:778: error: invalid conversion from `char*(*)(...)' to `
   char*(*)()'
gmake[1]: *** [/usr/src/pkgsrc/devel/pwlib/work/pwlib/lib/obj_NetBSD_x86_r/pssl.o] Error 1
gmake[1]: Leaving directory `/usr/src/pkgsrc/devel/pwlib/work/pwlib/src/ptlib/unix'
gmake: *** [opt] Error 2
*** Error code 2

Stop.
make: stopped in /usr/src/pkgsrc/devel/pwlib
*** Error code 1

Stop.
make: stopped in /usr/src/pkgsrc/devel/pwlib
almond#