public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] painful KDE install
@ 2002-01-21 19:40 Damaen
  2002-01-21 19:54 ` Dan Armak
  0 siblings, 1 reply; 2+ messages in thread
From: Damaen @ 2002-01-21 19:40 UTC (permalink / raw
  To: gentoo-dev

I'm wondering if anyone else ran into the problems merging
kdebase-2.2.2-r1. I'm not normally a KDE user, but I do try it out
everytime there is an update. 

I ran into three problems during compile. All of them undefined
references. I'm sorry I don't have exact errors, but I believe I can
replicate them if need be.

First off, I hit an undefined reference in ./libkonq/kfileivi.cc, lines
197-200 to the function KIconEffect::hasEffect. I remedied it by
commenting the reference out and replacing the if statment, as such:

195:    KIconEffect *effect = KGlobal::iconLoader()->iconEffect();
196:
197:    //bool haveEffect = effect->hasEffect( KIcon::Desktop, d->state
) !=
198:    //                  effect->hasEffect( KIcon::Desktop, state );
199:
200://    if( haveEffect &&
201:    if(
202:        effect->fingerprint( KIcon::Desktop, d->state ) !=
203:        effect->fingerprint( KIcon::Desktop, state ) )
204:    {

Compile continued after this, until I hit another undefined reference in
./kcontrol/crypto/crypto.cpp, to function
KSSLCertificateCache::modifyByCN, again, I commented it out, line 987:

986:     QDateTime expires = x->getExpires();
987:     //_cc.modifyByCN(thisCN,
(KSSLCertificateCache::KSSLCertificatePolicy)x->getPolicy(),
x->isPermanent(), expires);
988:     //policies->setGroup(x->configName());

Compile now moved past this point, this time it died on undefined
references in libMesaGL.so.I actually corrected this by backrev'ing Mesa
from 3.5 to 3.4.2.

Compile actually finished after this, and I do have a running KDE
environ. I did update Mesa, back to v3.5, and it seems to be running
fine. I thought that I should mention this difficulty to you guys
though... :)

--
Regards,
Tim Bissell
----------
The man with a new idea is a Crank until the idea succeeds.
   - Mark Twain - Following the Equator




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] painful KDE install
  2002-01-21 19:40 [gentoo-dev] painful KDE install Damaen
@ 2002-01-21 19:54 ` Dan Armak
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Armak @ 2002-01-21 19:54 UTC (permalink / raw
  To: gentoo-dev

On Monday 21 January 2002 21:40, you wrote:
> I'm wondering if anyone else ran into the problems merging
> kdebase-2.2.2-r1. I'm not normally a KDE user, but I do try it out
> everytime there is an update.
>
> I ran into three problems during compile. All of them undefined
> references. I'm sorry I don't have exact errors, but I believe I can
> replicate them if need be.
>
> First off, I hit an undefined reference in ./libkonq/kfileivi.cc, lines
> 197-200 to the function KIconEffect::hasEffect. I remedied it by
> commenting the reference out and replacing the if statment, as such:
>
> 195:    KIconEffect *effect = KGlobal::iconLoader()->iconEffect();
> 196:
> 197:    //bool haveEffect = effect->hasEffect( KIcon::Desktop, d->state
> ) !=
> 198:    //                  effect->hasEffect( KIcon::Desktop, state );
> 199:
> 200://    if( haveEffect &&
> 201:    if(
> 202:        effect->fingerprint( KIcon::Desktop, d->state ) !=
> 203:        effect->fingerprint( KIcon::Desktop, state ) )
> 204:    {
>
> Compile continued after this, until I hit another undefined reference in
> ./kcontrol/crypto/crypto.cpp, to function
> KSSLCertificateCache::modifyByCN, again, I commented it out, line 987:
>
> 986:     QDateTime expires = x->getExpires();
> 987:     //_cc.modifyByCN(thisCN,
> (KSSLCertificateCache::KSSLCertificatePolicy)x->getPolicy(),
> x->isPermanent(), expires);
> 988:     //policies->setGroup(x->configName());
>
> Compile now moved past this point, this time it died on undefined
> references in libMesaGL.so.I actually corrected this by backrev'ing Mesa
> from 3.5 to 3.4.2.
>
> Compile actually finished after this, and I do have a running KDE
> environ. I did update Mesa, back to v3.5, and it seems to be running
> fine. I thought that I should mention this difficulty to you guys
> though... :)
Well, you shouldn't have needed to change anything at all in the source. 
Please file a bug report, so that it can be handled more efficiently.

-- 
Dan Armak
Gentoo Linux, Desktop Team
Matan, Israel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-01-21 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-21 19:40 [gentoo-dev] painful KDE install Damaen
2002-01-21 19:54 ` Dan Armak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox