Bug 94308

Summary: 0.4.13 fails to build because of missing dwarf.h
Product: xdg-app Reporter: David King <amigadave>
Component: GeneralAssignee: Alexander Larsson <alexl>
Status: RESOLVED FIXED QA Contact: Alexander Larsson <alexl>
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: search for dwarf.h in configure

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.