Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193370 - dev-python/PyQt4-4.3 fails - No module named sipconfig
Summary: dev-python/PyQt4-4.3 fails - No module named sipconfig
Status: RESOLVED DUPLICATE of bug 191628
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 21:50 UTC by Nicholas Doyle
Modified: 2010-07-21 23:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Doyle 2007-09-21 21:50:24 UTC
Emerging dev-python/PyQt4-4.3 fails before compiling starts.


This is the output I get:

>>> Emerging (2 of 3) dev-python/PyQt4-4.3 to /
 * PyQt-x11-gpl-4.3.tar.gz RMD160 ;-) ...                           [ ok ]
 * PyQt-x11-gpl-4.3.tar.gz SHA1 ;-) ...                             [ ok ]
 * PyQt-x11-gpl-4.3.tar.gz SHA256 ;-) ...                           [ ok ]
 * PyQt-x11-gpl-4.3.tar.gz size ;-) ...                             [ ok ]
 * checking ebuild checksums ;-) ...                                [ ok ]
 * checking auxfile checksums ;-) ...                               [ ok ]
 * checking miscfile checksums ;-) ...                              [ ok ]
 * checking PyQt-x11-gpl-4.3.tar.gz ;-) ...                         [ ok ]
>>> Unpacking source...
>>> Unpacking PyQt-x11-gpl-4.3.tar.gz to /var/tmp/portage/dev-python/PyQt4-4.3/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-python/PyQt4-4.3/work/PyQt-x11-gpl-4.3 ...
Traceback (most recent call last):
  File "configure.py", line 30, in <module>
    import sipconfig
ImportError: No module named sipconfig
make: *** No targets specified and no makefile found.  Stop.


Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-22 05:01:35 UTC

*** This bug has been marked as a duplicate of bug 191628 ***
Comment 2 Jack 2008-11-22 14:21:24 UTC
(In reply to comment #1)
> 
> *** This bug has been marked as a duplicate of bug 191628 ***
> 

(In reply to comment #0)
> Emerging dev-python/PyQt4-4.3 fails before compiling starts.
> 
> 
> This is the output I get:
> 
> >>> Emerging (2 of 3) dev-python/PyQt4-4.3 to /
>  * PyQt-x11-gpl-4.3.tar.gz RMD160 ;-) ...                           [ ok ]
>  * PyQt-x11-gpl-4.3.tar.gz SHA1 ;-) ...                             [ ok ]
>  * PyQt-x11-gpl-4.3.tar.gz SHA256 ;-) ...                           [ ok ]
>  * PyQt-x11-gpl-4.3.tar.gz size ;-) ...                             [ ok ]
>  * checking ebuild checksums ;-) ...                                [ ok ]
>  * checking auxfile checksums ;-) ...                               [ ok ]
>  * checking miscfile checksums ;-) ...                              [ ok ]
>  * checking PyQt-x11-gpl-4.3.tar.gz ;-) ...                         [ ok ]
> >>> Unpacking source...
> >>> Unpacking PyQt-x11-gpl-4.3.tar.gz to /var/tmp/portage/dev-python/PyQt4-4.3/work
> >>> Source unpacked.
> >>> Compiling source in /var/tmp/portage/dev-python/PyQt4-4.3/work/PyQt-x11-gpl-4.3 ...
> Traceback (most recent call last):
>   File "configure.py", line 30, in <module>
>     import sipconfig
> ImportError: No module named sipconfig
> make: *** No targets specified and no makefile found.  Stop.
> 
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 



I also have had this problem. Emerge fist sip:

emerge dev-python/sip

Then I use revdev-rebuild (the error came out when I run revdep-rebuild)
Comment 3 Amitav 2009-08-23 17:37:59 UTC
reinstalling sip module and trying again did it for me.
Comment 4 Jacob Martin 2009-08-24 19:02:26 UTC
reemerging sip and resuming worked for me too.
Comment 5 Anthony Staines 2010-06-06 19:35:01 UTC
(In reply to comment #4)
> reemerging sip and resuming worked for me too.
> 

Still a problem - is this a bug in the ebuild?
Comment 6 Kalkin Sam 2010-07-21 23:03:54 UTC
<cite>reemerging sip and resuming worked for me too on</cite>
same here