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 schmir
Recipients lyren, schmir
Date 2008-01-12.23:12:57
SpamBayes Score 0.044878572
Marked as misclassified No
Message-id <1200179579.41.0.717332159525.issue919238@psf.upfronthosting.co.za>
In-reply-to
Content
This is still applies for trunk.

I've added the following lines to Makefile (in the top level directory).

SELF=$(SELFA)
SELFA=$(SELF)

Running make then hangs.
I'm attaching a patch, which fixes this issue (against trunk). Running
make now prints:

~/python-trunk/ make                                             
ralf@rat64 ok
sysconfig.py: warning: could not resolve names from makefile (recursive
definition?): {'SELFA': '$(SELF)', 'SELF': '$(SELFA)'}
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers

Failed to find the necessary bits to build these modules:
_bsddb            _tkinter          bsddb185       
dbm               dl                gdbm           
imageop           sunaudiodev                      
To find the necessary bits, look in setup.py in detect_modules() for the
module's name.

running build_scripts
History
Date User Action Args
2008-01-12 23:12:59schmirsetspambayes_score: 0.0448786 -> 0.044878572
recipients: + schmir, lyren
2008-01-12 23:12:59schmirsetspambayes_score: 0.0448786 -> 0.0448786
messageid: <1200179579.41.0.717332159525.issue919238@psf.upfronthosting.co.za>
2008-01-12 23:12:58schmirlinkissue919238 messages
2008-01-12 23:12:57schmircreate