This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rosslagerwall
Recipients dmalcolm, ncoghlan, rosslagerwall
Date 2012-06-12.18:19:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339525142.88.0.366741351395.issue15044@psf.upfronthosting.co.za>
In-reply-to
Content
The gdbm provided with Fedora 17 provides /usr/include/ndbm.h.

This makes setup.py think that it should try link with -lndbm when it actually requires -lgdbm_compat.

A workaround is to specify --with-dbmliborder=gdbm to force gdbm to be used.

I'll try and make a patch for this.
History
Date User Action Args
2012-06-12 18:19:03rosslagerwallsetrecipients: + rosslagerwall, ncoghlan, dmalcolm
2012-06-12 18:19:02rosslagerwallsetmessageid: <1339525142.88.0.366741351395.issue15044@psf.upfronthosting.co.za>
2012-06-12 18:19:02rosslagerwalllinkissue15044 messages
2012-06-12 18:19:01rosslagerwallcreate