public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
@ 2002-05-11  5:31 david mattatall
  2002-05-11  5:55 ` Avi Schwartz
  0 siblings, 1 reply; 8+ messages in thread
From: david mattatall @ 2002-05-11  5:31 UTC (permalink / raw
  To: gentoo-dev

/usr/kde/3/lib/libkmid.so: undefined reference to `snd_seq_ev_schedule_real'
/usr/kde/3/lib/libkmid.so: undefined reference to `snd_seq_flush_output'
/usr/kde/3/lib/libkmid.so: undefined reference to `snd_seq_ev_set_fixed'
/usr/kde/3/lib/libkmid.so: undefined reference to `snd_seq_ev_set_direct'
/usr/kde/3/lib/libkmid.so: undefined reference to `snd_seq_ev_set_variable'
collect2: ld returned 1 exit status
make[3]: *** [libkmidpart.la.closure] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.0-r1/work/kdemultimedia-3.0/kmid'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.0-r1/work/kdemultimedia-3.0/kmid'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kdemultimedia-3.0-r1/work/kdemultimedia-3.0'
make: *** [all] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -3694, Exitcode 2
!!! died running emake, kde_src_compile:make

!!! emerge aborting on  
/usr/portage/kde-base/kdemultimedia/kdemultimedia-3.0-r1.ebuild .

I have looked this one over three or four times and have yet to find exactly 
what it is saying, can anyone here help?


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

