Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 20857

Summary: wine-20030508: ebuild erroring out during build process
Product: Gentoo Linux Reporter: Anthony J Moulen <ajmoulen>
Component: Current packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: VERIFIED FIXED    
Severity: normal CC: srichey
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: wine-no-block-jack.diff

Description Anthony J Moulen 2003-05-12 11:40:03 UTC
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.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-12 13:09:39 UTC
*** Bug 20861 has been marked as a duplicate of this bug. ***
Comment 2 Scott Richey 2003-05-12 14:37:35 UTC
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)
Comment 3 steveb 2003-05-12 22:32:12 UTC
read this gentoo forum thread for a solution (worked for me):
http://forums.gentoo.org/viewtopic.php?t=53479&highlight=

cheers

SteveB
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-05-13 16:23:49 UTC
great

added in cvs
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2003-05-14 06:24:58 UTC
The problem is only partly solved atm, media-sound/jack-cvs (which is needed for ardour-cvs) has also to be blocked.
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-05-14 16:15:17 UTC
added too
Comment 7 Stanislav Brabec 2003-05-20 12:47:50 UTC
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= \