ports/126909: lang/octl does not compile / lang/tcl does not link all files from /usr/local/include/tcl8.4/generic

Lothar Braun lothar at lobraun.de
Thu Aug 28 08:10:01 UTC 2008


>Number:         126909
>Category:       ports
>Synopsis:       lang/octl does not compile / lang/tcl does not link all files from /usr/local/include/tcl8.4/generic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 28 08:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Lothar Braun
>Release:        8-CURRENT
>Organization:
>Environment:
FreeBSD finch.net.informatik.tu-muenchen.de 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Aug 26 21:51:22 CEST 2008 lothar at finch.net.informatik.tu-muenchen.de:/usr/obj/usr/src/sys/DESKTOP i386
>Description:
The port lang/octl does not compile on my machine. Configure stops with 

checking for unistd.h... yes
checking for string.h... (cached) yes
checking for main in -lXbsd... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
checking for dcgettext in -lintl... no
checking for getnodebyname in -ldnet_stub... no
checking standard STL is available... no
checking for tcl.h... -I/usr/local/include/tcl8.4
checking for tclInt.h... no
checking for libtcl8.4... -L/usr/local/lib -ltcl84
checking for init.tcl... /usr/local/lib/tcl8.4
checking for http.tcl... /usr/local/lib/tcl8.4/http1.0
checking Tcl http.tcl library... yes
checking for tclsh8.4... /usr/local/bin/tclsh8.4
===>  Script "configure" failed unexpectedly.
Please report the problem to mm at FreeBSD.org [maintainer] and attach the
"/usr/ports/lang/otcl/work/otcl-1.13/config.log" including the output of the
failure of your make command. Also, it might be a good idea to provide an
overview of all packages installed on your system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/lang/otcl.

The reason for this is that /usr/local/include/tcl8.4/generic/tclInt.h and other files aren't linked to /usr/local/include/tcl8.4/.

>How-To-Repeat:
cd /usr/ports/lang/octl
make install clean
>Fix:

As far as I can see one solution can be to make lang/tcl8.4 (and probably the other versions) to link the header files or to make lang/octl to look in /usr/local/include/tcl8.4/generic insteed of /usr/local/include/tcl8.4/

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list