Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134424 - kdelibs-3.5.2-r6 uses wrong prefix
Summary: kdelibs-3.5.2-r6 uses wrong prefix
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-26 08:15 UTC by mren
Modified: 2006-05-26 10:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
The output of `equery f kdelibs` as gzip (equery.out.gz,73.37 KB, application/gzip)
2006-05-26 08:19 UTC, mren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mren 2006-05-26 08:15:40 UTC
I've updated kdelibs from 3.5.2-r5 to -r6 and now it misses /usr in prefix, though it installs into /share/... /bin/... /include/... and so on.
I will attach the output of `equery f kdelibs`.

emerge info:
Portage 2.0.54-r2 (default-linux/x86/2005.1, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r7 i686)
=================================================================
System uname: 2.6.16-gentoo-r7 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
dev-python/pycrypto: [Not Present]
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-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.8.1-r1, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -funroll-loops -pipe -fomit-frame-pointer -m3dnow -mmmx -msse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/env /etc /share/config /shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/X11/xkb /usr/lib/fax /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/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -funroll-loops -pipe -fomit-frame-pointer -m3dnow -mmmx -msse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/kde-stable /usr/portage/local/layman/ecatmur /usr/portage/local/layman/gentoo-de"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac aalib acpi acpi4linux alsa apm asf audiofile avi bash-completion berkdb bitmap-fonts bonobo bzip2 cap caps cdparanoia cdr cli crypt cups curl dbus dga directfb divx4linux doc dri dvd dvdread ecc eds emboss encode escreen esd exif expat faad fam fbcon ffmpeg flac foomaticdb fortran fpx freetype fs gd gdbm ggi gif gimp gimpprint glut gmp gpm graphviz gs gtk gtk2 hal idn imagemagick imap imlib innodb isdnlog jabber java javascript jbig jikes jpeg kde lcms ldap libcaca libg++ libwww live lm_sensors logitech-mouse mad maildir matroska md5sum mikmod mjpeg mmx mmxext mng motif mozilla mozsvg mp3 mpeg mpi msn music mysql ncurses nls nocardbus nptl ogg oggvorbis openexr opengl oscar oss pam parse-clocks pcre pda pdflib perl pic png ppds pppd python qt quicktime readline real reflection samba sdl session slang smime sndfile speedo speex spell spl sse ssl subversion svga symlink sysfs tcltk tcpd tetex theora threads tiff toolbar transcode truetype truetype-fonts type1 type1-fonts udev unicode usb userlocales vcd videos vim-with-x vorbis win32codecs wmf xface xfs xine xml xml2 xmms xorg xosd xprint xscreensaver xv xvid xvmc yahoo zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS
Comment 1 mren 2006-05-26 08:19:57 UTC
Created attachment 87563 [details]
The output of `equery f kdelibs` as gzip
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2006-05-26 08:30:59 UTC
Your PREFIX env var should be /usr/kde/3.5 as set in the kde.eclass.  In particular, these things are set in line 207.

I'd be interested to see what it's getting set to.  Are you able to throw in some echo statements in the eclass and see what PREFIX is being set set to?

Comment 3 mren 2006-05-26 09:29:32 UTC
(In reply to comment #2)
> Your PREFIX env var should be /usr/kde/3.5 as set in the kde.eclass.  In
> particular, these things are set in line 207.
> 
> I'd be interested to see what it's getting set to.  Are you able to throw in
> some echo statements in the eclass and see what PREFIX is being set set to?

I thought I was. I inserted 'echo "Prefix is: $PREFIX" \n echo $PREFIX > /tmp/kde.eclass.prefix' (in line 214 after the if-statement), but in the configuration process of kdelibs I got no output. Any hints on this?
Comment 4 mren 2006-05-26 10:18:58 UTC
Shame on me.
I tested layman theses days and installed the kde-stable overlay. But this overlay seems to have its own kde.eclass which has caused this error. I've deinstalled this overlay now and reemerge kdelibs. The $PREFIX seems to be right (/usr/kde/3.5).
Sorry for the noise I've made.