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 skip.montanaro
Recipients AndyP, flub, legerf, rpetrov, skip.montanaro, tlesher
Date 2008-12-08.01:16:33
SpamBayes Score 0.000980463
Marked as misclassified No
Message-id <18748.30060.11371.927803@montanaro-dyndns-org.local>
In-reply-to <1228690329.12.0.991200522446.issue4483@psf.upfronthosting.co.za>
Content
Roumen> The old if statement was "flat":
    ...

Okay, I understand now.

    Roumen> The new if statement contain nested if:
    Roumen> Now the second case is only "self.compiler.find_library_file(lib_dirs,
    Roumen> 'gdbm'):" and if succeed (my case) =>
    Roumen> Failed to find the necessary bits to build these modules:
    Roumen> ... dbm ...
    Roumen> Note the build system lack headers "gdbm/ndbm.h", "gdbm-ndbm.h".

In my mind that simply means we haven't accounted for how your system has
organized its header files.  It has a libgdbm so it probably has some sort
of gdbm header file unless you have failed to install some package.

I'm beginning to think this area needs more work.  Let's leave this ticket
closed.  I'll open a new one so we can figure out the best way to tackle
this.  In the meantime can you figure out why your system has a gdbm library
but apparently no gdbm headers (or different ones than we are currently
testing for)?

Thx,

Skip
History
Date User Action Args
2008-12-08 01:16:37skip.montanarosetrecipients: + skip.montanaro, flub, tlesher, rpetrov, legerf, AndyP
2008-12-08 01:16:35skip.montanarolinkissue4483 messages
2008-12-08 01:16:33skip.montanarocreate