Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35001 - app-emulation/wine-20031118-r1 emerge fails (alsa problem)
Summary: app-emulation/wine-20031118-r1 emerge fails (alsa problem)
Status: RESOLVED DUPLICATE of bug 25904
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-03 12:29 UTC by Priit Laes (IRC: plaes)
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 Priit Laes (IRC: plaes) 2003-12-03 12:29:48 UTC
gcc -c -I. -I. -I../../../include -I../../../include   -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o urlmon_test.exe.spec.o urlmon_test.exe.spec.c
gcc -shared -Wl,-Bsymbolic,-z,defs urlmon_test.exe.spec.o generated.o testlist.o -o urlmon_test.exe.so -L../../../libs/wine -lwine  -L../../../libs/port -lwine_port  -lm  -lc
make[3]: Leaving directory `/home/tmp/portage/wine-20031118-r1/work/wine-20031118/dlls/urlmon/tests'
make[2]: Leaving directory `/home/tmp/portage/wine-20031118-r1/work/wine-20031118/dlls/urlmon'
rm -f urlmon.dll.so && ln -s urlmon/urlmon.dll.so urlmon.dll.so
rm -f user32.dll.so && ln -s user/user32.dll.so user32.dll.so
make[2]: Entering directory `/home/tmp/portage/wine-20031118-r1/work/wine-20031118/dlls/uxtheme'
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o main.o main.c
../../tools/winebuild/winebuild -D__WINESRC__  -o uxtheme.dll.dbg.c --debug -C. main.c
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o uxtheme.dll.dbg.o uxtheme.dll.dbg.c
../../tools/winebuild/winebuild -D__WINESRC__  -D_REENTRANT -fPIC -o uxtheme.spec.c --spec ./uxtheme.spec     main.o  uxtheme.dll.dbg.o -L../../dlls  -lgdi32 -luser32 -ladvapi32 -lkernel32 -lntdll
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o uxtheme.spec.o uxtheme.spec.c
gcc -shared -Wl,-Bsymbolic,-z,defs uxtheme.spec.o    main.o  uxtheme.dll.dbg.o -o uxtheme.dll.so -L../../libs/wine -lwine -L../../libs/unicode -lwine_unicode -L../../libs/port -lwine_port  -lm  -lc
make[2]: Leaving directory `/home/tmp/portage/wine-20031118-r1/work/wine-20031118/dlls/uxtheme'
rm -f uxtheme.dll.so && ln -s uxtheme/uxtheme.dll.so uxtheme.dll.so
rm -f version.dll.so && ln -s version/version.dll.so version.dll.so
rm -f w32skrnl.dll.so && ln -s win32s/w32skrnl.dll.so w32skrnl.dll.so
make[2]: Entering directory `/home/tmp/portage/wine-20031118-r1/work/wine-20031118/dlls/winmm/winealsa'
gcc -c -I. -I. -I../../../include -I../../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o audio.o audio.c
audio.c: In function `ALSA_TraceParameters':
audio.c:316: error: too few arguments to function `snd_pcm_hw_params_get_format'audio.c:317: error: too few arguments to function `snd_pcm_hw_params_get_access'audio.c:372: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c:373: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:385: error: too few arguments to function `snd_pcm_hw_params_get_rate'
audio.c:386: error: too few arguments to function `snd_pcm_hw_params_get_buffer_time'
audio.c:387: error: too few arguments to function `snd_pcm_hw_params_get_periods'
audio.c:388: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:389: error: too few arguments to function `snd_pcm_hw_params_get_period_time'
audio.c:390: error: too few arguments to function `snd_pcm_hw_params_get_tick_time'
audio.c: In function `ALSA_WaveInit':
audio.c:464: error: too few arguments to function `snd_pcm_hw_params_get_rate_min'
audio.c:465: error: too few arguments to function `snd_pcm_hw_params_get_rate_max'
audio.c:466: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:466: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:496: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:497: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c:498: error: too few arguments to function `snd_pcm_hw_params_get_channels_min'
audio.c:498: error: too few arguments to function `snd_pcm_hw_params_get_channels_max'
audio.c: In function `wodPlayer_DSPWait':
audio.c:744: error: too few arguments to function `snd_pcm_hw_params_get_period_time'
audio.c: In function `wodOpen':
audio.c:1171: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near' makes pointer from integer without a cast
audio.c:1183: warning: passing arg 3 of `snd_pcm_hw_params_set_buffer_time_near' makes pointer from integer without a cast
audio.c:1184: warning: passing arg 3 of `snd_pcm_hw_params_set_period_time_near' makes pointer from integer without a cast
audio.c:1188: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c:1189: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c: In function `DSDB_MMAPCopy':
audio.c:1738: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c:1739: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:1740: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
audio.c: In function `DSDB_CreateMMAP':
audio.c:1782: error: too few arguments to function `snd_pcm_hw_params_get_format'
audio.c:1783: error: too few arguments to function `snd_pcm_hw_params_get_buffer_size'
audio.c:1784: error: too few arguments to function `snd_pcm_hw_params_get_channels'
audio.c: In function `IDsDriverBufferImpl_GetPosition':
audio.c:1938: error: too few arguments to function `snd_pcm_hw_params_get_period_size'
make[2]: *** [audio.o] Error 1
make[2]: Leaving directory `/home/tmp/portage/wine-20031118-r1/work/wine-20031118/dlls/winmm/winealsa'
make[1]: *** [winmm/winealsa] Error 2
make[1]: Leaving directory `/home/tmp/portage/wine-20031118-r1/work/wine-20031118/dlls'
make: *** [dlls] Error 2
 
!!! ERROR: app-emulation/wine-20031118-r1 failed.
!!! Function src_compile, Line 62, Exitcode 2
!!! (no error message)
Comment 1 Priit Laes (IRC: plaes) 2003-12-03 12:30:57 UTC
I believe it's because of the media-libs/alsa-lib-1.0.0_rc1 which i emerged today...
Comment 2 SpanKY gentoo-dev 2003-12-03 12:35:02 UTC

*** This bug has been marked as a duplicate of 25904 ***
Comment 3 Pol 2003-12-05 15:32:09 UTC
same here...