Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2006 13:50:46 GMT
From:      Martin Kaeske <Martin.Kaeske@stud.tu-ilmenau.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95588: [patch] lang/dylan generates broken platforms.descr
Message-ID:  <200604101350.k3ADokFb065918@www.freebsd.org>
Resent-Message-ID: <200604101400.k3AE0WWV011173@freefall.freebsd.org>

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

>Number:         95588
>Category:       ports
>Synopsis:       [patch] lang/dylan generates broken platforms.descr
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 10 14:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kaeske
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
FreeBSD fourier.hh59.local 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Wed Apr  5 19:14:36 CEST 2006     martin@fourier.hh59.local:/usr/obj/usr/src/sys/FOURIER  i386
>Description:
The "pre-patch" target tries to replace every occurrence of 'libtool' in platforms.descr with '${LIBTOOL_LIBEXECDIR}/libtool'. Since $LIBTOOL_LIBEXECDIR isn't defined 'libtool' got replaced with '/libtool' (note the slash). $LIBTOOL_LIBEXECDIR isn't defined because bsd.autotools.mk isn't included and even if that would be the case $LIBTOOL_LIBEXECDIR would contain the wrong directory.
>How-To-Repeat:
Install the port and generate a simple program using 'make-dylan-app'. Now try to compile this program using 'make'.
>Fix:
Remove the "pre-patch" target from the Makefile. There is only one libtool port and this port installs its files to /usr/local/bin so i guess there is no need to change platforms.descr at all.
>Release-Note:
>Audit-Trail:
>Unformatted:



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