I have never applied patches to wine, so i have a question: I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then When i entered $patch -p1 < cursor-patches-1.1.8.patch #receive $Reversed (or previously applied) patch detected! Assume -R? [n] Does it miens that patch no needed? Already installed?
On Wed, Nov 19, 2008 at 4:07 PM, demontager <wineforum-user at winehq.org> wrote:> I have never applied patches to wine, so i have a question: > I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then > When i entered > $patch -p1 < cursor-patches-1.1.8.patch > #receive > $Reversed (or previously applied) patch detected! Assume -R? [n] > > Does it miens that patch no needed? Already installed? > > > > > >Yes, that means the patch is already applied. Not sure off hand, but wasn't that patch applied to git after 1.1.8? I think someone simply diffed it for others not building from git that wanted the patch... -- -Austin
On Wednesday 19 November 2008 23:07:35 demontager wrote:> I have never applied patches to wine, so i have a question: > I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine > source dir, then When i entered > $patch -p1 < cursor-patches-1.1.8.patch > #receive > $Reversed (or previously applied) patch detected! Assume -R? [n] > > Does it miens that patch no needed? Already installed?It means that at least part of the patch has been applied. Someone recently sent a patch to make an animated cursors show as a still cursor instead of not showing at all; perhaps that patch was applied. If you want animated cursors, patch Wine 1.1.8 Alexander N. S?rnes
i've tried apply this patch i entered -R then ./configure all o.k, but when make depend && make received error, so i canceled compiling and started again without patching, the aim to test if previously applied patch is working, i'm gonna test it on Red Alert 3
Good news for RA3 funs! Before applied patch is working, so no need to use wine git hacks or patch wine manually.
The 1.1.8 cursors patch attached to bug 10708 applies perfectly if you back out commit 7f5b4ab15d535f48b846b8187213345c3eb323b0 first. Code: $ git show 7f5b4ab15d535f48b846b8187213345c3eb323b0 | patch -p1 -R $ patch -p1 < cursor-patches-1.1.8.patch
On Thu, Nov 20, 2008 at 5:43 AM, loltsy <wineforum-user at winehq.org> wrote:> The 1.1.8 cursors patch attached to bug 10708 applies perfectly if you back out commit 7f5b4ab15d535f48b846b8187213345c3eb323b0 first. > > > Code: > > $ git show 7f5b4ab15d535f48b846b8187213345c3eb323b0 | patch -p1 -R > $ patch -p1 < cursor-patches-1.1.8.patch > > > > > > > > >That patch adds support for the first frame of ani cursors, which should be satisfactory for most purposes. -- -Austin
Please help if you know where is error. I tried to make .deb package with checkinstall with dinput patch and received error:(sorry i have russian Ubuntu)> > pal at pal-laptop:~/wine$ sudo checkinstall > [sudo] password for pal: > > checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran > -B0 ?@>3 at 0<<0 @0A?@>AB at 0=O5BAO =0 CA;>28OE GNU GPL > > > The package documentation directory ./doc-pak does not exist. > Should I create a default set of package docs? [y]: y > > >B>28BAO 4>:C<5=B0F8O : ?0:5BC...OK > > >60;C9AB0 =0?8H8B5 >?8A0=85 ?0:5B0. > 0:>=G8B5 20H5 >?8A0=85 ?CAB>9 AB@>:>9 8;8 EOF. > >> wine_git_source > >> > > ***************************************** > **** Debian package creation selected *** > ***************************************** > > -B>B ?0:5B 1K; A>740= A 8A?>;L7>20=85< 40==KE 7=0G5=89: > > 0 - Maintainer: [ root at pal-laptop ] > 1 - Summary: [ wine_git_source ] > 2 - Name: [ wine ] > 3 - Version: [ ] > 4 - Release: [ 1 ] > 5 - License: [ GPL ] > 6 - Group: [ checkinstall ] > 7 - Architecture: [ amd64 ] > 8 - Source location: [ wine ] > 9 - Alternate source location: [ ] > 10 - Requires: [ ] > 11 - Provides: [ wine ] > > 2548B5 =><5@ 4;O 87<5=5=8O ?0 at 0<5B at 0 8;8 =06<8B5 4;O ?@>4>;65=8O: > > Installing with make install... > > ========================= 57C;LB0BK CAB0=>2:8 ==========================> make[1]: Entering directory `/home/pal/wine/tools' > make[1]: `makedep' is up to date. > make[1]: Leaving directory `/home/pal/wine/tools' > make[1]: Entering directory `/home/pal/wine/libs' > make[2]: Entering directory `/home/pal/wine/libs/port' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/libs/port' > make[2]: Entering directory `/home/pal/wine/libs/wine' > (GIT_DIR=../../.git git describe HEAD 2>/dev/null || echo "wine-1.1.8") | sed -n -e '$s/\(.*\)/const char wine_build[] = "\1";/p' >version-stamp || (rm -f version-stamp && exit 1) > make[2]: Leaving directory `/home/pal/wine/libs/wine' > make[2]: Entering directory `/home/pal/wine/libs/wpp' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/libs/wpp' > make[1]: Leaving directory `/home/pal/wine/libs' > make[1]: Entering directory `/home/pal/wine/tools' > make[2]: Entering directory `/home/pal/wine/tools/widl' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/tools/widl' > make[2]: Entering directory `/home/pal/wine/tools/winebuild' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/tools/winebuild' > make[2]: Entering directory `/home/pal/wine/tools/winedump' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/tools/winedump' > make[2]: Entering directory `/home/pal/wine/tools/winegcc' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/tools/winegcc' > make[2]: Entering directory `/home/pal/wine/tools/wmc' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/tools/wmc' > make[2]: Entering directory `/home/pal/wine/tools/wrc' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/tools/wrc' > make[1]: Leaving directory `/home/pal/wine/tools' > make[1]: Entering directory `/home/pal/wine/include' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/pal/wine/include' > make[1]: Entering directory `/home/pal/wine/dlls' > make[2]: Entering directory `/home/pal/wine/dlls/adsiid' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/dlls/adsiid' > make[2]: Entering directory `/home/pal/wine/dlls/dxerr8' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/dlls/dxerr8' > make[2]: Entering directory `/home/pal/wine/dlls/dxerr9' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/dlls/dxerr9' > make[2]: Entering directory `/home/pal/wine/dlls/dxguid' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/dlls/dxguid' > make[2]: Entering directory `/home/pal/wine/dlls/strmiids' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/dlls/strmiids' > make[2]: Entering directory `/home/pal/wine/dlls/uuid' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/dlls/uuid' > make[2]: Entering directory `/home/pal/wine/dlls/winecrt0' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/pal/wine/dlls/winecrt0' > make[2]: Entering directory `/home/pal/wine/dlls/dinput' > make[2]: `libdinput.def.a' is up to date. > make[2]: Leaving directory `/home/pal/wine/dlls/dinput' > make[2]: Entering directory `/home/pal/wine/dlls/acledit' > ../../tools/mkinstalldirs -m 755 /usr/local/lib/wine > mkdir /usr/local/lib/wine > chmod 755 /usr/local/lib/wine > chmod: changing permissions of `/usr/local/lib/wine': No such file or directory > make[2]: *** [/usr/local/lib/wine] Error 1 > make[2]: Leaving directory `/home/pal/wine/dlls/acledit' > make[1]: *** [acledit/__install__] Error 2 > make[1]: Leaving directory `/home/pal/wine/dlls' > make: *** [dlls/__install__] Error 2 > > **** #AB0=>2:0 =5C40G=0. B<5=O5BAO A>740=85 ?0:5B0. > > G8I05BAO...OK >