Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50495 - WINE 20040505 is out
Summary: WINE 20040505 is out
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Wine Maintainers
URL: http://prdownloads.sourceforge.net/wi...
Whiteboard:
Keywords:
Depends on: 45634
Blocks:
  Show dependency tree
 
Reported: 2004-05-08 16:15 UTC by Adam
Modified: 2004-06-29 09:20 UTC (History)
4 users (show)

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


Attachments
wine-20040505.ebuild (wine-20040505.ebuild,3.17 KB, text/plain)
2004-05-15 01:56 UTC, Alonso Schaich
Details
Patch for wine to run photoshop 7 (QueryActCtxw_Photoshop7.0.diff,686 bytes, patch)
2004-06-07 03:40 UTC, Daniel Schindler
Details | Diff
wine-20040505.ebuild (with patch for photoshop 7) (wine-20040505.ebuild,3.21 KB, text/plain)
2004-06-07 03:41 UTC, Daniel Schindler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam 2004-05-08 16:15:39 UTC
A new version of wine has been released, requesting a version bump.

Reproducible: Always
Steps to Reproduce:
Comment 1 Alonso Schaich 2004-05-15 01:56:37 UTC
Created attachment 31458 [details]
wine-20040505.ebuild
Comment 2 Alonso Schaich 2004-05-15 01:58:40 UTC
I've just uploaded an ebuild for 2004-05-05. Digest is:
MD5 80db8c5c0ca2e0733bf232017a558757 Wine-20040505.tar.gz 10499070
Comment 3 Pablo De Nápoli 2004-05-16 06:33:28 UTC
This ebuild didn't work for me, as it failed to download the reqquiered files.
Please check SRC_URI
Comment 4 boris digital 2004-05-16 10:15:06 UTC
same to me, no sources seem to be available for download.
Comment 5 Kristiaan Lenaerts 2004-05-17 02:13:24 UTC
The ebuild is fine, the only problem is that de files wine-20040505-misc.tar.bz2 and wine-20040505-fake_windows.tar.bz2 don't exist on the mirrors from gentoo (I think these files are gentoo-specific). just using a copy of the older versions works however, so place them in your distfiles, and the ebuild works.
Comment 6 Simone Gotti (RETIRED) gentoo-dev 2004-05-18 01:21:31 UTC
I've noticed that you should change the last line of the /usr/bin/wine script (that is present in wine-20040505-misc.tar.bz2) because by now the --debug-msg option doesn't exists anymore and it'll return an error:

From:
"$RUNWINE" --debugmsg -all "$@"

To:
"$RUNWINE" "$@"

if you want the debug messages you have to set e environment variable like:

WINEDEBUG=all

or change the line above in:

WINEDEBUG=all "$RUNWINE" "$@"

Bye!
Comment 7 Daniel Schindler 2004-06-07 03:40:26 UTC
Created attachment 32842 [details, diff]
Patch for wine to run photoshop 7
Comment 8 Daniel Schindler 2004-06-07 03:41:42 UTC
Created attachment 32843 [details]
wine-20040505.ebuild (with patch for photoshop 7)
Comment 9 Daniel Schindler 2004-06-07 03:45:19 UTC
Comment on attachment 32843 [details]
wine-20040505.ebuild (with patch for photoshop 7)

here's an ebuild for wine-20040505 with a patch found at
http://bugs.winehq.org/show_bug.cgi?id=2017
with this patch you'll be able to run photoshop 7 again.
Comment 10 M Guzman 2004-06-15 22:25:07 UTC
20040615 is out now - attempting to compile overnight ;)

I wonder why neither of these versions are in portage yet?
Comment 11 Rafal Dejewski 2004-06-16 06:28:33 UTC
I was happy running 20040505. Now tried 20040615 and I get segmentation fault when invoking wine.
My emerge info:
Portage 2.0.50-r8 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-rc3-love2)
=================================================================
System uname: 2.6.7-rc3-love2 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.70GHz
Gentoo Base System version 1.4.16
distcc 2.14 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -fomit-frame-pointer -pipe"
FEATURES="autoaddcvs ccache"
MAKEOPTS="-j2"
USE="X alsa apm avi berkdb cdr crypt cups dvd encode foomaticdb gdbm gif gpm gtk gtk2 imlib input_devices_synaptics irda java jpeg kde lesstif libg++ libwww mad mikmod mmx motif mpeg ncurses nptl oggvorbis opengl pam pdflib perl pic png pnp qt readline samba sdl slang spell sse ssl tcpd tiff truetype trusted wifi x86 xinerama xml2 xv xvid zlib"
Comment 12 Martin Holzer (RETIRED) gentoo-dev 2004-06-29 09:20:00 UTC
in cvs