Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27133 - x11-themes/mandrake-artwork-0.9 needs to depend on kdebase, not kdelibs
Summary: x11-themes/mandrake-artwork-0.9 needs to depend on kdebase, not kdelibs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-22 12:12 UTC by Tristan McCann
Modified: 2003-08-27 19:53 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 Tristan McCann 2003-08-22 12:12:28 UTC
mandrake-artwork fails to compile when kde is not installed.  It fetches
kdelibs, but it actually needs kdebase.  The files it can't find are in
/usr/kde/3.1/include/kwin, like workspace.h.  This is on a system that was
installed with the 1.4 CD, and I have not changed CFLAGS or USE flags from the
defaults.

Reproducible: Always
Steps to Reproduce:
1. emerge mandrake-artwork (when kde is not installed yet)
2. see the crash and burn after kdelibs is installed and it tries to compile
mandrake-artwork
3. emerge kdebase
4. emerge mandrake-artwork, see the success.




Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r6 i686 Celeron (Coppermine)
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif gpm jpeg libg++
libwww mad mikmod mmx mpeg ncurses nls pdflib png quicktime slang spell truetype
xml2 xmms xv zlib gdbm berkdb readline arts svga java X sdl tcpd pam ssl perl
python esd imlib oggvorbis gnome gtk qt kde motif opengl ldap"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium3 -funroll-loops -fprefetch-loop-arrays -pipe"
CXXFLAGS="-O3 -march=pentium3 -funroll-loops -fprefetch-loop-arrays -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-08-27 19:53:58 UTC
Fixed in portage - thanks for the report.