Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382657 - sys-devel/gdb fails to configure on OS X with USE=python
Summary: sys-devel/gdb fails to configure on OS X with USE=python
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-11 23:17 UTC by François Bissey
Modified: 2012-12-12 12:24 UTC (History)
0 users

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


Attachments
gdb/config.log showing the failure (config.log,134.86 KB, text/plain)
2011-09-11 23:17 UTC, François Bissey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description François Bissey 2011-09-11 23:17:17 UTC
Created attachment 286187 [details]
gdb/config.log showing the failure

When the useflag python is enabled gdb fails to configure on OS X (10.5.8):

checking for library containing waddstr... -lncurses
checking for library containing tgetent... none required
checking whether to use expat... no
configure: WARNING: expat support disabled; some features may be unavailable.
checking whether to use python... /Users/frb15/Desktop/Gentoo/usr/bin/python2
checking for python2.7... no
configure: error: no usable python found at /Users/frb15/Desktop/Gentoo/usr/bin/python2
make[1]: *** [configure-gdb] Error 1


config.log from the gdb subdirectory attached.
Comment 1 Fabian Groffen gentoo-dev 2012-12-12 12:24:02 UTC
I didn't encounter this problem.