Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 2008 01:17:29 GMT
From:      Allen <landsidel.allen@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121455: libtool15 port is broken
Message-ID:  <200803070117.m271HTfc071112@www.freebsd.org>
Resent-Message-ID: <200803070130.m271U0OQ048257@freefall.freebsd.org>

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

>Number:         121455
>Category:       ports
>Synopsis:       libtool15 port is broken
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 07 01:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Allen
>Release:        6.1
>Organization:
>Environment:
FreeBSD ldc1244.aus.us.siteprotect.com 6.1-RELEASE-p23 FreeBSD 6.1-RELEASE-p23 #1: Sun Mar  2 06:29:08 CST 2008     root@ldc1244.aus.us.siteprotect.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The libtool15 port, installed from /usr/ports/devel/libtool15, does not install the libtdl libraries in /usr/local/lib.  This results in gcc not knowing what to do with the -lltdl option.

It appears that configure and perhaps make are never run in ./work/libtool-1.5.24/libltdl/ resulting in install copying no files to /usr/local/lib


>How-To-Repeat:
1. cvsup ports
2. cd /usr/ports/devel/libtool5 && make install
3. Attempt to compile something with 'gcc -lltdl'
>Fix:
cd /usr/ports/devel/libtool15/work/libtool-1.5.24/libltdl
./configure
make
make install

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



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