Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293609 - [PATCH] x11-wm/awesome-3.4.1 needs libexecinfo to build on FreeBSD
Summary: [PATCH] x11-wm/awesome-3.4.1 needs libexecinfo to build on FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High minor (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 11:36 UTC by Naohiro Aota
Modified: 2009-11-27 17:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for the ebuild (awesome-3.4.1.ebuild.patch,544 bytes, patch)
2009-11-18 11:36 UTC, Naohiro Aota
Details | Diff
patch for awesome config file. (awesome-3.4.1-awesomeConfig.cmake.patch,597 bytes, patch)
2009-11-18 11:37 UTC, Naohiro Aota
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naohiro Aota gentoo-dev 2009-11-18 11:36:07 UTC
With FreeBSD machine, I cannot build awesome-3.4.1 because the package
use backtrace() which is provided by glibc or libexecinfo, but the
package doesn't depend on libexecinfo and awesome itself is not
written to use libexecinfo.

Here are some patches to fix the problem.


Reproducible: Always

Steps to Reproduce:
1. emerge =x11-wm/awesome-3.4.1
Comment 1 Naohiro Aota gentoo-dev 2009-11-18 11:36:41 UTC
Created attachment 210570 [details, diff]
patch for the ebuild
Comment 2 Naohiro Aota gentoo-dev 2009-11-18 11:37:23 UTC
Created attachment 210572 [details, diff]
patch for awesome config file.
Comment 3 Alexis Ballier gentoo-dev 2009-11-26 08:51:38 UTC
cmake patch seems ok for me, please send it upstream

as for the ebuild patch, i'd rather do:
elibc_FreeBSD? ( dev-libs/libexecinfo )
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2009-11-27 17:16:40 UTC
3.4.2 in cvs with the patch.