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 722521 - ld cannot find backtrace on FreeBSD
ld cannot find backtrace on FreeBSD
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-19 03:43 UTC by Ting-Wei Lan
Modified: 2014-01-22 12:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
link to libexecinfo if needed (359 bytes, patch)
2014-01-19 03:43 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2014-01-19 03:43:15 UTC
FreeBSD has backtrace in execinfo.h, but we need to link to libexecinfo on FreeBSD to get this function.
Comment 1 Ting-Wei Lan 2014-01-19 03:43:51 UTC
Created attachment 266641 [details] [review]
link to libexecinfo if needed
Comment 2 Claudio Saavedra 2014-01-20 09:36:23 UTC
Review of attachment 266641 [details] [review]:

Looks good, although I have no idea about BSD.
Comment 3 Ting-Wei Lan 2014-01-22 04:51:09 UTC
Can this patch be pushed into master branch?
Comment 4 Claudio Saavedra 2014-01-22 12:06:14 UTC
Attachment 266641 [details] pushed as 9381141 - link to libexecinfo if needed