Bug 97143

Summary: textproc/scim-table-imengine: doesn't compile due to libtool problem
Product: Ports & Packages Reporter: Koji Yokota <yokota>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Koji Yokota 2006-05-11 17:50:15 UTC
When WITH_SKIM=yes, textproc/scim-table-imengine fails compailing in the directory 'textproc/scim-table-imengine/work/scim-tables-0.5.6/skim/setupui' with an error message:
          libtool: link: cannot find the library `'

Someone suggested that it is because the libtool that scim-table-imengine makes is too old. Replacing it with a newer version helps.

Fix: 

Do the following and compile again:
    cd /usr/ports/textproc/scim-table-imengine/work/scim-tables-0.5.6/skim/
    rm libtool
    ln -s /usr/local/bin/libtool .
How-To-Repeat: Compile with WITH_SKIM=yes
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-11 18:20:21 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Jie Gao 2006-05-12 16:04:28 UTC
Thanks for the PR. I'm already aware of the libtool problem in 
scim-table-imengine. However, I am very busy with my PhD candidacy exams right 
now, and could not have prompt patches for this issue. Anybody with enough 
spare time is welcome to patch this port (before I can find some time). 
Thanks.

-- 
GAO, Jie
PhD Candidate
Artificial Intelligence Research Lab  http://www.cpsc.ucalgary.ca/~gaoj
Department of Computer Science        E-mail: gaoj@cpsc.ucalgary.ca
University of Calgary                 Tel: 1-403-220-7688

On Thu, 11 May 2006, Edwin Groothuis wrote:

> Maintainer of textproc/scim-table-imengine,
>
> Please note that PR ports/97143 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/97143
>
>
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-05-12 17:20:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung
Comment 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-23 02:18:13 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.