Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31232 - Wine 20030911 fails to complete emerge correctly
Summary: Wine 20030911 fails to complete emerge correctly
Status: RESOLVED DUPLICATE of bug 28312
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-15 16:40 UTC by Matt Rogers
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 Matt Rogers 2003-10-15 16:40:37 UTC
Wine 20030911 fails to emerge correctly due to an invalid flag being passed to 
wine's makedep utility.

Here's the error message:
cd `dirname winmm/winearts/__depend__` && make depend
make[2]: Entering directory `/var/tmp/portage/wine-20030911/work/wine-
20030911/dlls/winmm/winearts'
../../../tools/makedep -I. -I. -I../../../include -I../../../include -
I/usr/kde/cvs/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-
2.0/include -C. arts.c audio.c
Unknown option '-pthread'
Usage: ../../../tools/makedep [options] [files]
Options:
   -Idir   Search for include files in directory 'dir'
   -Cdir   Search for source files in directory 'dir'
   -fxxx   Store output in file 'xxx' (default: Makefile)
   -sxxx   Use 'xxx' as separator (default: "### Dependencies")
make[2]: *** [depend] Error 1
make[2]: Leaving directory `/var/tmp/portage/wine-20030911/work/wine-
20030911/dlls/winmm/winearts'
make[1]: *** [winmm/winearts/__depend__] Error 2
make[1]: Leaving directory `/var/tmp/portage/wine-20030911/work/wine-
20030911/dlls'
make: *** [dlls/__depend__] Error 2

!!! ERROR: app-emulation/wine-20030911 failed.
!!! Function src_compile, Line 61, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. emerge wine
2. watch and wait


Actual Results:  
wine build bails.

Expected Results:  
build correctly

As a sidenote, I'll try uninstalling arts and see if that helps. This may also 
possibly be an upstream bug since this has been present since the 20030813.

Output of emerge info:
Portage 2.0.49-r10 (default-x86-1.4, gcc-3.3.1, glibc-2.3.2-r1, 2.4.20-gentoo-
r7)
=================================================================
System uname: 2.4.20-gentoo-r7 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.3.10p1
distcc 2.11.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O1 -fstrength-reduce -fprefetch-loop-arrays -finline-
functions -fgcse -freduce-all-givs -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share
/config /usr/X11R6/lib/X11/xkb /usr/kde/cvs/share/config /usr/kde/3.2/share/conf
ig /usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/ /usr/share/tex
mf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O1 -fstrength-reduce -fprefetch-loop-arrays -finline-
functions -fgcse -freduce-all-givs -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox autoaddcvs ccache"
GENTOO_MIRRORS="http://gentoo.noved.org http://gentoo.mirrors.pair.com"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg gnome libg++ mad 
mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib 
gdbm berkdb slang readline arts svga tcltk java X sdl gpm tcpd pam libwww ssl 
perl python esd imlib oggvorbis gtk qt kde motif opengl 3dfx 3dnow aalib acl 
alsa apache2 artswrappersuid athena cdr cscope curl dga directfb doc dv dvd 
emacs ethereal evo expat fam fbcon ffmpeg foreign-package foreign-sysvinit 
gamma gb gd ggi gstreamer gtk2 gtkhtml guile imagemagick imlib2 innodb ipv6 
jack jack-caps javascript junit kerberos krb4 ladcca lcms ldap maildir mng 
mozilla mysql odbc offensive pda postgres ruby samba sqlite sse tetex tiff usb 
v4l vim-with-x voodoo3 wmf Xaw3d xinerama xml xvid"
Comment 1 SpanKY gentoo-dev 2003-10-15 18:25:52 UTC

*** This bug has been marked as a duplicate of 28312 ***