Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2006 16:43:45 GMT
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97143: textproc/scim-table-imengine: doesn't compile due to libtool problem
Message-ID:  <200605111643.k4BGhj2H007559@www.freebsd.org>
Resent-Message-ID: <200605111650.k4BGoF74042076@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97143
>Category:       ports
>Synopsis:       textproc/scim-table-imengine: doesn't compile due to libtool problem
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 11 16:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        6.1-RELEASE
>Organization:
Otaru University of Commerce
>Environment:
FreeBSD localhost 6.1-RELEASE FreeBSD 6.1-RELEASE #2: Thu May 11 01:01:16 JST 2006     hoge@localhost:/usr/obj/usr/src/sys/HOGE  amd64

>Description:
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.
>How-To-Repeat:
Compile with WITH_SKIM=yes
>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 .

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605111643.k4BGhj2H007559>