Subject: Problems with building ncurses-4.2
To: None <tech-pkg@netbsd.org>
From: Reinoud Zandijk <zandijk@cs.utwente.nl>
List: tech-pkg
Date: 08/05/1999 02:13:30
Hi y'all,
me again. Well, I tried to build net/ntop, and found ncurses-4.2 not
building.... it's a big package, so I ran the make process twice for the
following output. It reports a missing `_use_default_colors' in
objects/firework. Could this mean a missing define? The only definition I
found was in the file `ncurses/llib-lncurses'.
Can somebody else give it a try?
Tnx in advance,
Reinoud
The build-listing:
"
Script started on Thu Aug 5 02:59:26 1999
ismaelda# pwd
/usr/pkgsrc/net/ntop
ismaelda# make
===> Validating dependencies for ntop-1.0
>> Checksum OK for ntop-1.0.src.tar.gz.
===> Extracting for ntop-1.0
===> ntop-1.0 depends on executable: autoconf - /usr/pkg/bin/autoconf found
===> ntop-1.0 depends on package: ncurses-4.2
===> Verifying install for ../../devel/ncurses
===> Building for ncurses-4.2
cd man && make INSTALL_PREFIX="" all
cd include && make INSTALL_PREFIX="" all
cd ncurses && make INSTALL_PREFIX="" all
cd progs && make INSTALL_PREFIX="" all
cd panel && make INSTALL_PREFIX="" all
cd menu && make INSTALL_PREFIX="" all
cd form && make INSTALL_PREFIX="" all
cd misc && make INSTALL_PREFIX="" all
cd test && make INSTALL_PREFIX="" all
/usr/pkg/bin/pkglibtool-a.out-1.2p2 --mode=link cc -o firework ../objects/firework.o -L/usr/pkg/lib ../lib/libform.la ../lib/libmenu.la ../lib/libpanel.la ../lib/libncurses.la -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib
cc -o .libs/firework ../objects/firework.o -L/usr/pkg/lib -R/usr/pkg/lib -L../lib/.libs -lform -R/usr/pkg/lib -L../lib/.libs -lmenu -R/usr/pkg/lib -L../lib/.libs -lpanel -R/usr/pkg/lib -L../lib/.libs -lncurses -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/
pkg/lib -L/usr/pkg/lib
../objects/firework.o: Undefined symbol `_use_default_colors' referenced from text segment
collect2: ld returned 1 exit status
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
ismaelda# exit
ismaelda# exit
Script done on Thu Aug 5 03:01:21 1999
"
-----