Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
re-emerging kdemultimedia [libpng,alsa]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
sven
Apprentice
Apprentice


Joined: 19 Apr 2002
Posts: 274

PostPosted: Sun Apr 28, 2002 7:47 am    Post subject: re-emerging kdemultimedia [libpng,alsa] Reply with quote

I need to re-emerge kdemultimedia because of new versions of libpng (1.2.1-r1) and alsa (0.9.0_rc1-r2) but emerge kdemultimedia gives me the following error after a while:
Code:
In file included from alsa_a.c:55:
/usr/include/sys/asoundlib.h:1: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
alsa_a.c: In function `check_sound_cards':
alsa_a.c:153: storage size of `ctl_hw_info' isn't known
alsa_a.c:154: storage size of `pcm_info' isn't known
alsa_a.c:189: warning: passing arg 2 of `snd_ctl_open' makes pointer from integer without a cast
alsa_a.c:189: too few arguments to function `snd_ctl_open'
alsa_a.c:223: warning: passing arg 2 of `snd_ctl_pcm_info' makes pointer from integer without a cast
alsa_a.c:223: too many arguments to function `snd_ctl_pcm_info'
alsa_a.c:231: `SND_PCM_INFO_PLAYBACK' undeclared (first use in this function)
alsa_a.c:231: (Each undeclared identifier is reported only once
alsa_a.c:231: for each function it appears in.)
alsa_a.c: In function `set_playback_info':
alsa_a.c:265: `snd_pcm_channel_info_t' undeclared (first use in this function)
alsa_a.c:265: parse error before `playback_info'
alsa_a.c:271: storage size of `playback_params' isn't known
alsa_a.c:272: storage size of `playback_status' isn't known
alsa_a.c:273: storage size of `setup' isn't known
alsa_a.c:278: request for member `interleave' in something not a structure or union
alsa_a.c:281: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c:282: `SND_PCM_MODE_BLOCK' undeclared (first use in this function)
alsa_a.c:284: `playback_info' undeclared (first use in this function)
alsa_a.c:308: request for member `rate' in something not a structure or union
alsa_a.c:317: request for member `voices' in something not a structure or union
alsa_a.c:319: request for member `voices' in something not a structure or union
alsa_a.c:325: `SND_PCM_FMT_S16_LE' undeclared (first use in this function)
alsa_a.c:327: request for member `format' in something not a structure or union
alsa_a.c:327: `SND_PCM_SFMT_S16_LE' undeclared (first use in this function)
alsa_a.c:330: `SND_PCM_FMT_U16_LE' undeclared (first use in this function)
alsa_a.c:332: request for member `format' in something not a structure or union
alsa_a.c:332: `SND_PCM_SFMT_U16_LE' undeclared (first use in this function)
alsa_a.c:335: `SND_PCM_FMT_S16_BE' undeclared (first use in this function)
alsa_a.c:337: request for member `format' in something not a structure or union
alsa_a.c:337: `SND_PCM_SFMT_S16_BE' undeclared (first use in this function)
alsa_a.c:340: `SND_PCM_FMT_U16_BE' undeclared (first use in this function)
alsa_a.c:342: request for member `format' in something not a structure or union
alsa_a.c:355: `SND_PCM_FMT_U8' undeclared (first use in this function)
alsa_a.c:357: request for member `format' in something not a structure or union
alsa_a.c:357: `SND_PCM_SFMT_U8' undeclared (first use in this function)
alsa_a.c:360: `SND_PCM_FMT_S8' undeclared (first use in this function)
alsa_a.c:362: request for member `format' in something not a structure or union
alsa_a.c:392: request for member `voices' in something not a structure or union
alsa_a.c:431: `SND_PCM_START_FULL' undeclared (first use in this function)
alsa_a.c:432: `SND_PCM_STOP_STOP' undeclared (first use in this function)
alsa_a.c: In function `open_output':
alsa_a.c:499: `SND_PCM_OPEN_PLAYBACK' undeclared (first use in this function)
alsa_a.c:499: `SND_PCM_OPEN_NONBLOCK' undeclared (first use in this function)
alsa_a.c:499: warning: passing arg 2 of `snd_pcm_open' makes pointer from integer without a cast
alsa_a.c:520: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c: In function `playback_write_error':
alsa_a.c:567: `snd_pcm_channel_status_t' undeclared (first use in this function)
alsa_a.c:567: parse error before `status'
alsa_a.c:569: `status' undeclared (first use in this function)
alsa_a.c:570: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c:575: `SND_PCM_STATUS_UNDERRUN' undeclared (first use in this function)
alsa_a.c:583: `SND_PCM_STATUS_READY' undeclared (first use in this function)
alsa_a.c:590: `SND_PCM_STATUS_RUNNING' undeclared (first use in this function)
alsa_a.c: In function `output_count':
alsa_a.c:614: storage size of `playback_status' isn't known
alsa_a.c: In function `flush_output':
alsa_a.c:662: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c: In function `purge_output':
alsa_a.c:670: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
make[3]: *** [alsa_a.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/TIMIDITY'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0'
make: *** [all] Error 2
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0'
Making all in aktion
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/aktion'
Making all in pics
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/aktion/pics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/aktion/pics'
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/aktion'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/aktion'
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/aktion'
Making all in arts
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts'
Making all in runtime
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/runtime'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/runtime'
Making all in midi
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/midi'
Making all in mcopclass
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/midi/mcopclass'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/midi/mcopclass'
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/midi'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/midi'
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/midi'
Making all in gui
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui'
Making all in common
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/common'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/common'
Making all in kde
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/kde'
Making all in mcopclass
make[5]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/kde/mcopclass'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/kde/mcopclass'
make[5]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/kde'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/kde'
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui/kde'
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui'
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/gui'
Making all in modules
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules'
Making all in mcopclass
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules/mcopclass'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules/mcopclass'
Making all in freeverb
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules/freeverb'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules/freeverb'
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules'
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/modules'
Making all in examples
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/examples'
Making all in builder
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/builder'
Making all in pics
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/builder/pics'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/builder/pics'
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/builder'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/builder'
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/builder'
Making all in tools
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/tools'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts/tools'
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts'
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/arts'
Making all in audiofile_artsplugin
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/audiofile_artsplugin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/audiofile_artsplugin'
Making all in doc
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc'
Making all in .
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc'
Making all in kmid
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kmid'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kmid'
Making all in kmix
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kmix'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kmix'
Making all in kscd
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kscd'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kscd'
Making all in kmidi
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kmidi'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/kmidi'
Making all in aktion
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/aktion'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/aktion'
Making all in artsbuilder
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/artsbuilder'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
Making all in .
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/artsbuilder'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/artsbuilder'
Making all in images
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/artsbuilder/images'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/artsbuilder/images'
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/artsbuilder'
Making all in noatun
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/noatun'
make[3]: Circular index.cache.bz2 <- index.cache.bz2 dependency dropped.
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc/noatun'
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/doc'
Making all in kaboodle
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle'
Making all in pics
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle/pics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle/pics'
Making all in actions
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle/actions'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle/actions'
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle'
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kaboodle'
Making all in kfile-plugins
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins'
Making all in m3u
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/m3u'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/m3u'
Making all in mp3
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/mp3'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/mp3'
Making all in ogg
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/ogg'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/ogg'
Making all in wav
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/wav'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins/wav'
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins'
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kfile-plugins'
Making all in kmid
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid'
Making all in maps
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid/maps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid/maps'
Making all in examples
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid/examples'
Making all in pics
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid/pics'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid/pics'
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid'
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmid'
Making all in kmidi
make[2]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi'
Making all in config
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/config'
Making all in patch
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/config/patch'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/config/patch'
make[4]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/config'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/config'
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/config'
Making all in bitmaps
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/bitmaps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/bitmaps'
Making all in midis
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/midis'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/midis'
Making all in TIMIDITY
make[3]: Entering directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/TIMIDITY'
source='alsa_a.c' object='alsa_a.o' libtool=no \
depfile='.deps/alsa_a.Po' tmpdepfile='.deps/alsa_a.TPo' \
depmode=gcc /bin/sh ../../admin/depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include `/usr/kde/3/bin/artsc-config --cflags`  -DQT_THREAD_SUPPORT  -D_REENTRANT -DDEFAULT_PATH=\"//usr/kde/3/share/apps/kmidi/config\" -DAU_OSS -DAU_ALSA -DAU_ESD -DIA_NCURSES -DIA_SLANG  -DIA_MOTIF  -DTCLTK -DIA_XAW -DIA_GTK -DQT_THREAD_SUPPORT  -D_REENTRANT  -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -fasm -DNDEBUG -O2  -march=i686 -O3 -pipe -c `test -f alsa_a.c || echo './'`alsa_a.c
In file included from alsa_a.c:55:
/usr/include/sys/asoundlib.h:1: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
alsa_a.c: In function `check_sound_cards':
alsa_a.c:153: storage size of `ctl_hw_info' isn't known
alsa_a.c:154: storage size of `pcm_info' isn't known
alsa_a.c:189: warning: passing arg 2 of `snd_ctl_open' makes pointer from integer without a cast
alsa_a.c:189: too few arguments to function `snd_ctl_open'
alsa_a.c:223: warning: passing arg 2 of `snd_ctl_pcm_info' makes pointer from integer without a cast
alsa_a.c:223: too many arguments to function `snd_ctl_pcm_info'
alsa_a.c:231: `SND_PCM_INFO_PLAYBACK' undeclared (first use in this function)
alsa_a.c:231: (Each undeclared identifier is reported only once
alsa_a.c:231: for each function it appears in.)
alsa_a.c: In function `set_playback_info':
alsa_a.c:265: `snd_pcm_channel_info_t' undeclared (first use in this function)
alsa_a.c:265: parse error before `playback_info'
alsa_a.c:271: storage size of `playback_params' isn't known
alsa_a.c:272: storage size of `playback_status' isn't known
alsa_a.c:273: storage size of `setup' isn't known
alsa_a.c:278: request for member `interleave' in something not a structure or union
alsa_a.c:281: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c:282: `SND_PCM_MODE_BLOCK' undeclared (first use in this function)
alsa_a.c:284: `playback_info' undeclared (first use in this function)
alsa_a.c:308: request for member `rate' in something not a structure or union
alsa_a.c:317: request for member `voices' in something not a structure or union
alsa_a.c:319: request for member `voices' in something not a structure or union
alsa_a.c:325: `SND_PCM_FMT_S16_LE' undeclared (first use in this function)
alsa_a.c:327: request for member `format' in something not a structure or union
alsa_a.c:327: `SND_PCM_SFMT_S16_LE' undeclared (first use in this function)
alsa_a.c:330: `SND_PCM_FMT_U16_LE' undeclared (first use in this function)
alsa_a.c:332: request for member `format' in something not a structure or union
alsa_a.c:332: `SND_PCM_SFMT_U16_LE' undeclared (first use in this function)
alsa_a.c:335: `SND_PCM_FMT_S16_BE' undeclared (first use in this function)
alsa_a.c:337: request for member `format' in something not a structure or union
alsa_a.c:337: `SND_PCM_SFMT_S16_BE' undeclared (first use in this function)
alsa_a.c:340: `SND_PCM_FMT_U16_BE' undeclared (first use in this function)
alsa_a.c:342: request for member `format' in something not a structure or union
alsa_a.c:355: `SND_PCM_FMT_U8' undeclared (first use in this function)
alsa_a.c:357: request for member `format' in something not a structure or union
alsa_a.c:357: `SND_PCM_SFMT_U8' undeclared (first use in this function)
alsa_a.c:360: `SND_PCM_FMT_S8' undeclared (first use in this function)
alsa_a.c:362: request for member `format' in something not a structure or union
alsa_a.c:392: request for member `voices' in something not a structure or union
alsa_a.c:431: `SND_PCM_START_FULL' undeclared (first use in this function)
alsa_a.c:432: `SND_PCM_STOP_STOP' undeclared (first use in this function)
alsa_a.c: In function `open_output':
alsa_a.c:499: `SND_PCM_OPEN_PLAYBACK' undeclared (first use in this function)
alsa_a.c:499: `SND_PCM_OPEN_NONBLOCK' undeclared (first use in this function)
alsa_a.c:499: warning: passing arg 2 of `snd_pcm_open' makes pointer from integer without a cast
alsa_a.c:520: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c: In function `playback_write_error':
alsa_a.c:567: `snd_pcm_channel_status_t' undeclared (first use in this function)
alsa_a.c:567: parse error before `status'
alsa_a.c:569: `status' undeclared (first use in this function)
alsa_a.c:570: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c:575: `SND_PCM_STATUS_UNDERRUN' undeclared (first use in this function)
alsa_a.c:583: `SND_PCM_STATUS_READY' undeclared (first use in this function)
alsa_a.c:590: `SND_PCM_STATUS_RUNNING' undeclared (first use in this function)
alsa_a.c: In function `output_count':
alsa_a.c:614: storage size of `playback_status' isn't known
alsa_a.c: In function `flush_output':
alsa_a.c:662: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
alsa_a.c: In function `purge_output':
alsa_a.c:670: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this function)
make[3]: *** [alsa_a.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi/TIMIDITY'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0/kmidi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdemultimedia-3.0/work/kdemultimedia-3.0'
make: *** [all] Error 2

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

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


Sorry for this long code listing but as you can see it's full of warnings and error messages :cry:

All the other kde packages emerged fine...
Any idea?

Oh, another problem is that koncd compiles with the old libpng header files and so does not run with the new libpng version... :(
Back to top
View user's profile Send private message
Buster
n00b
n00b


Joined: 05 May 2002
Posts: 4

PostPosted: Sun May 05, 2002 10:22 pm    Post subject: Reply with quote

i have the same problem. I set -alsa, so i dont get alsa-support. But KonCD is not set to be compiled. Do you know why?
Back to top
View user's profile Send private message
jouzts
n00b
n00b


Joined: 29 Apr 2002
Posts: 68
Location: South Carolina

PostPosted: Wed May 08, 2002 12:37 am    Post subject: Same problem Reply with quote

I just finished my first Gentoo install. Most fun I've ever had on a computer! But emerge kde bombed on kdemultimedia in the TIMIDITY directory. So I installed xfce, the Gentoo Linux of desktop managers. Sox (which does sound for Xfce) failed on alsa.c.

But actually both KDE and Xfce run fine -- just no sound. I think something is wrong with alsa.c.

John Ouzts
Back to top
View user's profile Send private message
jouzts
n00b
n00b


Joined: 29 Apr 2002
Posts: 68
Location: South Carolina

PostPosted: Wed May 08, 2002 2:04 am    Post subject: Arcady Genkin's announcement for new alsa (6 PM today) Reply with quote

I followed the directions for a new install of alsa0.9: set SOUND_CONFIG=y and other SOUND_CONFIG_xxx commented out and "is not set" in /usr/src/linux/.config. Then I recompiled and installed the new kernel. emerge alsa worked.

But emerge sox and emerge kdemultimedia fail in the same places as before.

John
Back to top
View user's profile Send private message
TwoSlick
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2002
Posts: 114
Location: Rolla, MO

PostPosted: Wed May 08, 2002 8:03 pm    Post subject: Same here Reply with quote

I'm getting the same problem myself. I can't find any discussions on this anywhere else.

I updated ALSA today, so I don't know if this has to do with the newer version or not. I still have sound, but that's because kdemultimedia compiled when I first set up my system.

-Tim
Back to top
View user's profile Send private message
squanto
Guru
Guru


Joined: 20 Apr 2002
Posts: 524
Location: Rochester, NY, USA

PostPosted: Thu May 09, 2002 12:44 am    Post subject: Reply with quote

I got the same error, but with version kdemultimedia-3.0-r1 ebuild.
-Andrew
Back to top
View user's profile Send private message
BillyD
Guru
Guru


Joined: 05 May 2002
Posts: 323
Location: Australia

PostPosted: Thu May 09, 2002 4:50 pm    Post subject: Workaround...not the best but it will do until it is fixed Reply with quote

I was just reading the gentoo-dev list, and a workaround has been posted there for this issue. You need to edit your USE flags in make.conf to -alsa. This means it will compile without alsa support (duh!), but it seems it is the only way round it at the moment.
Back to top
View user's profile Send private message
squanto
Guru
Guru


Joined: 20 Apr 2002
Posts: 524
Location: Rochester, NY, USA

PostPosted: Thu May 09, 2002 5:30 pm    Post subject: Reply with quote

When this happens (kdemultimedia failing), you do have a working kde install, just alot of things are missing, so you can still use kde, just with limited functionality.
I would like to have alsa sound in my programs, so I am trying to use an alsa .5 build and then remerge kdemultimedia3, to see if anything comes out of it, cause that is what is on my desktop.
It kind of stinks that this isn't working right now. :cry:
-Andrew

edit: nope, that didn't work.
Back to top
View user's profile Send private message
jouzts
n00b
n00b


Joined: 29 Apr 2002
Posts: 68
Location: South Carolina

PostPosted: Thu May 09, 2002 8:44 pm    Post subject: Dan Armak (kdemultimedia ebuild maintainer) replies Reply with quote

Dan asked that I post this in his name after I emailed him on our favorite subject:

Hello everyone,

Unfortunately, there's no currently known way to compile our kdemultimedia
against alsa 0.9. My "excuse" is that there's an open bug on bugs.kde.org
about it too (http://bugs.kde.org/db/39/39574.html). I've been trying to
awake interest about it, but there've been no responses from the kde side so
far. I'm continuing in my attempts, and eventually it'll be resolved but I'm
afraid it may take some time.

Compilnig kdemm against alsa <0.9 should work (worked so far). Compiling kdemm
without alsa support means that kmix and kmidi/timidity wont' have alsa
support. I'm not sure what the actual ramifications of the latter are since I
don't use alsa myself. noatun and the other kdemm programs should go on
working perfectly since they merely use arts which does compile with alsa 0.9
support.

koncd: it is included in the kdemm-3.0 tarball but is not included in the
default compile because it's not considered stable enough. (There are several
such packages in most kde packages.) I'm currently working on 'subpackages'
or 'children packages' for kde-base/*, which means that instead of compiling
all of kdemultimedia there'll be separate ebuilds for noatun, kmix, kmidi
etc. and then we can have ebuilds for things that aren't build by default
like koncd as well. The master ("parent") kde-base/kdemultimedia ebuild will
remain (it'll depend on all its children, except those not built by default)
so the transition should be nearly transparent.

--
Dan Armak
Gentoo Linux developer (KDE)
Matan, Israel
Back to top
View user's profile Send private message
jouzts
n00b
n00b


Joined: 29 Apr 2002
Posts: 68
Location: South Carolina

PostPosted: Thu May 09, 2002 9:09 pm    Post subject: How do I emerge a version of alsa <0.9? Reply with quote

From what Dan says, we should be able to complete the install of KDE if we install an old version of alsa (<0.9) without using USE="-alsa". I think I've figured out "emerge unmerge alsa", but how do I find an older version of alsa and emerge it? The only references in my /usr/portage are to alsa 0.5.

John
Back to top
View user's profile Send private message
JefP@@
Apprentice
Apprentice


Joined: 09 May 2002
Posts: 179
Location: Belgium

PostPosted: Fri May 10, 2002 2:13 pm    Post subject: Reply with quote

Well I used the "old" alsa drivers (version 0.5.12a) and everything is working fine !!

So I would suggest to you guys to use the older drivers, not the new ones (I think the 0.9 alsa drivers are not yet fully supported by kde)

I tried to compile kde with the new alsa drivers, not so long ago, on my slackware box ... that didn't work out ... so to be safe, I used the older alsa drivers for my gentoo install. That seemed to have been a good choice after all : :P

just an opinion
Back to top
View user's profile Send private message
jouzts
n00b
n00b


Joined: 29 Apr 2002
Posts: 68
Location: South Carolina

PostPosted: Fri May 10, 2002 5:56 pm    Post subject: A fix exists on SuSE 8.0 Reply with quote

I am using alsa-0.9.0_cvs20020320-12 with kdemultimedia3-3.0-9 on my SuSE 8.0 system. They work together, but SuSE has not posted the src.rpms on ftp.suse.com yet. (They are on my DVD, however.)

I tried emerge umerge alsa, deleted the alsa0.9 ebuilds and emerged alsa again, using the alsa0.5 ebuild. alsa installs but emerge kdemultimedia still fails in the same place.

John
Back to top
View user's profile Send private message
Ian Goldby
Guru
Guru


Joined: 18 May 2002
Posts: 539
Location: (Inactive member)

PostPosted: Sat May 18, 2002 9:11 pm    Post subject: May need to unmerge and re-emerge anything already built wit Reply with quote

I've also been having this problem. I found that simply changing the USE setting to -alsa after kdemultimedia failed and then continuing the emerge did not work. I had to manually emerge unmerge all of the multimedia-related stuff that emerge kde had already installed and try again.

I also tried going back to alsa version 0.5, but this didn't work. This was however before I thought of unmerging what had installed so far, so perhaps if I had done that and then tried, I would have been ok.

(The errors I was getting after installing alsa 0.5 when building kdemultimedia were about libasound.so.2 not being available.)
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Mon Aug 19, 2002 10:55 am    Post subject: Reply with quote

Fled the crowds in Desktop Environments for the wide open spaces of the new Multimedia forum.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Ian Goldby
Guru
Guru


Joined: 18 May 2002
Posts: 539
Location: (Inactive member)

PostPosted: Sun Dec 08, 2002 5:58 pm    Post subject: Reply with quote

For what it's worth:

A few days ago I upgraded my kernel to 2.4.19-r10 and set up ALSA as a kernel module. Then I followed the Gentoo ALSA guide, and finally re-emerged all of KDE with the alsa USE flag. I can confirm that kdemultimedia compiled with no problems.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum