[ python-Bugs-1653757 ] configure does not check/warn/stop for tk/tcl

SourceForge.net noreply at sourceforge.net
Wed Feb 7 03:15:17 CET 2007


Bugs item #1653757, was opened at 2007-02-06 18:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1653757&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: SAndreason (sandreas41)
Assigned to: Nobody/Anonymous (nobody)
Summary: configure does not check/warn/stop for tk/tcl

Initial Comment:
linux-2.4.33
installing Python-2.5.tar.bz2 9357099 bytes

During the first configure/make process, there were no errors until compilation failed.
Looking back at the configure output, I see:
...[clip]...
checking for UCS-4 tcl... no
...[clip]...

Because during make, it said:
...[clip]...
/usr/src/Python-2.5/Modules/_tkinter.c:80:2: #error "Tk older than 8.2 not supported"
/usr/src/Python-2.5/Modules/_tkinter.c:92:2: #error "unsupported Tcl configuration"
...[clip]...and many pages of:...
/usr/src/Python-2.5/Modules/_tkinter.c:xxxx: errors

Ok, so I upgraded the tk and tcl packages without incident.

Now, Why during the clean re-configuration, do I get the same message, and also an error in the config.log that matches??

make did (appear to) finish ok

Perhaps this may have relevance to the other bug.
[ 1653753 ] crash / abort during install

config.log is attached there.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1653757&group_id=5470


More information about the Python-bugs-list mailing list