ports/121455: libtool15 port is broken

Allen landsidel.allen at gmail.com
Fri Mar 7 01:30:01 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list