Closed (fixed)
Project:
Mail Logger
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2008 at 20:25 UTC
Updated:
20 Feb 2010 at 23:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
litwol commentedPlease reroll and i'll commit asap. thx.
patching file mail_logger.install
patching file mail_logger.module
Hunk #1 FAILED at 1.
Hunk #2 succeeded at 15 (offset -9 lines).
Hunk #3 succeeded at 40 (offset -9 lines).
Hunk #4 succeeded at 66 (offset -9 lines).
Hunk #5 succeeded at 86 (offset -9 lines).
Hunk #6 succeeded at 133 (offset -9 lines).
Hunk #7 succeeded at 160 (offset -9 lines).
1 out of 7 hunks FAILED -- saving rejects to file mail_logger.module.rej
Comment #2
mokko commentedHm. When I downloaded dev and ran the patch against it I had the same output. Then I tried via cvs ceckout, the patch applied nicely. This is the first time I use cvs, so maybe I didn't get dev version or so. Anyways, here is a rerolled patch.
Comment #3
mokko commentedNow, i downloaded fresh dev version on devel server and try the patch against dev. Same result as before (like in your last post). So, let me look for error.
Comment #4
litwol commentedmake sure you use the appropriate branch. when checking out from cvs specify branch revision by using '-r DRUPAL-6--1'
Comment #5
mokko commentedAnother attempt. This time I made sure to checkout HEAD. Old patch still applies perfectly. Rerolled again. Looks the same. Very suspicious. Any ideas?
Comment #6
mokko commentedThis time I created the patch against dev. Let's see how this looks like.
Comment #7
mokko commentedThis last patch works on my devel server on a fresh dev version,i.e. the patch applies smoothly. Coder shows me less warnings than before and admin/reports/mail-logger pretty much looks like before. So far so good. What do you say?
Comment #8
litwol commentedDId you use this cvs checkout command to fetch source ? it is important that you have used the correct branch name.
cvs -z6 checkout -d mail_logger-DRUPAL-6--1 -r DRUPAL-6--1 contributions/modules/mail_logger/
Comment #9
mokko commentedOk. This time I got you. I checked out with command you gave me. I applied the old patch, got the same partial success message that you got. I fixed the remaining one place by hand, and created a new patch. Here it is.
It should be functionally equivalent to the original patch, except that I changed the capitalization of another SQL command at the end of mail_logger.install.
Let's see what happens this time.
EDIT: Like before I can apply on my test server with fresh dev version. And functionality seems okay.
Comment #10
litwol commentedCommitted. thx.