Hello This is a new installation and I am trying to emerge kdenetwork. Just after downloading kdenetwork and making some checks the following error is reported. !!! ERROR: kde-base/kdenetwork-3.5.2 failed. Call stack: ebuild.sh, line 1555: Called dyn_setup ebuild.sh, line 668: Called pkg_setup kdenetwork-3.5.2.ebuild, line 55: Called die !!! Please reemerge =x11-libs/qt-3* with USE="opengl". !!! If you need support, post the topmost build error, and the call stack if relevant. I emerged x11-libs/qt after adding opengl to it's useflags in /etc/portage/package.use and after that remerged kdenetwork but got the exact same error message. Not sure how to troubleshoot this. I am relatively new to gentoo linux. On my other computers I have 20006.0 and have had little problems. This is my first 2006.1 install. Thanks in advance for any help you might be able to give. t. ir Below is the output of emerge --info. Let me know if you require any further information. Portage 2.1-r2 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r7 i686) ================================================================= System uname: 2.6.17-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz Gentoo Base System version 1.12.1 app-admin/eselect-compiler: [Not Present] dev-lang/python: 2.4.3-r1 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo" CXXFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeo ut=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 alsa berkdb bitmap-fonts cdr cli crypt dlloader dri fortran gdbm gpm isdnlog kde libg++ mmx mp3 ncurses nls nptl nptlonly pam pcre perl ppds pppd python qt readline reflection session spl ssl tcpd truetype-fonts type1-fonts udev unicode xorg zlib elibc_glibc input_device s_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_radeon video_cards_vesa" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Reopen with emerge -pv =x11-libs/qt-3 output.
(In reply to comment #1) > Reopen with emerge -pv =x11-libs/qt-3 output. > Hello I tried the above command. Not much joy from that: # emerge -pv =x11-libs/qt-3 These are the packages that would be merged, in order: Calculating dependencies emerge: there are no ebuilds to satisfy "=x11-libs/qt-3". I tried with an asterix and got the following: # emerge -pv =x11-libs/qt-3* These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] x11-libs/qt-3.3.6-r1 USE="gif* opengl* -cups -debug -doc -examples -firebird -immqt -immqt-bc -ipv6 -mysql -nas -nis -odbc -postgres -sqlite -xinerama" 0 kB t. ir
As you can see, you clearly didn't compile qt-3 w/ USE="opengl"; do it.
(In reply to comment #3) > As you can see, you clearly didn't compile qt-3 w/ USE="opengl"; do it. > Hello Seems that I should do some more reading. I haven't been using gentoo long and thought that the opengl* meant that that option was turned on. No doubt you have alot of experience with gentoo, so I will assume that the mistake is mine. Thanks for all your help, and the speed with which you did so. Take care! t. irvine
(In reply to comment #4) > Seems that I should do some more reading. I haven't been using gentoo long and > thought that the opengl* meant that that option was turned on. No, that means that it's been turned on, but compiled without it. You've probably rebuilt QT4, but not QT3. emerge -1 =x11-libs/qt-3*