Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10262 - wine does not compile
Summary: wine does not compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: phoen][x
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 06:40 UTC by Hannes Mehnert (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
output of qpkg -I -v -nc (installed,7.82 KB, text/plain)
2002-11-06 10:02 UTC, Hannes Mehnert (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hannes Mehnert (RETIRED) gentoo-dev 2002-11-05 06:40:33 UTC
hi,       
       
wine does not compile, here my error (this affects all versions, i tested  
wine-20020904-r1, wine-20021007, wine-20021031):       
make[2]: Leaving directory 
`/var/tmp/portage/wine-20021031/work/wine-20021031/tools/winebuild' 
make[2]: Entering directory 
`/var/tmp/portage/wine-20021031/work/wine-20021031/tools/winedump' 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o debug.o debug.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o main.o main.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o misc.o misc.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o msmangle.o 
msmangle.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o ne.o ne.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o output.o output.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o pe.o pe.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o search.o search.c 
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include  -Wall 
-mpreferred-stack-boundary=2  -D__WINE__ -D_REENTRANT -o symbol.o symbol.c 
i686-pc-linux-gnu-gcc -Wall -mpreferred-stack-boundary=2  -o winedump debug.o 
main.o misc.o msmangle.o ne.o output.o pe.o search.o symbol.o  -L../../library -lwine  
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../../i686-pc-linux-gnu/bin/ld:main.o: file 
format not recognized; treating as linker script 
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../../i686-pc-linux-gnu/bin/ld:main.o:1: 
parse error 
collect2: ld returned 1 exit status 
make[2]: *** [winedump] Error 1 
make[2]: Leaving directory 
`/var/tmp/portage/wine-20021031/work/wine-20021031/tools/winedump' 
     
       
system information (emerge info):       
 Portage 2.0.43 (default-x86-1.4, gcc-3.2, glibc-2.2.5-r7,2.3.1-r1)      
=================================================================      
System uname: 2.4.19-gentoo-r10 i686 Intel(R) Pentium(R) III Mobile CPU      113      
3MHz      
USE="x86 oss avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg ncurses nls      
p      
dflib png qtmt quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang read      
line tetex svga tcltk java X sdl gpm tcpd pam libwww ssl python esd imlib oggvor      
bis gtk qt motif opengl apm -gnome -alsa -scanner -3dnow dvd gphoto2 mozilla art      
s -cdr ipv6 maildir kde ruby snmp perl"      
ARCH="x86"      
COMPILER="gcc3"      
CHOST="i686-pc-linux-gnu"      
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -mmmx -msse"      
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -mmmx -msse"      
ACCEPT_KEYWORDS="x86"      
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config      
/usr/kde/3/share      
/config /usr/kde/cvs/share/config /usr/share/config"      
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"      
MAKEOPTS="-j2"      
JDK_HOME="/opt/blackdown-jdk-1.3.1"      
JAVA_HOME="/opt/blackdown-jdk-1.3.1"      
AUTOCLEAN="yes"      
SYNC="rsync://rsync.gentoo.org/gentoo-portage"      
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
Comment 1 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-06 10:02:39 UTC
Created attachment 5421 [details]
output of qpkg -I -v -nc
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2002-11-07 02:09:01 UTC
FEATURES=-ccache emerge wine worked fine.