Patcing wine - Reversed (or previously applied) patch detect

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
layr
Level 2
Level 2
Posts: 24
Joined: Mon Jun 20, 2011 3:47 pm

Patcing wine - Reversed (or previously applied) patch detect

Post by layr »

Hey, i'm compiling my own version of 1.2.3, in order to use Ableton Live and Google Sketchup. Ableton patch went flawlessly, but patching [this] patch, the terminal output states:
patching file dlls/urlmon/urlmon_main.c
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n] y
Hunk #1 FAILED at 36.
Hunk #2 FAILED at 56.
Hunk #3 FAILED at 83.
Hunk #4 FAILED at 99.
4 out of 4 hunks FAILED -- saving rejects to file dlls/urlmon/urlmon_main.c.rej

(as you can see, i answered 'y', and patching failed. What am i doing wrong here?
Cloudef
Level 4
Level 4
Posts: 138
Joined: Wed Mar 18, 2009 3:10 pm

Post by Cloudef »

That file has already been patched, probably conflicts with your other patch. Might want to modify them by hand.
layr
Level 2
Level 2
Posts: 24
Joined: Mon Jun 20, 2011 3:47 pm

Post by layr »

Cloudef wrote:That file has already been patched, probably conflicts with your other patch. Might want to modify them by hand.
Nope, i tried patching with Sketchup patch first, same deal.
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Re: Patcing wine - Reversed (or previously applied) patch de

Post by dimesio »

layr wrote:Hey, i'm compiling my own version of 1.2.3, in order to use Ableton Live and Google Sketchup. Ableton patch went flawlessly, but patching [this] patch, the terminal output states:
patching file dlls/urlmon/urlmon_main.c
Reversed (or previously applied) patch detected! Assume -R? [n]

That patch was committed over two years ago. You don't have to (and can't) apply it again.
layr
Level 2
Level 2
Posts: 24
Joined: Mon Jun 20, 2011 3:47 pm

Post by layr »

So.. it probably just doesn't work for me then :P
layr
Level 2
Level 2
Posts: 24
Joined: Mon Jun 20, 2011 3:47 pm

Post by layr »

Edit: thanks anyways!
annabunches
Level 2
Level 2
Posts: 10
Joined: Sun May 15, 2011 3:13 pm

Patcing wine - Reversed (or previously applied) patch detect

Post by annabunches »

On 06/21/2011 09:20 AM, layr wrote:
So.. it probably just doesn't work for me then :P
No, what they're saying is that you're applying a patch that's already
been applied. That patch is in the main wine codebase. The code it adds
is already there, without you needing to do anything. There is no reason
to apply the patch, because someone (on the wine dev team) already did
it for you. :)

- Anna

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-us ... chment.pgp>
Locked