Summary: | WINE-20050419 and WINE-20050310-r1: Cannot install Win apps / regedit crashes | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joerg Schaible <joerg.schaible> |
Component: | Current packages | Assignee: | Wine Maintainers <wine> |
Status: | RESOLVED NEEDINFO | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Joerg Schaible
2005-04-29 16:06:33 UTC
the only difference between 20050310 and 20050310-r1 is the wine-20050310-upstream-colortable.patch so try editing the 20050310-r1 and removing that patch and see if that helps There have been more changes: ====== %< ========= bash-2.05b$ diff -u /usr/local/portage/app-emulation/wine/wine-20050310.ebuild /usr/portage/app-emulation/wine/wine-20050310-r1.ebuild --- /usr/local/portage/app-emulation/wine/wine-20050310.ebuild 2005-04-18 20:07:26.048961594 +0200 +++ /usr/portage/app-emulation/wine/wine-20050310-r1.ebuild 2005-04-19 19:05:20.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/www/www.gentoo.org/raw_cvs/gentoo-x86/app-emulation/wine/Attic/wine-20050310.ebuild,v 1.7 2005/04/07 22:59:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050310-r1.ebuild,v1.2 2005/04/19 16:40:13 herbs Exp $ inherit eutils flag-o-matic @@ -58,8 +58,8 @@ epatch "${FILESDIR}"/winearts-kdecvs-fix.patch sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in - - test_flag -fstack-protector && epatch "${FILESDIR}"/20041019-no-stack.patch #66002 + epatch "${FILESDIR}"/wine-20050310-upstream-colortable.patch #88715 + epatch "${FILESDIR}"/20041019-no-stack.patch #66002 } config_cache() { @@ -95,6 +95,7 @@ # $(use_enable amd64 win64) # USE=debug is broken in this release econf \ + CC=$(tc-getCC) \ --sysconfdir=/etc/wine \ $(use_with ncurses curses) \ $(use_with opengl) \ ====== %< ========= I'll investigate further tomorrow and give feedback. any luck ? Sorry, was pulled away by other tasks and for the app I had to run (tax helper) I used meanwhile a real Windows installation. When I try it the next time, I'll be a newer WINE version anyway, so keeping this bug open is pointless. Thanks anyway. Ups ... "s/I'll be/it'll be/". Personally I hope not to become a WINE version ;-) |