[MacPorts] #57663: mpv at 0.29.1_1: failed to apply patch on SnowLeopard
MacPorts
noreply at macports.org
Fri Dec 28 23:38:23 UTC 2018
#57663: mpv at 0.29.1_1: failed to apply patch on SnowLeopard
----------------------+---------------------------------------
Reporter: mrkapqa | Owner: Ionic
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords: snowleopard leopard tiger
Port: mpv |
----------------------+---------------------------------------
Comment (by kencu):
The buildbots failed to build `mpv`, but I'm quite puzzled at this moment
why the build failed on the buildbot.
<https://build.macports.org/builders/ports-10.6_x86_64_legacy-
builder/builds/89611/steps/install-port/logs/stdio>. I just built it
perfectly without issue again on my system.
{{{
$ port -v installed mpv
The following ports are currently installed:
mpv
@0.29.1_2+audiocd+dvd+libarchive+network+opengl+osd+python27+rubberband+x11
(active) platform='darwin 10' archs='x86_64'
date='2018-12-16T13:25:41-0500'
}}}
The error that ends the build is this:
{{{
Checking for C plugins : libdl
not found
You manually enabled the feature 'cplugins', but the autodetection check
failed.
}}}
The test for this seems to be in `wscript`:
{{{
}, {
'name': 'libdl',
'desc': 'dynamic loader',
'func': check_libs(['dl'], check_statement('dlfcn.h', 'dlopen("",
0)'))
}, {
'name': '--cplugins',
'desc': 'C plugins',
'deps': 'libdl && !os-win32',
'func': check_cc(linkflags=['-rdynamic']),
}, {
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57663#comment:19>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list