Gentoo Archives: gentoo-user

From: Daniel Iliev <daniel.iliev@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] pygtk threading disabled at compile time
Date: Mon, 05 May 2008 00:33:04
Message-Id: 20080505033258.495b5993@ilievnet.com
In Reply to: [gentoo-user] pygtk threading disabled at compile time by luis jure
1 On Sun, 4 May 2008 08:49:23 -0300
2 luis jure <ljc@××××××××××××.uy> wrote:
3
4 > ebuild doesn't have an USE option for threads, and when it compiles i
5 > see the option --enable-threads flashing by, so i guess pygtk
6 > *should* have threads enabled. any ideas?
7 >
8 > best,
9 >
10 > lj
11
12
13 Hi,
14
15 You might want to try this:
16
17 echo "EXTRA_ECONF=--enable-threads" >> /etc/make.conf
18 emerge -1 dev-python/pygtk
19
20
21 If things are still not OK you could re-emerge all packs which
22 depend on pygtk. To get a list of those:
23
24 equery depends dev-python/pygtk
25
26
27 Then you can remark/delete the EXTRA_ECONF line from make.conf.
28
29 HTH
30
31 --
32 Best regards,
33 Daniel
34 --
35 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] pygtk threading disabled at compile time Neil Bothwick <neil@××××××××××.uk>