Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466318 - media-libs/avidemux-core-2.6.3[-system-ffmpeg] has missing dev-lang/yasm DEPEND
Summary: media-libs/avidemux-core-2.6.3[-system-ffmpeg] has missing dev-lang/yasm DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tom Wijsman (TomWij) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-18 07:04 UTC by Nikoli
Modified: 2013-04-19 18:54 UTC (History)
1 user (show)

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


Attachments
build.log (avidemux-core-2.6.3_build.log,7.56 KB, text/plain)
2013-04-18 07:04 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2013-04-18 07:04:27 UTC
Created attachment 345864 [details]
build.log

If dev-lang/yasm is not installed media-libs/avidemux-core-2.6.3 fails to build:

-- Configuring FFmpeg
ERRORconfigure returned <1>
ERRORconfigure output is <yasm not found, use --disable-yasm for a crippled build

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
>
CMake Error at /var/tmp/portage/media-libs/avidemux-core-2.6.3/work/avidemux_2.6.3/cmake/admFFmpegBuild.cmake:212 (MESSAGE):
  An error occured
Call Stack (most recent call first):
  CMakeLists.txt:77 (include)
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-18 08:04:19 UTC
Nice find, couldn't see this because ffmpeg configure output is hidden (and couldn't get it enabled) and therefore I couldn't read through it; I'll look into this later today.
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-19 18:54:25 UTC
+  19 Apr 2013; Tom Wijsman <TomWij@gentoo.org> avidemux-core-2.6.3.ebuild:
+  Added missing dev-lang/yasm[nls=] DEPEND to media-libs/avidemux-core-2.6.3
+  [-system-ffmpeg], reported by Nikoli. Fixes bug #466318.

Thank you.