Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20857 - wine-20030508: ebuild erroring out during build process
Summary: wine-20030508: ebuild erroring out during build process
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
: 20861 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-12 11:40 UTC by Anthony J Moulen
Modified: 2003-05-20 12:47 UTC (History)
1 user (show)

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


Attachments
wine-no-block-jack.diff (wine.diff,726 bytes, patch)
2003-05-20 12:47 UTC, Stanislav Brabec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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= \