[MacPorts] #13573: yasm 0.6.2_0 forgotten dependencies on libiconv
and gettext
MacPorts
trac at macosforge.org
Thu Dec 13 04:04:43 PST 2007
#13573: yasm 0.6.2_0 forgotten dependencies on libiconv and gettext
-------------------------------------+--------------------------------------
Reporter: ryandesign at macports.org | Owner: macports-dev at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.5.2
Keywords: |
-------------------------------------+--------------------------------------
yasm 0.6.2_0 links with libiconv and gettext:
{{{
$ ldd /opt/local/bin/yasm
/opt/local/bin/yasm:
/opt/local/lib/libintl.8.dylib (compatibility version 9.0.0,
current version 9.2.0)
/opt/local/lib/libiconv.2.dylib (compatibility version 7.0.0,
current version 7.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.3.9)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 368.31.0)
$
}}}
but the port does not declare these dependencies:
{{{
$ port deps yasm
yasm has no dependencies
$
}}}
The port should declare these dependencies, or force yasm not to link
against these libraries.
--
Ticket URL: <https://trac.macports.org/projects/macports/ticket/13573>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list