Subject: pkg/19385: lang/tcl-itcl does not build
To: None <gnats-bugs@gnats.netbsd.org>
From: Andreas Gustafsson <gson@gson.org>
List: netbsd-bugs
Date: 12/14/2002 17:22:18
>Number: 19385
>Category: pkg
>Synopsis: lang/tcl-itcl does not build
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Dec 14 17:23:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Andreas Gustafsson
>Release: NetBSD 1.6K
>Organization:
>Environment:
System: NetBSD guava.araneus.fi 1.6K NetBSD 1.6K (GUAVAMP) #1: Wed Nov 13 20:31:14 PST 2002 gson@guava.araneus.fi:/usr/src/sys/arch/i386.sp/compile/GUAVAMP i386
Architecture: i386
Machine: i386
>Description:
When I try to build the lang/tcl-itcl package, the compilation fails because it can't find tclInt.h.
===> Building for tcl-itcl-3.2
for dir in itcl itk iwidgets2.2.0 iwidgets3.0.0 ; do if test -d $dir ; then echo "$dir: make all" ; (cd $dir; make all) else exit 1; fi done;
itcl: make all
/usr/pkgsrc/lang/tcl-itcl/work/.buildlink/bin/libtool --mode=compile cc -DVERSION=\"3.2\" -DITCL_LIBRARY=\"/usr/pkg/lib/tcl/itcl3.2\" -I/usr/pkgsrc/lang/tcl/work/tcl8.3.4/generic -I/usr/pkgsrc/lang/tcl/work/tcl8.3.4/unix -I"./generic" -I"./unix" -I/usr/pkg/include -O -fPIC -c `echo ./generic/itclStubInit.c` -o itclStubInit.o
mkdir .libs
cc -DVERSION=\"3.2\" -DITCL_LIBRARY=\"/usr/pkg/lib/tcl/itcl3.2\" -I/usr/pkgsrc/lang/tcl-itcl/work/.buildlinksrc/lang/tcl/work/tcl8.3.4/generic -I/usr/pkgsrc/lang/tcl-itcl/work/.buildlinksrc/lang/tcl/work/tcl8.3.4/unix -I./generic -I./unix -I/usr/pkgsrc/lang/tcl-itcl/work/.buildlink/include -O -fPIC -c ./generic/itclStubInit.c -fPIC -DPIC -o .libs/itclStubInit.o
In file included from ./generic/itclStubInit.c:14:
generic/itclInt.h:53: tclInt.h: No such file or directory
*** Error code 1
>How-To-Repeat:
Try to build lang/tcl-itcl.
>Fix:
If I knew how to fix it, I would.
>Release-Note:
>Audit-Trail:
>Unformatted: