Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385051 - dev-python/pyside-1.0.6 should depend on qt-gui[accessibility] qt-svg[accessibility]
Summary: dev-python/pyside-1.0.6 should depend on qt-gui[accessibility] qt-svg[accessi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-30 09:16 UTC by David Butler
Modified: 2012-01-15 21:57 UTC (History)
0 users

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 David Butler 2011-09-30 09:16:39 UTC
This is partially related to #369127 because you probably only need qt compiled with accessibility if you are building pyside with ccc...

Reproducible: Always

Steps to Reproduce:
USE=-accessibility emerge -DNuva pyside; emerge -va pyside



This is the tail end of the build.log

[ 31%] Building CXX object PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qabstractslider_wrapper.cpp.o
[ 32%] Building CXX object PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qabstractspinbox_wrapper.cpp.o
[ 32%] Building CXX object PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qabstracttextdocumentlayout_paintcontext_wrapper.cpp.o
[ 32%] Building CXX object PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qabstracttextdocumentlayout_selection_wrapper.cpp.o
[ 32%] Building CXX object PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qabstracttextdocumentlayout_wrapper.cpp.o
[ 32%] Building CXX object PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qaccessibleevent_wrapper.cpp.o
i686-pc-linux-gnu-g++: /var/tmp/portage/dev-python/pyside-1.0.6/work/pyside-1.0.6_build/PySide/QtGui/PySide/QtGui/qaccessibleevent_wrapper.cpp: No such file or directory
i686-pc-linux-gnu-g++: no input files
make[2]: *** [PySide/QtGui/CMakeFiles/QtGui.dir/PySide/QtGui/qaccessibleevent_wrapper.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [PySide/QtGui/CMakeFiles/QtGui.dir/all] Error 2
make: *** [all] Error 2
emake failed
 * ERROR: dev-python/pyside-1.0.6 failed (compile phase):
 *   Make failed!
Comment 1 Jesus Rivero (RETIRED) gentoo-dev 2011-09-30 17:29:00 UTC
Hi David, 

Could you provide us with your emerge --info, please?

Best regards,
Comment 2 David Butler 2011-10-03 06:07:09 UTC
Portage 2.1.10.11 (default/linux/x86/10.0, gcc-4.4.5, glibc-2.12.2-r0, 2.6.37-gentoo-r4 i686)
=================================================================
System uname: Linux-2.6.37-gentoo-r4-i686-Intel-R-_Atom-TM-_CPU_330_@_1.60GHz-with-gentoo-2.0.3
Timestamp of tree: Mon, 03 Oct 2011 04:00:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:          4.1_p9
dev-lang/python:          2.7.1-r1, 3.1.3-r1
dev-util/ccache:          2.4-r9
dev-util/cmake:           2.8.4-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.68
sys-devel/automake:       1.9.6-r3, 1.11.1
sys-devel/binutils:       2.20.1-r1
sys-devel/gcc:            4.4.5, 4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA AdobeFlash-10.1"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=i686 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/openvpn/easy-rsa"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs buildpkg distlocks ebuild-locks fixlafiles fixpackages news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X bzip2 fbcondecor mmx pam relp sse sse2 ssl ssse3 svg threads vdpau x86 xorg xv zlib" ELIBC="glibc" KERNEL="linux" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nouveau"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2012-01-15 21:57:22 UTC
Fixed in 1.1.0