Bug 106932

Summary: chinese/scim-pinyin: libtool - pthread problem with
Product: Ports & Packages Reporter: philippe sam-long <philippe.sam-long>
Component: Individual Port(s)Assignee: Alejandro Pulver <alepulver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description philippe sam-long 2006-12-19 20:40:16 UTC
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 `'

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 ***
How-To-Repeat: cd /usr/ports/chinese/scim-pinyin/ && portinstall -rR
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-19 21:41:59 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2007-01-09 13:33:16 UTC
State Changed
From-To: feedback->open

Maintainer timeout.
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-02-17 04:26:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-02-19 00:06:43 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"
Comment 5 Alejandro Pulver freebsd_committer freebsd_triage 2007-02-19 00:07:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!