Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 200412

Summary: dev-python/PyQt4-4.3.1 requires Qt4 to be built with the 'zlib' use flag
Product: Gentoo Linux Reporter: Fabian Fingerle <fabian>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabian Fingerle 2007-11-26 17:00:03 UTC
Emerging dev-python/PyQt4-4.3.1 crashes, failure in output:

>>> Emerging (1 of 8) dev-python/PyQt4-4.3.1 to /
 * PyQt-x11-gpl-4.3.1.tar.gz RMD160 SHA1 SHA256 size  ...                                                                           [ ok ]
 * checking ebuild checksums  ...                                                                                                   [ ok ]
 * checking auxfile checksums  ...                                                                                                  [ ok ]
 * checking miscfile checksums  ...                                                                                                 [ ok ]
 * checking PyQt-x11-gpl-4.3.1.tar.gz  ...                                                                                          [ ok ]
 * 
 * ERROR: dev-python/PyQt4-4.3.1 failed.
 * Call stack:
 *               ebuild.sh, line 1776:  Called dyn_setup
 *               ebuild.sh, line  620:  Called qa_call 'pkg_setup'
 *               ebuild.sh, line   35:  Called pkg_setup
 *               ebuild.sh, line 1245:  Called qt4_pkg_setup
 *              qt4.eclass, line   59:  Called die
 * The specific snippet of code:
 *                      die "This package requires Qt4 to be built with the '${x}' use flag."
 *  The die message:
 *   This package requires Qt4 to be built with the 'zlib' use flag.
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.3.1/temp/build.log'.
 * 

 * Messages for package dev-python/PyQt4-4.3.1:

 * 
 * ERROR: dev-python/PyQt4-4.3.1 failed.
 * Call stack:
 *               ebuild.sh, line 1776:  Called dyn_setup
 *               ebuild.sh, line  620:  Called qa_call 'pkg_setup'
 *               ebuild.sh, line   35:  Called pkg_setup
 *               ebuild.sh, line 1245:  Called qt4_pkg_setup
 *              qt4.eclass, line   59:  Called die
 * The specific snippet of code:
 *                      die "This package requires Qt4 to be built with the '${x}' use flag."
 *  The die message:
 *   This package requires Qt4 to be built with the 'zlib' use flag.
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-python/PyQt4-4.3.1/temp/build.log'.
 * 

it should be:

*   This package requires Qt4 to be built with the 'zlib' use flag.

Reproducible: Always
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2007-11-26 18:11:13 UTC
(In reply to comment #0)
>  * The specific snippet of code:
>  *                      die "This package requires Qt4 to be built with the
> '${x}' use flag."
>  *  The die message:
>  *   This package requires Qt4 to be built with the 'zlib' use flag.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-11-26 20:59:51 UTC
> *   This package requires Qt4 to be built with the 'zlib' use flag.

Did you even read the message before filing this bug? :(