Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] dev-python/PyQt4-4.9.2 requires SIP v4.13.3 or later
Date: Fri, 22 Jun 2012 06:42:03
Message-Id: 4FE41344.4050306@gmail.com
1 Howdy,
2
3 I'm doing my KDE4 upgrades and ran into this:
4
5 root@fireball / # cat
6 /var/tmp/portage/dev-python/PyQt4-4.9.2/temp/build.log
7 * Package: dev-python/PyQt4-4.9.2
8 * Repository: gentoo
9 * Maintainer: qt@g.o python@g.o
10 * Upstream: phil@××××××××××××××××××.com pyqt@××××××××××××××××××.com
11 * USE: X amd64 consolekit dbus declarative elibc_glibc kde
12 kernel_linux multilib opengl phonon policykit sql svg userland_GNU webkit
13 * FEATURES: preserve-libs sandbox
14 >>> Unpacking source...
15 >>> Unpacking PyQt-x11-gpl-4.9.2.tar.gz to
16 /var/tmp/portage/dev-python/PyQt4-4.9.2/work
17 >>> Source unpacked in /var/tmp/portage/dev-python/PyQt4-4.9.2/work
18 >>> Preparing source in
19 /var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2 ...
20 * Applying PyQt4-4.7.2-configure.py.patch ...
21 [ ok ]
22 * Preparation of dev-python/PyQt4-4.9.2 with CPython 2.7...
23 * Preparation of dev-python/PyQt4-4.9.2 with CPython 3.2...
24 >>> Source prepared.
25 >>> Configuring source in
26 /var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2 ...
27 * Configuration of dev-python/PyQt4-4.9.2 with CPython 2.7...
28 python2.7 configure.py --confirm-license --bindir=/usr/bin
29 --destdir=/usr/lib64/python2.7/site-packages --sipdir=/usr/share/sip
30 --assume-shared --no-timestamp --qsci-api --enable=QtCore
31 --enable=QtNetwork --enable=QtScript --enable=QtXml --enable=QtGui
32 --enable=QtDesigner --enable=QtScriptTools --enable=QtTest
33 --enable=QtDBus --enable=QtDeclarative --enable=QtOpenGL --enable=phonon
34 --enable=QtSql --enable=QtSvg --enable=QtWebKit
35 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++
36 LINK=x86_64-pc-linux-gnu-g++ LINK_SHLIB=x86_64-pc-linux-gnu-g++
37 CFLAGS=-march=native -O2 -pipe CXXFLAGS=-march=native -O2 -pipe
38 LFLAGS=-Wl,-O1 -Wl,--as-needed
39 Error: This version of PyQt requires SIP v4.13.3 or later
40 * ERROR: dev-python/PyQt4-4.9.2 failed (configure phase):
41 * (no error message)
42 *
43 * Call stack:
44 * ebuild.sh, line 85: Called src_configure
45 * environment, line 4969: Called python_execute_function '-s'
46 'configuration'
47 * environment, line 3264: Called configuration
48 * environment, line 4954: Called die
49 * The specific snippet of code:
50 * "${myconf[@]}" || die;
51 *
52 * If you need support, post the output of `emerge --info
53 '=dev-python/PyQt4-4.9.2'`,
54 * the complete build log and the output of `emerge -pqv
55 '=dev-python/PyQt4-4.9.2'`.
56 * The complete build log is located at
57 '/var/tmp/portage/dev-python/PyQt4-4.9.2/temp/build.log'.
58 * The ebuild environment file is located at
59 '/var/tmp/portage/dev-python/PyQt4-4.9.2/temp/environment'.
60 * Working directory:
61 '/var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2-2.7'
62 * S: '/var/tmp/portage/dev-python/PyQt4-4.9.2/work/PyQt-x11-gpl-4.9.2'
63 root@fireball / #
64
65
66 I notice tho that portage seems to have failed to notice this was
67 needed. Should I file a bug report or is this just me?
68
69 Dale
70
71 :-) :-)
72
73 --
74 I am only responsible for what I said ... Not for what you understood or how you interpreted my words!
75
76 Miss the compile output? Hint:
77 EMERGE_DEFAULT_OPTS="--quiet-build=n"

Replies

Subject Author
Re: [gentoo-user] dev-python/PyQt4-4.9.2 requires SIP v4.13.3 or later Alex Schuster <wonko@×××××××××.org>