* Re: [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
  2002-05-11  5:31 [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :( david mattatall
@ 2002-05-11  5:55 ` Avi Schwartz
  2002-05-11  6:28   ` david mattatall
  2002-05-11 21:36   ` Spider
  0 siblings, 2 replies; 8+ messages in thread
From: Avi Schwartz @ 2002-05-11  5:55 UTC (permalink / raw
  To: gentoo-dev

Yep, this has to do with Alsa 0.9.  See 
http://bugs.gentoo.org/show_bug.cgi?id=2324

This brings up a much larger question: why did gentoo switch to 0.9 
before major packages like KDE3's kdemultimedia was ready for this 
version of Alsa?

Avi

On Saturday, May 11, 2002, at 12:31 , david mattatall wrote:

> /usr/kde/3/lib/libkmid.so: undefined reference to 
> `snd_seq_ev_schedule_real'
> /usr/kde/3/lib/libkmid.so: undefined reference to `snd_seq_flush_output'
> /usr/kde/3/lib/libkmid.so: undefined reference to `snd_seq_ev_set_fixed'
> /usr/kde/3/lib/libkmid.so: undefined reference to 
> `snd_seq_ev_set_direct'
> /usr/kde/3/lib/libkmid.so: undefined reference to 
> `snd_seq_ev_set_variable'
> collect2: ld returned 1 exit status
--
Avi Schwartz
Avi@CFFtechnologies.com



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

* Re: [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
  2002-05-11  5:55 ` Avi Schwartz
@ 2002-05-11  6:28   ` david mattatall
  2002-05-11  6:58     ` George Shapovalov
  2002-05-11 13:05     ` Dan Armak
  2002-05-11 21:36   ` Spider
  1 sibling, 2 replies; 8+ messages in thread
From: david mattatall @ 2002-05-11  6:28 UTC (permalink / raw
  To: gentoo-dev

On Friday 10 May 2002 22:55, Avi Schwartz wrote:
> Yep, this has to do with Alsa 0.9.  See
> http://bugs.gentoo.org/show_bug.cgi?id=2324
>
> This brings up a much larger question: why did gentoo switch to 0.9
> before major packages like KDE3's kdemultimedia was ready for this
> version of Alsa?
>
> Avi
When do we (and by we I mean them) think this will be resolved?


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

* Re: [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
  2002-05-11  6:28   ` david mattatall
@ 2002-05-11  6:58     ` George Shapovalov
  2002-05-11 13:05     ` Dan Armak
  1 sibling, 0 replies; 8+ messages in thread
From: George Shapovalov @ 2002-05-11  6:58 UTC (permalink / raw
  To: gentoo-dev

Well, there is a resolution already, so that issue is not really that big of a 
deal. Just do:
USE="-alsa" emerge kdemultimedia
also when you load your alsa modules load oss compatibility ones:
snd-pcm-oss
snd-mixer-oss
This way you will get kdemultimedia to compile AND you will be able to 
actually use it with alsa drivers (it does work this way).
Don't forget to unmute necessary channels!

George


On Friday 10 May 2002 23:28, david mattatall wrote:
> On Friday 10 May 2002 22:55, Avi Schwartz wrote:
> > Yep, this has to do with Alsa 0.9.  See
> > http://bugs.gentoo.org/show_bug.cgi?id=2324
> >
> > This brings up a much larger question: why did gentoo switch to 0.9
> > before major packages like KDE3's kdemultimedia was ready for this
> > version of Alsa?
> >
> > Avi
>
> When do we (and by we I mean them) think this will be resolved?



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

* Re: [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
  2002-05-11  6:28   ` david mattatall
  2002-05-11  6:58     ` George Shapovalov
@ 2002-05-11 13:05     ` Dan Armak
  1 sibling, 0 replies; 8+ messages in thread
From: Dan Armak @ 2002-05-11 13:05 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 11 May 2002 09:28, david mattatall wrote:
> On Friday 10 May 2002 22:55, Avi Schwartz wrote:
> > Yep, this has to do with Alsa 0.9.  See
> > http://bugs.gentoo.org/show_bug.cgi?id=2324
> >
> > This brings up a much larger question: why did gentoo switch to 0.9
> > before major packages like KDE3's kdemultimedia was ready for this
> > version of Alsa?
> >
> > Avi
>
> When do we (and by we I mean them) think this will be resolved?
Who knows? The kmidi manager is aware of the situation (at least there's an 
open bug  on bugs.kde.org and I've mailed him too). OTOH not all alsa 0.9 
systems are affected by this problem. It's almost entirely out of my hands 
:-(

- -- 
Dan Armak
Gentoo Linux developer (KDE)
Matan, Israel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE83RcpUI2RQ41fiVERApupAJsEKLXJCZOVPqGItjc1QIn36WUOOwCeJ98m
BU+pmqAhxpZllgsCOpnJguI=
=Cofg
-----END PGP SIGNATURE-----



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

* Re: [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
  2002-05-11  5:55 ` Avi Schwartz
  2002-05-11  6:28   ` david mattatall
@ 2002-05-11 21:36   ` Spider
  2002-05-12  0:50     ` Jean-Michel Smith
  1 sibling, 1 reply; 8+ messages in thread
From: Spider @ 2002-05-11 21:36 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1225 bytes --]

begin  quote
On Sat, 11 May 2002 00:55:09 -0500
Avi Schwartz <avi@CFFtechnologies.com> wrote:

> This brings up a much larger question: why did gentoo switch to 0.9 
> before major packages like KDE3's kdemultimedia was ready for this 
> version of Alsa?
<quote source=www.alsa-project.org>
*** N.B. The 0.5.x series is considered deprecated and is no longer
supported by ALSA developers ***
</quote>


the last time they updated the alsa 0.5.x libraries was:
2000-12-07  The ALSA packages version 0.5.10 wer


I would call this branch "OUTDATED" ..... the 0.9 interface has been
around since  2001-02-21  thats more than a year advance and allowance
to adopt to the new codebase.  I'd say this was plenty of time for all
project maintainers to get the know of the new libraries and support it.


So, the code has been around. should we really have waited for another
year using old, slightly broken and buggy codebase that was completely
unsupported by the developers and where the drivers werent updated?  I
dont think that would be a good thing in the long run.


//Spider




--
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
  2002-05-11 21:36   ` Spider
@ 2002-05-12  0:50     ` Jean-Michel Smith
  2002-05-12 18:24       ` Dan Armak
  0 siblings, 1 reply; 8+ messages in thread
From: Jean-Michel Smith @ 2002-05-12  0:50 UTC (permalink / raw
  To: gentoo-dev, Spider

On Saturday 11 May 2002 04:36 pm, Spider wrote:

> <quote source=www.alsa-project.org>
> *** N.B. The 0.5.x series is considered deprecated and is no longer
> supported by ALSA developers ***
> </quote>
>
> the last time they updated the alsa 0.5.x libraries was:
> 2000-12-07  The ALSA packages version 0.5.10 wer
>
>
> I would call this branch "OUTDATED" ..... the 0.9 interface has been
> around since  2001-02-21  thats more than a year advance and allowance
> to adopt to the new codebase.  I'd say this was plenty of time for all
> project maintainers to get the know of the new libraries and support it.

I agree, moving to 0.9.0-rc1 was the right move, and it is rather amazing that 
kdemultimedia hasn't become alsa 0.9-aware in all that time.  

May I suggest though a hack in the kde-multimedia ebuild to do a USE="-alsa 
oss", perhaps with an alsa-oss dependency, so that people installing KDE 
don't get bit by this glitch.  Once kdemultimedia is fixed by the author the 
hack could then be removed, but it would make getting started with the 
current librarys alot simpler for many.

Jean.


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

* Re: [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :(
  2002-05-12  0:50     ` Jean-Michel Smith
@ 2002-05-12 18:24       ` Dan Armak
  0 siblings, 0 replies; 8+ messages in thread
From: Dan Armak @ 2002-05-12 18:24 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 12 May 2002 03:50, Jean-Michel Smith wrote:
> On Saturday 11 May 2002 04:36 pm, Spider wrote:
> > <quote source=www.alsa-project.org>
> > *** N.B. The 0.5.x series is considered deprecated and is no longer
> > supported by ALSA developers ***
> > </quote>
> >
> > the last time they updated the alsa 0.5.x libraries was:
> > 2000-12-07  The ALSA packages version 0.5.10 wer
> >
> >
> > I would call this branch "OUTDATED" ..... the 0.9 interface has been
> > around since  2001-02-21  thats more than a year advance and allowance
> > to adopt to the new codebase.  I'd say this was plenty of time for all
> > project maintainers to get the know of the new libraries and support it.
>
> I agree, moving to 0.9.0-rc1 was the right move, and it is rather amazing
> that kdemultimedia hasn't become alsa 0.9-aware in all that time.
>
> May I suggest though a hack in the kde-multimedia ebuild to do a USE="-alsa
> oss", perhaps with an alsa-oss dependency, so that people installing KDE
> don't get bit by this glitch.  Once kdemultimedia is fixed by the author
> the hack could then be removed, but it would make getting started with the
> current librarys alot simpler for many.
>
Since it seems a fix will take some time, ok, I'll disable alsa support in 
kdemm by default.

- --
Dan Armak
Gentoo Linux developer (KDE)
Matan, Israel
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE83rNbUI2RQ41fiVERAmJDAJ4oA2r8LfEDJViquvEjgyczK1lDEgCeLCCr
fgsZok5TUgdgtrtGtROgSkI=
=4W08
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2002-05-12 18:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-11  5:31 [gentoo-dev] kdemultimedia-3.0-r1 doesn't build :( david mattatall
2002-05-11  5:55 ` Avi Schwartz
2002-05-11  6:28   ` david mattatall
2002-05-11  6:58     ` George Shapovalov
2002-05-11 13:05     ` Dan Armak
2002-05-11 21:36   ` Spider
2002-05-12  0:50     ` Jean-Michel Smith
2002-05-12 18:24       ` Dan Armak

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