Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465170 - www-client/dwb - build without execinfo.h for uclibc builds
Summary: www-client/dwb - build without execinfo.h for uclibc builds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL: https://bitbucket.org/portix/dwb/comm...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 22:27 UTC by pmn
Modified: 2013-05-10 02:19 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pmn 2013-04-08 22:27:03 UTC
dwb.c includes execinfo.h which uclibc doesn't have, so build fails on systems with uclibc profile.

please add 

make WITHOUT_EXECINFO=1

if uclibc profile is detected.

thanks,
Comment 1 Tim Harder gentoo-dev 2013-04-30 08:01:35 UTC
Fixed in CVS.
Comment 2 pmn 2013-05-10 02:19:52 UTC
fixed upstream (see url for commit please) and builds here without WITHOUT_EXECINFO=1