public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v1] meson: missed dependency of liblzma
@ 2019-02-25 13:23 Sergii Romantsov
  2019-02-25 14:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Sergii Romantsov @ 2019-02-25 13:23 UTC (permalink / raw)
  To: igt-dev

Failed to configure intel-gpu-tools with error:

	meson.build:151:0: ERROR:  Could not generate cargs for libdw:

libdw depends on liblzma.
Installation of liblzma-dev fixes issue.

Fixes: e39e09910fc8 (lib/core: Use libdw to decode stack trace with debugging symbols, v2.)
CC: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Sergii Romantsov <sergii.romantsov@globallogic.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index 099db89..4c58ca8 100644
--- a/meson.build
+++ b/meson.build
@@ -148,6 +148,7 @@ if with_libunwind != 'false'
 endif
 build_info += 'With libunwind: ' + libunwindinfo
 
+liblzma = dependency('liblzma', required : true)
 libdw = dependency('libdw', required : true)
 pixman = dependency('pixman-1', required : true)
 
-- 
2.7.4

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-04-15  8:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-25 13:23 [igt-dev] [PATCH i-g-t v1] meson: missed dependency of liblzma Sergii Romantsov
2019-02-25 14:31 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-02-25 18:12 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-02-26  9:46 ` [igt-dev] [PATCH i-g-t v1] " Petri Latvala
2019-02-26 10:03   ` Sergii Romantsov
2019-02-26 10:20     ` Petri Latvala
2019-04-12 13:36       ` [igt-dev] [PATCH i-g-t v2] " Sergii Romantsov
2019-04-15  8:23         ` Petri Latvala
2019-04-15  8:25           ` Petri Latvala
2019-04-12 13:41       ` [igt-dev] [PATCH i-g-t v1] " Sergii Romantsov
2019-04-12 16:11 ` [igt-dev] ✓ Fi.CI.BAT: success for meson: missed dependency of liblzma (rev2) Patchwork
2019-04-12 18:18 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox