Subject: Trouble building mbone/sdr
To: netbsd-help <netbsd-help@netbsd.org>
From: Andy Ball <andy.ball@earthlink.net>
List: netbsd-help
Date: 02/02/2005 17:22:27
Hello,

On my NetBSD/i386-1.6.1 machine at home I am unable to build
mbone/sdr from pkgsrc. Below is a transcript of what happens
when I try. The log file mentioned is quite long, but I will
happily email it to someone if they think it will help.

- 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 sdr-3.0
gcc -g -O -I/usr/X11R6/include -I/usr/pkg/include/tk/generic -I/usr/pkg/include/tcl/generic -I/usr/pkg/include/common-mml -DDIFF_BYTE_ORDER -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -DFreeBSD -DHAVE_CONFIG_H  -DTcl_Eval=sdr_Tcl_Eval -c ../src/tkUnixInit.c
../src/tkUnixInit.c:18: conflicting types for `sdr_Tcl_Eval'
/usr/pkg/include/tcl/generic/tclDecls.h:439: previous declaration of `sdr_Tcl_Eval'
../src/tkUnixInit.c: In function `sdr_Tcl_Eval':
../src/tkUnixInit.c:19: warning: implicit declaration of function `strdup'
../src/tkUnixInit.c:19: warning: initialization makes pointer from integer without a cast
../src/tkUnixInit.c:29: warning: implicit declaration of function `free'
gmake: *** [tkUnixInit.o] Error 1
*** Error code 2

Stop.
make: stopped in /usr/src/pkgsrc/mbone/sdr
almond#