Summary: | kdelibs-3.5.2-r6 uses wrong prefix | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | mren <bugs> |
Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED INVALID | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | The output of `equery f kdelibs` as gzip |
Description
mren
2006-05-26 08:15:40 UTC
Created attachment 87563 [details]
The output of `equery f kdelibs` as gzip
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? (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? 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. |