4 messages in com.perforce.perforce-user[p4] Perforce and Bugzilla integration
FromSent OnAttachments
Fawad Khan27 Apr 2004 17:04 
Alen Ladavac28 Apr 2004 01:51 
Nick Barnes28 Apr 2004 04:00 
Fawad Khan28 Apr 2004 14:51 
Subject:[p4] Perforce and Bugzilla integration
From:Nick Barnes (Nick@pobox.com)
Date:04/28/2004 04:00:47 AM
List:com.perforce.perforce-user

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).