From nobody@FreeBSD.org  Tue Dec 19 20:31:53 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id CC46616A412
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Dec 2006 20:31:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 39C3243CA4
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Dec 2006 20:31:46 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kBJKVjk6042435
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Dec 2006 20:31:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kBJKVjSE042391;
	Tue, 19 Dec 2006 20:31:45 GMT
	(envelope-from nobody)
Message-Id: <200612192031.kBJKVjSE042391@www.freebsd.org>
Date: Tue, 19 Dec 2006 20:31:45 GMT
From: philippe sam-long<philippe.sam-long@laposte.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: scim-pinyin: libtool - pthread problem with 
X-Send-Pr-Version: www-3.0

>Number:         106932
>Category:       ports
>Synopsis:       chinese/scim-pinyin: libtool - pthread problem with
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 19 20:40:16 GMT 2006
>Closed-Date:    Mon Feb 19 00:07:06 GMT 2007
>Last-Modified:  Mon Feb 19 00:10:05 GMT 2007
>Originator:     philippe sam-long
>Release:        6.1
>Organization:
>Environment:
FreeBSD shubnigurath.crevette.fr 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
Same problem as reported here: http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/114548.html

Compilation of chinese/scim-pinyin fails with the following error message: 

libtool: link: cannot find the library `'

>How-To-Repeat:
cd /usr/ports/chinese/scim-pinyin/ && portinstall -rR
>Fix:
Resolution of the problem is the same as explained in http://www.pro-linux.de/news/2005/8579.html

These two patches solve the problem:

*** beginning of patch-ltmain.sh ***
-- ltmain.sh.orig      Tue Dec 19 20:51:28 2006
+++ ltmain.sh   Tue Dec 19 20:52:20 2006
@@ -2196,6 +2196,7 @@
          alldeplibs=yes
          continue
          ;;
+         -pthread) continue;;
        esac # case $deplib
        if test "$found" = yes || test -f "$lib"; then :
        else
*** end of patch-ltmain.sh ***

*** beginning of patch-skim-admin-ltmain.sh ***
--- skim/admin/ltmain.sh.orig   Tue Dec 19 21:18:00 2006
+++ skim/admin/ltmain.sh        Tue Dec 19 21:18:53 2006
@@ -2007,6 +2007,7 @@
          alldeplibs=yes
          continue
          ;;
+       -pthread) continue;;
        esac # case $deplib
        if test "$found" = yes || test -f "$lib"; then :
        else
*** end of patch-skim-admin-ltmain.sh ***
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Dec 19 21:41:59 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106932 
State-Changed-From-To: feedback->open 
State-Changed-By: gabor 
State-Changed-When: Tue Jan 9 13:33:16 UTC 2007 
State-Changed-Why:  
Maintainer timeout. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106932 
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Sat Feb 17 04:26:14 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106932 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Mon Feb 19 00:07:04 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106932: commit references a PR
Date: Mon, 19 Feb 2007 00:06:43 +0000 (UTC)

 alepulver    2007-02-19 00:06:37 UTC
 
   FreeBSD ports repository
 
   Added files:
     chinese/scim-pinyin/files patch-ltmain.sh 
                               patch-skim__admin__ltmain.sh 
   Log:
   - Fix error described in "http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/114548.html".
   
   PR:             ports/106932
   Submitted by:   philippe sam-long <philippe.sam-long@laposte.net>
   
   Revision  Changes    Path
   1.1       +12 -0     ports/chinese/scim-pinyin/files/patch-ltmain.sh (new)
   1.1       +12 -0     ports/chinese/scim-pinyin/files/patch-skim__admin__ltmain.sh (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
