Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163172 - app-emulation/wine-0.9.29 failed to compile
Summary: app-emulation/wine-0.9.29 failed to compile
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 06:37 UTC by demian
Modified: 2007-01-22 16:50 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 demian 2007-01-22 06:37:36 UTC
This is a snippet of the error when compiling wine.

x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o utils.o utils.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o ne.o ne.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o wmc.o wmc.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o write.o write.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o output.o output.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o mcy.tab.o mcy.tab.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o pdb.o pdb.c
sed -e 's,@bindir\@,/usr/bin,g' -e 's,@dlldir\@,/usr/lib32/wine,g' -e 's,@PACKAGE_STRING\@,Wine 0.9.29,g' wmc.man.in >wmc.man || (rm -f wmc.man && false)
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o mcl.o mcl.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o pe.o pe.c
x86_64-pc-linux-gnu-gcc -march=k8 -mtune=k8 -O2 -pipe -o wmc lang.o mcl.o utils.o wmc.o write.o mcy.tab.o    -Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/bin /usr/lib32` -L../../libs/wine -lwine ../../libs/port/libwine_port.a  -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s
lang.o: In function `show_codepages':
lang.c:(.text+0xc5): undefined reference to `wine_cp_enum_table'
lang.o: In function `find_codepage':
lang.c:(.text+0x15): undefined reference to `wine_cp_get_table'
mcl.o: In function `get_unichar':
mcl.c:(.text+0x372): undefined reference to `wine_cp_mbstowcs'
write.o: In function `dup_u2c':
write.c:(.text+0x18c): undefined reference to `wine_cp_wcstombs'
write.c:(.text+0x1d5): undefined reference to `wine_cp_wcstombs'
write.o: In function `write_rc_file':
write.c:(.text+0x7b3): undefined reference to `wine_cp_wcstombs'
write.c:(.text+0x802): undefined reference to `wine_cp_wcstombs'
collect2: ld returned 1 exit status
make[2]: *** [wmc] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-emulation/wine-0.9.29/work/wine-0.9.29/tools/wmc'
make[1]: *** [wmc] Error 2
make[1]: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o search.o search.c
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include    -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -march=k8 -mtune=k8 -O2 -pipe  -o symbol.o symbol.c
sed -e 's,@bindir\@,/usr/bin,g' -e 's,@dlldir\@,/usr/lib32/wine,g' -e 's,@PACKAGE_STRING\@,Wine 0.9.29,g' winedump.man.in >winedump.man || (rm -f winedump.man && false)
x86_64-pc-linux-gnu-gcc -march=k8 -mtune=k8 -O2 -pipe -o winedump debug.o dos.o dump.o emf.o le.o lib.o lnk.o main.o minidump.o misc.o msc.o msmangle.o ne.o output.o pdb.o pe.o search.o symbol.o     ../../libs/port/libwine_port.a -Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s
make[2]: Leaving directory `/var/tmp/portage/app-emulation/wine-0.9.29/work/wine-0.9.29/tools/winedump'
make[1]: Leaving directory `/var/tmp/portage/app-emulation/wine-0.9.29/work/wine-0.9.29/tools'
make: *** [tools] Error 2

!!! ERROR: app-emulation/wine-0.9.29 failed.
Call stack:
  ebuild.sh, line 1611:   Called dyn_compile
  ebuild.sh, line 968:   Called qa_call 'src_compile'
  environment, line 3314:   Called src_compile
  wine-0.9.29.ebuild, line 107:   Called die

!!! all
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-emulation/wine-0.9.29/temp/build.log'.


Reproducible: Always

Steps to Reproduce:




emerge --info

Portage 2.1.2-r1 (default-linux/amd64/2006.0, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r2_demian_ x86_64)
=================================================================
System uname: 2.6.19-gentoo-r2_demian_ x86_64 AMD Athlon(tm) 64 Processor 3400+
Gentoo Base System version 1.12.6
Timestamp of tree: Sun, 21 Jan 2007 16:30:01 +0000
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -mtune=k8 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="${NXDIR}/etc ${NXDIR}/home /etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=k8 -mtune=k8 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/home/distfiles"
FEATURES="autoaddcvs autoconfig distlocks fixpackages metadata-transfer prelink sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sabayon"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa amd64 arts berkdb bitmap-fonts bzlib cairo cdparanoia cdr cli cracklib crypt cups divx4linux dlloader dri dvd dvdr dvdread eds emboss encode ffmpeg foomaticdb fortran gif glitz gnome gpm gstreamer gtk gtk2 hal iconv imlib ipv6 isdnlog java jpeg kde kdeenablefinal ldap lm_sensors lzw lzw-tiff matroska mp3 mpeg msn ncurses nls nptl ogg oggvorbis openal opengl pam pcre perl pic png pppd python qt qt3 qt4 quicktime readline reflection sdl session slp spell spl ssl svg tcpd theora tiff truetype-fonts type1-fonts usb v4l vcd videos xine xinerama xml xorg xpm xv xvid yahoo zlib" ALSA_CARDS="via82xx usb-audio" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia vesa nv v4l"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 SpanKY gentoo-dev 2007-01-22 07:38:41 UTC
try again with less lame LDFLAGS ... aka, just ""
Comment 2 demian 2007-01-22 16:50:21 UTC
still getting the same error with LDFLAGS=""

(In reply to comment #1)
> try again with less lame LDFLAGS ... aka, just ""
>