Gentoo Archives: gentoo-dev

From: Gold is Heavy <aeoo@×××××××.org>
To: achim@g.o, gentoo-dev@××××××××××.org
Subject: [gentoo-dev] issues with tcl/tk 8.4a2 being a default
Date: Fri, 19 Oct 2001 00:01:01
Message-Id: auto-000009134231@front1.mail.megapathdsl.net
1 Hi Achim, people,
2
3 I found out, by a method of trial and error, that python doesn't like tcl/tk
4 8.4a2 (or 8.4a3 for that matter). I observe that tcl/tk 8.4a2 is actually
5 default on gentoo:
6 ----
7 root@void2 portage # emerge --pretend dev-lang/tcl-tk
8
9 These are the packages that I would merge, in order.
10
11 Calculating dependencies. done!
12 [ebuild R ] dev-lang/tcl-tk-8.4.2 to /
13 ----
14
15 That's probably not a good policy for 2 reasons:
16
17 1. pydoc -g segfaults when Python 2.1.1 is built against this library (but
18 interestingly, idle is OK, and so is the color picker).
19
20 2. It is alpha quality code. It's not even beta, and it doesn't offer any
21 features that are desperately needed, imo, such that we would give up
22 stability in return for those features.
23
24 I propose to make tcl/tk 8.3.4 Release Candidate the default revision of
25 tcl/tk that we use. Doing so will be a first step to having Python 2.1.1
26 ebuild file that works in a reliable way when built with _tkinter.
27
28 I think tcl/tk 8.4a2 ebuild needs to be masked.
29
30 --Leo

Replies

Subject Author
Re: [gentoo-dev] issues with tcl/tk 8.4a2 being a default Daniel Robbins <drobbins@g.o>