Summary: | media-video/jahshaka looks for missing plugin | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Samuel Sarette <lunarcloud> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED WONTFIX | ||
Severity: | major | CC: | dberkholz |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 145325 |
Description
Samuel Sarette
2006-03-06 19:12:33 UTC
actually, this seems to be a problem with mlt as i look into it further. there seems to be an error at the end of make, before make install. (Btw, "sh: /usr/bin/jahuserinstall: Permission denied" bug was on here. i saw the bug report and just chmod +x'ed it myself. here is the error, make[1]: Leaving directory `/var/tmp/portage/mlt-20051209/work/mlt-20051209/src/albino' jack_rack.c:27:20: ladspa.h: No such file or directory plugin.c:23:20: ladspa.h: No such file or directory In file included from plugin_desc.c:24: plugin_desc.h:24:20: ladspa.h: No such file or directory plugin_mgr.c:31:20: ladspa.h: No such file or directory In file included from plugin_settings.c:25: plugin_settings.h:25:20: ladspa.h: No such file or directory In file included from process.c:30: process.h:26:20: ladspa.h: No such file or directory In file included from filter_jackrack.c:35: jack_rack.h:25:20: ladspa.h: No such file or directory In file included from filter_ladspa.c:33: jack_rack.h:25:20: ladspa.h: No such file or directory make[2]: *** [depend] Error 1 make[1]: *** [depend] Error 1 make: *** [all] Error 1 >>> Test phase [not enabled]: media-libs/mlt-20051209 >>> Install mlt-20051209 into /var/tmp/portage/mlt-20051209/image/ category media-libs Looks like mlt should depend on ladspa-sdk, at least in USE=jack -- its configure should probably be checking for ladspa.h too. I found that following the instructions near the top of http://www.jahshaka.org/component/option,com_forum/Itemid,45/page,viewtopic/t,743/sid,efdeae474971dfdbbbf4650bf483efb4/ got me past this problem (i.e. rebuilding ffmpeg, mlt and mlt++). Removing from tree, see bug 150116 |