Subject: pkg/37529: graphviz/tcl Tcldot libraries
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: bharder <bharder@methodlogic.net>
List: pkgsrc-bugs
Date: 12/13/2007 07:05:00
>Number:         37529
>Category:       pkg
>Synopsis:       tcl libs aren't loadable
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 13 07:05:00 +0000 2007
>Originator:     bharder <bharder@methodlogic.net>
>Release:        NetBSD 4.0_RC5
>Organization:
	Method Digital Logic (http://www.methodlogic.net)
>Environment:
System: NetBSD manchester 4.0_RC5 NetBSD 4.0_RC5 (manchester) #14: Wed Nov 28 05:02:28 PST 2007 root@manchester:/usr/obj/sys/arch/i386/compile/manchester i386
Architecture: i386
Machine: i386
>Description:
	in Tcl: "package require Tcldot" doesn't load the graphviz libraries.

	I'm not a libtool expert, but the libs that are being produced are not
shared. There are complaints in the build process of not being able to
find library "tclstub84" (though there is a .a of it in /usr/pkg/lib)
repeatedly, and how libtool will not be able to build a shared lib
-- the path (-L/usr/pkg/lib) is there, but something is still amiss
(could the issue be with the pkgsrc/lang/tcl build?). In any event,
the .../lib/graphviz/pkgIndex.tcl has erroneous entries (for .so shared
objects), and there appears to be nothing built, loadable in Tcl. This
wasn't always the case.

>How-To-Repeat:
	package require Tcldot ;# <---- watch failure here
>Fix: