Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3512 - kde multimedia not building
Summary: kde multimedia not building
Status: RESOLVED DUPLICATE of bug 3498
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-08 11:11 UTC by Chris Moore
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Moore 2002-06-08 11:11:22 UTC
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.1.20020604/work/kdemultimedia-3.0.1/kmidi/TIMIDITY'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/kdemultimedia-3.0.1.20020604/work/kdemultimedia-3.0.1/kmidi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/kdemultimedia-3.0.1.20020604/work/kdemultimedia-3.0.1'
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.1.20020604.ebuild .
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-06-08 11:37:57 UTC
I just changed the ebuild (a few minutse ago, right after you submitted the report) and it should be ok now, please try again. In general this is the same as #3498. 

*** This bug has been marked as a duplicate of 3498 ***