From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 14 13:40:10 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74218106567D for ; Thu, 14 Aug 2008 13:40:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4D86A8FC1D for ; Thu, 14 Aug 2008 13:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m7EDe5Ia008303 for ; Thu, 14 Aug 2008 13:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m7EDe5u1008302; Thu, 14 Aug 2008 13:40:05 GMT (envelope-from gnats) Resent-Date: Thu, 14 Aug 2008 13:40:05 GMT Resent-Message-Id: <200808141340.m7EDe5u1008302@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, yves guerin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7EF51065692 for ; Thu, 14 Aug 2008 13:35:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 945CC8FC15 for ; Thu, 14 Aug 2008 13:35:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m7EDZwsL071674 for ; Thu, 14 Aug 2008 13:35:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m7EDZw1g071673; Thu, 14 Aug 2008 13:35:58 GMT (envelope-from nobody) Message-Id: <200808141335.m7EDZw1g071673@www.freebsd.org> Date: Thu, 14 Aug 2008 13:35:58 GMT From: yves guerin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126532: do not found libtclxmlstub X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Aug 2008 13:40:10 -0000 >Number: 126532 >Category: ports >Synopsis: do not found libtclxmlstub >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 14 13:40:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: yves guerin >Release: 6.3 release p2 >Organization: >Environment: FreeBSD pbsd.muhc.mcgill.ca 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #2: Wed Aug 13 14:10:36 EDT 2008 root@pbsd.muhc.mcgill.ca:/usr/src/sys/i386/compile/PATRIOTEBSD i386 >Description: try to compile the tclxml-libxml2 from the ports [root@pbsd /usr/ports/devel/tclxml-libxml2]# make ===> Building for tclxml-libxml2-3.1_1 rm -f libTclXML_libxml23.1.so ld -Bshareable -x -o libTclXML_libxml23.1.so tcllibxml2.o docObj.o -L/usr/local/lib -ltclstub84 -L/usr/local/lib -lxml2 -LNONE/lib/Tclxml2.6 -lTclxmlstub2.6 ld: cannot find -lTclxmlstub2.6 *** Error code 1 Stop in /usr/ports/devel/tclxml-libxml2/work/tclxml-3.1/libxml2. *** Error code 1 Stop in /usr/ports/devel/tclxml-libxml2. >How-To-Repeat: try to compile the port tclxml-libxml2 >Fix: I did a find for the Tclxmlstub2.6 find /usr -iname "*tclxml*" /usr/local/include/tclxml.h /usr/local/lib/TclxmlConfig.sh /usr/local/lib/Tclxml2.6 /usr/local/lib/Tclxml2.6/libTclxml2.6.so /usr/local/lib/Tclxml2.6/libTclxmlstub2.6.a looking at the command line: ld -Bshareable -x -o libTclXML_libxml23.1.so tcllibxml2.o docObj.o -L/usr/local/lib -ltclstub84 -L/usr/local/lib -lxml2 -LNONE/lib/Tclxml2.6 -lTclxmlstub2.6 may be the -LNONE/lib/Tclxml2.6 must be replace by -L/usr/local/lib/lib/Tclxml2.6 I did not test this solution, because I don't know on how to modify the Makefile, sorry. >Release-Note: >Audit-Trail: >Unformatted: