public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] kdeaddons-2.2.1-r1.ebuild
@ 2001-11-18 18:06 Michael M Nazaroff
  2001-11-19 14:16 ` Dan Armak
  0 siblings, 1 reply; 5+ messages in thread
From: Michael M Nazaroff @ 2001-11-18 18:06 UTC (permalink / raw
  To: Gentoo-Dev

The ebuild for kdeaddons-2.2.1-r1 is broken.  At least on my machine, I've 
been working on a new install of gentoo, and started compiling the machine 
yesterday.  The first problem is the fact that the ebuild isn't looking in 
/usr/include/noatun, I fixed this by adding a 
--with-extra-includes=/usr/include/noatun to the kde.eclass.  The second 
problem with the ebuild is that /usr/lib/kdelibs-2.2.1/lib/libnoatun.so link 
is broken, this needs to be linked against /usr/lib/libnoatun.so all need to 
moved into /usr/lib/kdelibs-2.2.1/lib. I think danamark was working on some 
kinda changes lately, so maybe that the problem too, if so what packages do I 
need to remerge or change? I just thought I should mention the fixes that I 
did to make it work.

Naz


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

* Re: [gentoo-dev] kdeaddons-2.2.1-r1.ebuild
  2001-11-19 14:16 ` Dan Armak
@ 2001-11-19  8:55   ` Michael M Nazaroff
  2001-11-24 13:36     ` Dan Armak
  2001-11-19 15:08   ` Dan Armak
  1 sibling, 1 reply; 5+ messages in thread
From: Michael M Nazaroff @ 2001-11-19  8:55 UTC (permalink / raw
  To: gentoo-dev

On Monday 19 November 2001 02:16 pm, you wrote:
Ok I'm not the best at writing, "dyslexic" I try really hard but anyways, the 
kdemultimedia ebuild installs all of it's *.so files into /usr/lib so 
libnoatun.so goes into /usr/lib but the kdeaddons expects the kdemutimedia 
files to be in with /usr/libkdelibs-2.2.1/lib/ which there not so fails to 
compile against the needed files.  But if I make a symlink against 
/usr/lib/noatun.so to --> /usr/lib/kdelibs-2.2.1/lib/noatun.so it works fine.

Also to more problems popped up, number one kvirc now does not compile with 
kdesupport only qt.... I think this might have to do with the no standerd 
place /usr/lib/kdelibs-2.2.1/include /usr/lib/kdelibs-2.2.1/lib 
/usr/lib/kdelibs-2.2.1/share directories are.  (does that make sense I hope)?

AA Broke on me I've test and retest everything and it should work, I was 
talking to some people over at #kde-user and did all the test twice... hehe 
I'm using kde-2.2.1 and qt-2.3.2, so everything should work but doesn't. I 
started a brand new fresh install of gentoo 2 days ago and been compiling it 
over night (slow machine).  AA worked in my old install but not now.  I'm 
thinking it might be something to do with the none standerd locations from 
above for files since there kinda getting placed here and there.  But I'm not 
sure.  Oh and licq does work with AA so I do have one app that does hehe.

Michael Nazaroff


> On Sunday 18 November 2001 20:06, you wrote:
> > The ebuild for kdeaddons-2.2.1-r1 is broken.  At least on my machine,
> > I've been working on a new install of gentoo, and started compiling the
> > machine yesterday.  The first problem is the fact that the ebuild isn't
> > looking in /usr/include/noatun, I fixed this by adding a
> > --with-extra-includes=/usr/include/noatun to the kde.eclass.
>
> OK I've aded this to the ebuild (it doesn't belong in the eclass, it's
> kdeaddons-specific).
>
> > The second
> > problem with the ebuild is that /usr/lib/kdelibs-2.2.1/lib/libnoatun.so
> > link is broken, this needs to be linked against /usr/lib/libnoatun.so all
> > need to moved into /usr/lib/kdelibs-2.2.1/lib. I think danamark was
> > working on some kinda changes lately, so maybe that the problem too, if
> > so what packages do I need to remerge or change? I just thought I should
> > mention the fixes that I did to make it work.
>
> I don't understand what you said. How did you make it work?
> libkfile.la isn't the only thing it can't find, it can't find every other
> standard library that now installs in /usr/lib/kdeklibs-*/lib. Strange. I'm
> working on it. Meanwhile the ebuild can be considered officially broken
> :-(.
>
> To know what you need to remerge, read my orig. announcement on
> gentoo-announce (cc'd to gentoo-dev).


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

* Re: [gentoo-dev] kdeaddons-2.2.1-r1.ebuild
  2001-11-18 18:06 [gentoo-dev] kdeaddons-2.2.1-r1.ebuild Michael M Nazaroff
@ 2001-11-19 14:16 ` Dan Armak
  2001-11-19  8:55   ` Michael M Nazaroff
  2001-11-19 15:08   ` Dan Armak
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Armak @ 2001-11-19 14:16 UTC (permalink / raw
  To: gentoo-dev

On Sunday 18 November 2001 20:06, you wrote:
> The ebuild for kdeaddons-2.2.1-r1 is broken.  At least on my machine, I've
> been working on a new install of gentoo, and started compiling the machine
> yesterday.  The first problem is the fact that the ebuild isn't looking in
> /usr/include/noatun, I fixed this by adding a
> --with-extra-includes=/usr/include/noatun to the kde.eclass.
OK I've aded this to the ebuild (it doesn't belong in the eclass, it's 
kdeaddons-specific).

> The second
> problem with the ebuild is that /usr/lib/kdelibs-2.2.1/lib/libnoatun.so
> link is broken, this needs to be linked against /usr/lib/libnoatun.so all
> need to moved into /usr/lib/kdelibs-2.2.1/lib. I think danamark was working
> on some kinda changes lately, so maybe that the problem too, if so what
> packages do I need to remerge or change? I just thought I should mention
> the fixes that I did to make it work.
I don't understand what you said. How did you make it work?
libkfile.la isn't the only thing it can't find, it can't find every other 
standard library that now installs in /usr/lib/kdeklibs-*/lib. Strange. I'm 
working on it. Meanwhile the ebuild can be considered officially broken :-(.

To know what you need to remerge, read my orig. announcement on 
gentoo-announce (cc'd to gentoo-dev).

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel


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

* Re: [gentoo-dev] kdeaddons-2.2.1-r1.ebuild
  2001-11-19 14:16 ` Dan Armak
  2001-11-19  8:55   ` Michael M Nazaroff
@ 2001-11-19 15:08   ` Dan Armak
  1 sibling, 0 replies; 5+ messages in thread
From: Dan Armak @ 2001-11-19 15:08 UTC (permalink / raw
  To: gentoo-dev

Hi,

I've reemerged kdemultimedia, and now kdeaddons emerges cleanly. I'm not sure 
what's happening here, but I'm going to commit the new kdeaddons ebuild and 
pray :-). Try remerging kdemultimedia too, though since yours is a fresh 
install, I don't know that it'll help. Try anyway.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel


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

* Re: [gentoo-dev] kdeaddons-2.2.1-r1.ebuild
  2001-11-19  8:55   ` Michael M Nazaroff
@ 2001-11-24 13:36     ` Dan Armak
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Armak @ 2001-11-24 13:36 UTC (permalink / raw
  To: gentoo-dev

On Monday 19 November 2001 10:55, you wrote:
> On Monday 19 November 2001 02:16 pm, you wrote:
> Ok I'm not the best at writing, "dyslexic" I try really hard but anyways,
> the kdemultimedia ebuild installs all of it's *.so files into /usr/lib so
> libnoatun.so goes into /usr/lib but the kdeaddons expects the kdemutimedia
> files to be in with /usr/libkdelibs-2.2.1/lib/ which there not so fails to
> compile against the needed files.  But if I make a symlink against
> /usr/lib/noatun.so to --> /usr/lib/kdelibs-2.2.1/lib/noatun.so it works
> fine.
OK, afaik my fixes (committed 2 days ago) are working and kdemultimedia 
compiles cleanly. If you still have problems, tell me.

>
> Also to more problems popped up, number one kvirc now does not compile with
> kdesupport only qt.... I think this might have to do with the no standerd
> place /usr/lib/kdelibs-2.2.1/include /usr/lib/kdelibs-2.2.1/lib
> /usr/lib/kdelibs-2.2.1/share directories are.  (does that make sense I
> hope)?
I'm now moving to testing all other kde apps (outside of kde-base) with 
kde-2.2.2 and multi-kdelibs.

-- 

Dan Armak
Gentoo Linux Developer, Desktop Team
Matan, Israel


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

end of thread, other threads:[~2001-11-24 13:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-18 18:06 [gentoo-dev] kdeaddons-2.2.1-r1.ebuild Michael M Nazaroff
2001-11-19 14:16 ` Dan Armak
2001-11-19  8:55   ` Michael M Nazaroff
2001-11-24 13:36     ` Dan Armak
2001-11-19 15:08   ` Dan Armak

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