[Python-bugs-list] [ python-Bugs-233450 ] 2.1a2: make install fails for _tkinter

nobody nobody@sourceforge.net
Wed, 28 Feb 2001 11:42:12 -0800


Bugs #233450, was updated on 2001-02-21 10:22
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=233450&group_id=5470

Category: Build
Group: None
Status: Closed
Priority: 6
Submitted By: Konrad Hinsen
Assigned to: A.M. Kuchling
Summary: 2.1a2: make install fails for _tkinter

Initial Comment:
System: RedHat Linux 6.2

I did a straightforward build/install in my home directory (--prefix=$HOME), enabling the Tkinter module in Modules/Setup. During "make install", install complains that it can't create the directory $HOME/lib/python2.1/lib-dynload/Modules. Inspection of the top-level Makefile shows

SHAREDMODS= Modules/_tkinter$(SO)

which looks like the cause of the problem.


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

Comment By: A.M. Kuchling
Date: 2001-02-28 11:42

Message:
Logged In: YES 
user_id=11375

The build machinery underwent massive revisions after 2.1a2,
and this no longer seems to be a problem.  (In fact Makefile
no longer defines SHAREDMODS at all.)

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

Comment By: Fred L. Drake, Jr.
Date: 2001-02-28 11:09

Message:
Logged In: YES 
user_id=3066

This appears related to the change to use distutils to build library components where possible.  Assigned to Andrew since he's the expert for that change.

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

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