Subject: is p5-Tk package ok?
To: None <tech-pkg@netbsd.org>
From: Erik Bertelsen <erik@mediator.uni-c.dk>
List: tech-pkg
Date: 09/22/1999 10:24:04
On my machine with NetBSD/i386 and pkgsrc updated to yesterday's
current, I get the following while building p5-Tk:

...
cp demos/widget_lib/Plot.pm ../blib/lib/Tk/demos/widget_lib/Plot.pm
cp demos/widget_lib/mkListbox3.pl ../blib/lib/Tk/demos/widget_lib/mkListbox3.pl
/usr/pkg/bin/perl -I.. -MTk::install -e installbin perl widget ../blib/script/widget
installbin widget => ../blib/script/widget
/usr/pkg/bin/perl -I/usr/local/lib/perl5/5.00560/i386-netbsd -I/usr/local/lib/perl5/5.00560 -MExtUtils::MakeMaker  -e "MY->fixin(shift)" ../blib/script/widget
Manifying ../blib/man3/Tk::demos::widget_lib::WidgetDemo.3
mkdir ../blib/arch/auto/Tk/doc
mkdir ../blib/lib/auto/Tk/doc
cc -c -I/usr/X11R6/include -I/usr/local/include -I/usr/pkg/include -O     -DVERSION=\"402.002\"  -DXS_VERSION=\"402.002\" -DPIC -fPIC -I/usr/local/lib/perl5/5.00560/i386-netbsd/CORE -DBASEEXT=\"Tk\" -Wall -Wno-comment -Wno-unused -D__USE_FIXED_PROTOTYPES__ tkGlue.c
tkGlue.c: In function `Tcl_TraceVar2':
tkGlue.c:2883: `vtbl_uvar' undeclared (first use in this function)
tkGlue.c:2883: (Each undeclared identifier is reported only once
tkGlue.c:2883: for each function it appears in.)
tkGlue.c: In function `Tcl_RegExpRange':
tkGlue.c:4649: warning: assignment makes pointer from integer without a cast
tkGlue.c:4650: warning: assignment makes pointer from integer without a cast
*** Error code 1

The tcl and tk packages were both rebuilt completely a couple of days
ago.

Did I screw something or are the packages screwed ?

- Erik