Bug 94308 - 0.4.13 fails to build because of missing dwarf.h
Summary: 0.4.13 fails to build because of missing dwarf.h
Status: RESOLVED FIXED
Alias: None
Product: xdg-app
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium major
Assignee: Alexander Larsson
QA Contact: Alexander Larsson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-26 13:47 UTC by David King
Modified: 2016-02-26 14:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
search for dwarf.h in configure (1.87 KB, patch)
2016-02-26 13:48 UTC, David King
Details | Splinter Review

Description David King 2016-02-26 13:47:20 UTC
It seems that dwarf.h was probably not included in the tarball, and the build fails without it:

builder/builder-utils.c:27:19: fatal error: dwarf.h: No such file or directory
 #include <dwarf.h>
                   ^
As the licenses of xdg-app and libdwarf are not compatible (xdg-app is LGPLv2+, libdwarf is LGPLv2.1 only), it's probably easier to request a path to the header in configure.
Comment 1 David King 2016-02-26 13:48:13 UTC
Created attachment 121984 [details] [review]
search for dwarf.h in configure
Comment 2 Alexander Larsson 2016-02-26 14:06:00 UTC
pushed. thanks


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.