| Summary: | x11-apps/intel-gpu-tools-1.11 should depend on sys-libs/libunwind | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Viktor Yu. Kovalskii <vityokster> |
| Component: | [OLD] Unspecified | Assignee: | Gentoo X packagers <x11> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tka, yuriy |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Viktor Yu. Kovalskii
2015-07-08 05:22:11 UTC
Created attachment 406340 [details]
build.log
Build.log for x11-apps/intel-gpu-tools-1.11 without sys-libs/libunwind installed.
This should work, but I tested the USE=-unwind case only.
--- intel-gpu-tools-1.11.ebuild.orig 2015-07-08 07:42:23.742029990 +0200
+++ intel-gpu-tools-1.11.ebuild 2015-07-08 07:52:30.564533379 +0200
@@ -10,7 +10,7 @@
DESCRIPTION="Intel GPU userland tools"
KEYWORDS="~amd64 ~x86"
-IUSE="python test-programs video_cards_nouveau"
+IUSE="python test-programs unwind video_cards_nouveau"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RESTRICT="test"
@@ -18,7 +18,8 @@
>=x11-libs/cairo-1.12.0
>=x11-libs/libdrm-2.4.52[video_cards_intel,video_cards_nouveau?]
>=x11-libs/libpciaccess-0.10
- python? ( ${PYTHON_DEPS} )"
+ python? ( ${PYTHON_DEPS} )
+ unwind? ( sys-libs/libunwind )"
RDEPEND="${DEPEND}"
pkg_setup() {
@@ -30,6 +31,7 @@
$(use_enable python dumper)
$(use_enable video_cards_nouveau nouveau)
$(use_enable test-programs tests)
+ $(use_with unwind libunwind)
)
xorg-2_src_configure
}
Fixed, thanks! *intel-gpu-tools-1.11-r1 (11 Jul 2015) 11 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +intel-gpu-tools-1.11-r1.ebuild, -intel-gpu-tools-1.11.ebuild, metadata.xml: Add libunwind dependency. Fixes bug #554204. Patch by tka. |