Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532378 - media-video/handbrake-0.10.0 uses bad configure options: --disable-local-autotools --disable-local-cmake --disable-local-yasm
Summary: media-video/handbrake-0.10.0 uses bad configure options: --disable-local-auto...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Whyman (thev00d00) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-12-12 16:18 UTC by Account removed
Modified: 2014-12-13 12:16 UTC (History)
4 users (show)

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


Attachments
handbrake-0.10.0.ebuild.patch (handbrake-0.10.0.ebuild.patch,384 bytes, patch)
2014-12-12 16:19 UTC, Account removed
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Account removed 2014-12-12 16:18:40 UTC
try emerging =media-video/handbrake-0.10.0
it will fail as following configure options are invalid:
	--disable-local-autotools
	--disable-local-cmake
	--disable-local-yasm

removing those leads to a working build

Reproducible: Always
Comment 1 Account removed 2014-12-12 16:19:50 UTC
Created attachment 391504 [details, diff]
handbrake-0.10.0.ebuild.patch

removing those options works for me
Comment 2 Timo Eissler 2014-12-13 09:39:09 UTC
removing those options works for me too
Comment 3 Ian Whyman (thev00d00) (RETIRED) gentoo-dev 2014-12-13 12:16:43 UTC
Thanks for reporting, you can only enable but not disable those options.

+  13 Dec 2014; Ian Whyman <thev00d00@gentoo.org> handbrake-0.10.0.ebuild,
+  handbrake-9999.ebuild:
+  Remove invalid configure options, #532378