Gentoo Archives: gentoo-user

From: Pariksheet Nanda <pariksheet.nanda@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-python/PyQt4
Date: Wed, 03 Sep 2008 01:53:07
Message-Id: 229b7e970809021853j6678b822g771cfe9344e6e4d1@mail.gmail.com
In Reply to: [gentoo-user] dev-python/PyQt4 by James
1 On Tue, Aug 26, 2008 at 3:24 PM, James <wireless@×××××××××××.com> wrote:
2 >
3 > Hello,
4 >
5 > It fails to build on one particular system:
6 >
7 > Traceback (most recent call last):
8 > File "configure.py", line 30, in <module>
9 > import sipconfig
10 > ImportError: No module named sipconfig
11 > make: *** No targets specified and no makefile found. Stop.
12 >
13 > * ERROR: dev-python/PyQt4-4.3.3 failed.
14 > * Call stack:
15 > * ebuild.sh, line 49: Called src_compile
16 > * environment, line 2892: Called die
17 > * The specific snippet of code:
18 > * emake || die "emake failed"
19 >
20 >
21 > I see the lines about configure.py and sipconfig,
22 > but have no idea what to do about those issues.
23 >
24 >
25 > equery depends PyQt4
26 > shows noting depends on this package....
27 >
28 >
29 > Any suggestions as to unmerging it, fixing it,
30 > or just wait a few days, sync up and see if it is
31 > fixed?
32 >
33 >
34 > Ideas?
35 >
36
37 $ qlist dev-python/sip
38 ...
39 /usr/lib64/python2.5/site-packages/sipconfig.py
40 ...
41
42 If you have dev-python/sip already installed you may need to revdep-rebuild.
43
44 HTH
45
46 > James
47 >
48
49 -Pariksheet