**** BEGIN LOGGING AT Tue Jun 12 02:59:56 2007 Jun 12 10:02:58 hello all Jun 12 11:04:43 Hello I have problems to apply the patches . on http://pastebin.ca/561132 you find the makefile , the error output of make , oxyl_box_check.php.patch , oxyl_box_check.php.rej and the original oxyl_box_chek.php. I don't know , what is wrong. Can somebody have a look and help me ? Jun 12 12:08:34 I have no more time yet, If you find a hint for me , please update http://pastebin.ca/561132 Jun 12 17:16:14 can I install midnight commander with openslug? Jun 12 18:25:50 Hello I have problems to apply the patches. I get an error messages like this: patching file common/oxyl_box_check.php Jun 12 18:25:50 Hunk #1 FAILED at 68. Jun 12 18:25:50 1 out of 1 hunk FAILED -- saving rejects to file common/oxyl_box_check.php.rej I have put the makefile , the error messages , the patchfile , the patch.rej and the originalfile on http://pastebin.ca/561132 Please can anybody have look and help me . Jun 12 19:18:56 eno : If you have a little time , please have a look Jun 12 19:21:53 motte: do you understand what patch command does? Jun 12 19:22:30 i am not shure , i have not so much experience with it Jun 12 19:22:53 you have version 1 of a file Jun 12 19:22:58 then you have version 2 Jun 12 19:23:12 yes Jun 12 19:23:35 by doing diff -Naurp file_1 file_2 it will output the differences between the two versions Jun 12 19:23:45 and that is your patch file Jun 12 19:23:55 i make diff -u Jun 12 19:24:02 is tis wrong Jun 12 19:24:18 now, the patch command is trying to bring the existing file (ver 1) to the desired version (ver 2) Jun 12 19:24:40 yes Jun 12 19:25:03 if the file that you want to patch went from ver 1 to ver 1.1, the you patch may not apply, because the diff is no longer valid Jun 12 19:25:26 in your case, the patch was created for an different version of the original file Jun 12 19:25:39 you need to check what the patch intended to do Jun 12 19:25:50 create a new version by hand Jun 12 19:26:00 and then create a new patch file Jun 12 19:26:05 and it will work Jun 12 19:26:07 got it? Jun 12 19:27:02 no it was the origin file , i am shure Jun 12 19:28:42 then your patch file is wrong Jun 12 19:29:25 i input diff -u file1 file2 > file.patch Jun 12 19:29:44 and then i edit path for the files with kate Jun 12 19:30:22 do not edit the patch file Jun 12 19:30:31 edit file2 Jun 12 19:30:42 and use: diff -Naurp file1 file2 > file.patch Jun 12 19:31:15 if you break the patch file, it will not apply (and that just happened to you) Jun 12 19:31:38 ok ,i try Thank you Jun 12 19:35:22 np Jun 12 19:47:30 osas: the patches works now Jun 12 19:47:45 :-) Jun 12 23:06:29 03bzhou * r6211 10optware/trunk/make/mcabber.mk: mcabber: 0.9.1 -> 0.9.2 **** ENDING LOGGING AT Wed Jun 13 02:59:57 2007