Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128393 - emerge =kde-base/khotkeys-3.5.1 fails because of missing depencency on libXrandr, libXcursor and libXinerama
Summary: emerge =kde-base/khotkeys-3.5.1 fails because of missing depencency on libXra...
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-01 08:34 UTC by Erik
Modified: 2010-12-26 19:18 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 Erik 2006-04-01 08:34:47 UTC
"emerge =kde-base/khotkeys-3.5.1" failed because it did not emerge libXrandr, libXcursor and libXinerama first. A workaround is to do "emerge libXrandr libXcursor libXinerama =kde-base/khotkeys-3.5.1" but that
should of course have been automatic.

# emerge =kde-base/khotkeys-3.5.1 -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] kde-base/khotkeys-3.5.1  USE="arts kdeenablefinal xinerama -debug -kdexdeltas" 0 kB

Total size of downloads: 0 kB


# emerge --info
Portage 2.1_pre7-r3 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.5-r1, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.60GHz
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
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-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/"
LINGUAS="sv de"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/portage_tmpdir"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X Xaw3d a52 aac aalib acl ada alsa apache2 apm arts artworkextra athena audiofile authdaemond avi bash-completion berkdb bitmap-fonts bonobo canna cdda cddb cdio cdparanoia crypt cups curl dga dhcp directfb divx4linux dnd dri dts dvb dvd dvdread eds emacs emboss encode expat fam fbcon ffmpeg firebird flac foomaticdb fortran freetype freewnn gcj gdbm ggi gif gimpprint gmp gnome gnutls gpm gstreamer gtk gtk2 guile hal howl httpd i8x0 imlib ipv6 isdnlog jack javascript jpeg kde kdeenablefinal kerberos krb4 ldap leim lesstif libcaca libg++ libwww live lzo mad matroska mikmod mmx mng mp3 mpeg mule mysql ncurses neXt network nls nsplugin odbc ogg oggvorbis opengl pam pcmcia pdflib perl php physfs png portaudio povray pppd python qt quicktime quotas readline ruby samba sasl sdl slp speex spell sql sse sse2 ssl stream subversion svg tcpd theora truetype truetype-fonts type1-fonts unicode usb v4l vcd vda vlm vorbis wifi wmf wxwindows xanim xface xinerama xml2 xmms xosd xv xvid xvmc zlib elibc_glibc kernel_linux linguas_sv linguas_de userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTDIR_OVERLAY
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-04-01 08:50:12 UTC
Uh the error message would have helped.
Anyway I'll see to fix the missing deps.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2006-04-01 10:56:06 UTC
qt has all three of those deps in it.  so this seems invalid to me.
Comment 3 Erik 2006-04-01 11:04:20 UTC
(In reply to comment #1)
> Uh the error message would have helped.

If I recall corretly it was a link error during make (not configure).
Comment 4 Erik 2006-04-01 11:41:12 UTC
(In reply to comment #3)
> (In reply to comment #1)
> > Uh the error message would have helped.
> 
> If I recall corretly it was a link error during make (not configure).

Sorry, I was thinking of another error. It was most likely during configure after all. 
Comment 5 Erik 2006-04-06 22:33:28 UTC
Qt has those dependencies and khotkeys depends on Qt (maybe indirectly). Therefore khotkeys should not depend on libXrandr,
libXcursor and libXinerama directly. The problem was caused by a broken system where Qt was installed but did not have all it's dependencies installed after a migration to modular X.