At 2004-04-28 00:05:07+0000, "Fawad Khan" writes:
I just upgraded my Bugzilla to 2.14.5 and was trying to use P4DTI when I
get this error message when I try to patch Bugzilla for Perforce
star at gold:[/scratch/bugzilla/latest]patch -p1 <
../../p4dti/p4dti-bugzilla-2.1.2/bugzilla-2.14.5-patch
Looks like a unified context diff.
Reversed (or previously applied) patch detected! Assume -R [yes]
Apply anyway? [no] yes
Hunk #2 failed at line 611.
Hunk #3 failed at line 666.
Hunk #4 failed at line 24.
Hunk #5 failed at line 71.
Hunk #6 failed at line 73.
5 out of 6 hunks failed: saving rejects to bug_form.pl.rej done
Was this on a completely plain and new Bugzilla 2.14.5, or was it on a
Bugzilla 2.14.5 which had been upgraded from a previous version
(2.14.4, say) which already had a P4DTI patch applied? It looks as if
the P4DTI patch has already been applied and is failing for that
reason. If you look at bug_form.pl, does it contain any P4DTI code?
(grep P4DTI bug_form.pl).