During the ebuild of wine-20030508 I get an error during the build of audio.o as follows: gcc -shared -Wl,-Bsymbolic,-z,defs winejack.drv.spec.o audio.o jack.o winejack.drv.dbg.o -o winejack.drv.so -L../../../dlls -L../../../libs/wine -lwine -L../../../libs/port -lwine_port -lm -lc audio.o(.text+0x1681): In function `wodDsGuid': /var/tmp/portage/wine-20030508/work/wine-20030508/dlls/winmm/winejack/audio.c:1614: undefined reference to `DSDEVID_DefaultPlayback' collect2: ld returned 1 exit status make[2]: *** [winejack.drv.so] Error 1 make[2]: Leaving directory `/var/tmp/portage/wine-20030508/work/wine-20030508/dlls/winmm/winejack' make[1]: *** [winmm/winejack] Error 2 make[1]: Leaving directory `/var/tmp/portage/wine-20030508/work/wine-20030508/dlls' make: *** [dlls] Error 2 Reproducible: Always Steps to Reproduce: 1. 2. 3.
*** Bug 20861 has been marked as a duplicate of this bug. ***
I am receiving the exact same error during the ebuild process as well. gcc -shared -Wl,-Bsymbolic,-z,defs winejack.drv.spec.o audio.o jack.o winejack.drv.dbg.o -o winejack.drv.so -L../../../dlls -L../../../libs/wine -lwine -L../../../libs/port -lwine_port -lm -lc audio.o(.text+0x1751): In function `wodDsGuid': /var/tmp/portage/wine-20030508/work/wine-20030508/dlls/winmm/winejack/audio.c:1614: undefined reference to `DSDEVID_DefaultPlayback' collect2: ld returned 1 exit status make[2]: *** [winejack.drv.so] Error 1 make[2]: Leaving directory `/var/tmp/portage/wine-20030508/work/wine-20030508/dlls/winmm/winejack' make[1]: *** [winmm/winejack] Error 2 make[1]: Leaving directory `/var/tmp/portage/wine-20030508/work/wine-20030508/dlls' make: *** [dlls] Error 2 !!! ERROR: app-emulation/wine-20030508 failed. !!! Function src_compile, Line 60, Exitcode 2 !!! (no error message)
read this gentoo forum thread for a solution (worked for me): http://forums.gentoo.org/viewtopic.php?t=53479&highlight= cheers SteveB
great added in cvs
The problem is only partly solved atm, media-sound/jack-cvs (which is needed for ardour-cvs) has also to be blocked.
added too
Created attachment 12200 [details, diff] wine-no-block-jack.diff This is better - no unmerge required: 20,21d19 < !media-sound/jack-audio-connection-kit < !media-sound/jack-cvs 49a48,49 > ac_cv_header_jack_jack_h=no \ > ac_cv_lib_soname_jack= \