Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165759 - Emerge kde-base/kdemultimedia-3.5.6 fails on alsamidiport_impl.h:50
Summary: Emerge kde-base/kdemultimedia-3.5.6 fails on alsamidiport_impl.h:50
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 13:37 UTC by MarisN
Modified: 2007-02-07 14:00 UTC (History)
0 users

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


Attachments
Full error message (full_error_message,10.96 KB, text/plain)
2007-02-07 13:38 UTC, MarisN
Details
My emerge --info (emerge_info,3.20 KB, text/plain)
2007-02-07 13:38 UTC, MarisN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MarisN 2007-02-07 13:37:20 UTC
Emerging kdemultimedia-3.5.6 fails with message:

[ebuild     U ] kde-base/kdemultimedia-3.5.6 [3.5.4] USE="alsa arts encode gstreamer mp3 theora* vorbis -akode -audiofile -debug -flac -kdeenablefinal -xine -xinerama" 0 kB
..............................

/bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../arts/runtime -I./freeverb -I/usr/kde/3.5/include/arts -I/usr/kde/3.5/include -I/usr/qt/3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -march=pentium4 -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o midisyncgroup_impl.lo midisyncgroup_impl.cc
alsamidiport_impl.h:50: error: ISO C++ forbids declaration of 'snd_seq_t' with no type
alsamidiport_impl.h:50: error: expected ';' before '*' token
alsamidiport_impl.h:56: error: 'snd_seq_addr_t' does not name a type
alsamidiport_impl.h:57: error: 'snd_seq_addr_t' does not name a type
alsamidiport_impl.h:59: error: 'snd_seq_event_t' has not been declared
alsamidiport_impl.h:60: error: 'snd_seq_event_t' has not been declared
alsamidiport_impl.h:64: error: expected `)' before '*' token



Reproducible: Always

Steps to Reproduce:
Comment 1 MarisN 2007-02-07 13:38:31 UTC
Created attachment 109428 [details]
Full error message
Comment 2 MarisN 2007-02-07 13:38:59 UTC
Created attachment 109429 [details]
My emerge --info
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-02-07 13:47:58 UTC
Which version of alsa-lib are you using?
Comment 4 MarisN 2007-02-07 13:57:38 UTC
equery l alsa-lib:
media-libs/alsa-lib-1.0.14_rc2
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-02-07 14:00:34 UTC
Found the problem and fixed now.