From nobody@FreeBSD.org  Thu Aug 14 13:35:58 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A7EF51065692
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <yvesguerin@yahoo.ca>
To: freebsd-gnats-submit@FreeBSD.org
Subject: do not found libtclxmlstub
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: frank@fenor.de

>Number:         126532
>Category:       ports
>Synopsis:       devel/tclxml-libxml2 - do not found libtclxmlstub
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 14 13:40:04 UTC 2008
>Closed-Date:    Mon Oct 20 09:00:25 UTC 2008
>Last-Modified:  Tue Oct 21 13:10:01 UTC 2008
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 14 21:55:09 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126532 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: frank@fenor.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126532: devel/tclxml-libxml2] - do not found libtclxmlstub
Date: Thu, 14 Aug 2008 21:55:05 UT

 Maintainer of devel/tclxml-libxml2,
 
 Please note that PR ports/126532 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126532
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Frank Fenor" <frank@fenor.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126532: devel/tclxml-libxml2] - do not found
	libtclxmlstub
Date: Fri, 15 Aug 2008 12:02:19 +0200

 I am not sure, but I think this is a problem on the submitters system:  
 The Port tries to compile against an outdated version of devel/tclxml.
 
 For comparison - my system produces this line during the compilation  
 which works fine:
 
 ld -Bshareable -x -o libTclXML_libxml23.1.so tcllibxml2.o docObj.o    
 -L/usr/local/lib -ltclstub84 -L/usr/local/lib -lxml2  
 -L/usr/local/lib/Tclxml3.1 -lTclxmlstub3.1
 
 Frank
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Sat Oct 11 14:28:03 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126532 

From: Stefan Walter <stefan@freebsd.org>
To: yves guerin <yvesguerin@yahoo.ca>
Cc: Frank Fenor <frank@fenor.de>, GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/126532: devel/tclxml-libxml2 - do not found libtclxmlstub
Date: Sat, 11 Oct 2008 16:27:11 +0200

 --KsGdsel6WgEHnImy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi Yves,
 
 can you still reproduce the problem described in your report? If so, can
 you make sure that your whole ports tree and the installed applications
 are up to date and then try again? Please let us know if this problem has
 been resolved.
 
 Regards,
 Stefan
 
 --KsGdsel6WgEHnImy
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (FreeBSD)
 
 iQGVAwUBSPC3v1aRERsSueCzAQLhYQwAm/7KjHDuI/UmXHGm6kzn3hx2xwfjJJQQ
 O7YFzkcbySq36uB5PppDs+aXQTsFb5e5IiZUiwiEGhu9CZQcNr/kNAh1gn1HS8Xg
 f8abF41yVJBaJI/I5IlGdXu8cG2vsJonScfXh/xO5QazL63kISsHGS9Bg6A5YaTP
 QJG+ApdueHwKhGOuZP5ISNFUt4IWnzE5uk582FISyA8WtlOZmZAudHH4F4RF7JqU
 HylFMrsU++HTOS2VALfOZuR6CBplz9JdXDmp5Gx5QQgIaByB7+vG/aAM42eXtquC
 70OuFKIswCXQoBTok3vHzlwR1V0gK9WVXNtfN823vDXoW0jSGkJVCQYGIyepIlSS
 xdRN+WF7ZHGAtleI6xKI30BWK5/alVYVBOdqlqoywc+ci73+467Bc6idpK9OozB5
 eMbtKNyKwQOTza3YWKz4PgJnN5aY4G/RwfCcFrJm7vn+kjb6Vzof3jNvp2WQMaX1
 oMNy4Oo+FvRE9n7W3OwXo+Vs+v+pRG+g
 =A/t0
 -----END PGP SIGNATURE-----
 
 --KsGdsel6WgEHnImy--
State-Changed-From-To: feedback->closed 
State-Changed-By: stefan 
State-Changed-When: Mon Oct 20 08:59:22 UTC 2008 
State-Changed-Why:  
Feedback timeout, and this seems to be a problem local to the submitter's 
system. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126532 

From: Stefan Walter <stefan@FreeBSD.org>
To: GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: Re : ports/126532: devel/tclxml-libxml2 - do not found
	libtclxmlstub
Date: Tue, 21 Oct 2008 15:06:32 +0200

 Submitter replied in private mail:
 
 Yves Gu=E9rin, 21.10.08, 14:15h CEST:
 
 [...]
 > I went to /usr/port/devel/tclxml-libxml and I did a make distclean, make
 > claen, make install clean and everything went well.  May be I messed
 > between the port and the package collection.
 [...]
 
>Unformatted:
