Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469152 - media-libs/avidemux-plugins-2.6.3 - src_install(): make: *** No rule to make target `install'. Stop.
Summary: media-libs/avidemux-plugins-2.6.3 - src_install(): make: *** No rule to make ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Tom Wijsman (TomWij) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-09 10:17 UTC by Michael Hampicke
Modified: 2013-05-16 06:28 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
media-libs/avidemux-plugins-2.6.3-build.log (build.log.bz2,35.77 KB, application/x-bzip2)
2013-05-09 10:19 UTC, Michael Hampicke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Hampicke 2013-05-09 10:17:44 UTC
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "Release"
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoEncoders/libADM_ve_x264_other.so
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/pluginSettings/x264/1/iPhone.json
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/pluginSettings/x264/1/PSP.json
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoFilters/libADM_vf_contrastCli.so
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoFilters/libADM_vf_chromaShiftCli.so
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoFilters/libADM_vf_CropCli.so
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoFilters/libADM_vf_eq2Cli.so
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoFilters/libADM_vf_HueCli.so
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoFilters/libADM_vf_mpdelogoCli.so
-- Installing: /var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/usr/lib64/ADM_plugins6/videoFilters/libADM_vf_swscaleResize_cli.so
make -j5 DESTDIR=/var/tmp/portage/media-libs/avidemux-plugins-2.6.3/image/ install 
make: *** No rule to make target `install'.  Stop.
 * ERROR: media-libs/avidemux-plugins-2.6.3 failed (install phase):
 *   emake failed


Reproducible: Always
Comment 1 Michael Hampicke 2013-05-09 10:19:02 UTC
Created attachment 347810 [details]
media-libs/avidemux-plugins-2.6.3-build.log
Comment 2 destroyedlolo 2013-05-11 13:37:47 UTC
Hello,

I faced the same issue and solved it by ensuring that both avidemux and avidemux-plugins have 'qt4' USE flag.

Bye

Laurent
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-05-11 14:03:16 UTC
Was scratching my hair over this one; reporter, can you confirm that having the qt4 set on both packages fixes this?
Comment 4 destroyedlolo 2013-05-11 15:19:13 UTC
Yes, I can : I was able to fully compile Avidemux and companions ...
Now I'm facing some problem with GUI hangings but only anoying if you want to edit video using this tool.
Comment 5 destroyedlolo 2013-05-11 15:20:48 UTC
Oups, sorry, it wasn't for me, anyway, I keep my comment to warn about other problems afterward.
Comment 6 Michael Hampicke 2013-05-11 18:18:31 UTC
After setting USE=qt4 and recompiling avidemux, I was able to successfully build avidemux-plugins. Strange... the build.log does not indicate a failure in conjunction with qt4.
Comment 7 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-05-16 06:28:24 UTC
+  16 May 2013; Tom Wijsman <TomWij@gentoo.org> avidemux-plugins-2.6.2-r2.ebuild,
+  avidemux-plugins-2.6.3.ebuild:
+  If avidemux-plugins will be build with qt4, avidemux needs to have that USE
+  flag set as well.