Re: How to resolve hiccups by patch program?

2007-01-29 Thread Markus Elfring
How are the chances to fix this issue without to repeat the desired updates by manual edits with vim or emacs? Regards, Markus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: How to resolve hiccups by patch program?

2007-01-20 Thread Markus Elfring
Yes; if patch can't find anything that corresponds to the unaltered lines at the start and end of the hunk, it doesn't know where to put it; if the lines that it finds there don't match what the patch says the old versions look like, it also doesn't work. How do you think about my results

Re: How to resolve hiccups by patch program?

2007-01-19 Thread Markus Elfring
Are potential line ending variations the only reason for the reported change rejections? Do other details result also in a mismatch? Regards, Markus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

RE: How to resolve hiccups by patch program?

2007-01-19 Thread Dave Korn
On 19 January 2007 15:00, Markus Elfring wrote: Are potential line ending variations the only reason for the reported change rejections? Do other details result also in a mismatch? Yes; if patch can't find anything that corresponds to the unaltered lines at the start and end of the hunk, it

RE: How to resolve hiccups by patch program?

2007-01-11 Thread Markus Elfring
Does running d2u over the rejected hunk fix your problem? No, not so far. Would anybody like to apply the file const4.patch.part010 to the current source file app_db.c on their test system? Are rejections for all six updated lines reproducible? Regards, Markus smime.p7s Description: S/MIME

Re: How to resolve hiccups by patch program?

2007-01-10 Thread Markus Elfring
Does running d2u over the rejected hunk fix your problem? No luck on my system ... $ uname -a CYGWIN_NT-5.1 sonne 1.5.23(0.156/4/2) 2006-12-19 10:52 i686 Cygwin $ cd /cygdrive/e/Projekte/Asterisk/Probe $ d2u -U app_db.c const4.patch.part010 app_db.c: done. const4.patch.part010: done. $

RE: How to resolve hiccups by patch program?

2007-01-08 Thread Dave Korn
On 08 January 2007 10:58, Markus Elfring wrote: Hello, I published the file const4.patch (http://bugs.digium.com/file_download.php?file_id=12617type=bug) I assume that I am not affected by wrong line endings as it was suggested for the topic 'Is Patch broken?'.

RE: How to resolve hiccups by patch program?

2007-01-08 Thread Igor Peshansky
On Mon, 8 Jan 2007, Dave Korn wrote: On 08 January 2007 10:58, Markus Elfring wrote: Hello, I published the file const4.patch (http://bugs.digium.com/file_download.php?file_id=12617type=bug) I assume that I am not affected by wrong line endings as it was suggested for the topic 'Is