After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711795 - execinfo.h functions need -lexecinfo on NetBSD
execinfo.h functions need -lexecinfo on NetBSD
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.8.8
Other NetBSD
: Normal normal
: 2.8
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2013-11-10 20:06 UTC by Martin Husemann
Modified: 2013-11-10 21:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Suggested fix (312 bytes, patch)
2013-11-10 20:06 UTC, Martin Husemann
none Details | Review

Description Martin Husemann 2013-11-10 20:06:13 UTC
The following patch allows building on NetBSD -current where
execinfo.h is present but backtrace() and backtrace_symbols() are in
-lexecinfo.
Comment 1 Martin Husemann 2013-11-10 20:06:42 UTC
Created attachment 259455 [details] [review]
Suggested fix
Comment 2 Michael Natterer 2013-11-10 21:23:07 UTC
Thanks, fixed in master and gimp-2-8:

commit 03509683cbac28fbb4ac1de5034025482df0d577
Author: Martin Husemann <martin@netbsd.org>
Date:   Sun Nov 10 22:17:38 2013 +0100

    Bug 711795 - execinfo.h functions need -lexecinfo on NetBSD
    
    Allow building on NetBSD -current where execinfo.h is present but
    backtrace() and backtrace_symbols() are in -lexecinfo.
    
    (cherry picked from commit 4ac3967a5dbb5eb70d9f6496c1c91b838fbed7ad)

 configure.ac | 1 +
 1 file changed, 1 insertion(+)