[Python-bugs-list] [Bug #130075] dbmmodule build fails on Debian GNU/Linux unstable (Sid)

noreply@sourceforge.net noreply@sourceforge.net
Thu, 25 Jan 2001 12:16:31 -0800


Bug #130075, was updated on 2001-Jan-25 12:16
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Submitted by: krftkndl
Assigned to : nobody
Summary: dbmmodule build fails on Debian GNU/Linux unstable (Sid)

Details: When building on Debian GNU/Linux unstable, the build fails
with:

/home/kalle/src/python/dist/src/Modules/dbmmodule.c:24: #error "No ndbm.h
available!"
error: command 'gcc' failed with exit status 1
make: *** [sharedmods] Error 1

The *dbm.h files available are
/usr/include/dbm.h
/usr/include/gdbm.h
/usr/include/gdbm-ndbm.h

All are part of the package libgdbmg1-dev.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=130075&group_id=5470