This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Specification or bug of "patch" in Cygwin B20.1


Dear sirs/madams: I enjoyed Cygwin B20.1. But, I found an error(?) in "patch" in Cygwin B20.1. "patch" cannot work for DOS encoded dif file. After converting dif file into UNIX coded one, "patch" works well. See logs bellow. Best regards, ABE, Osamu Ph.D Assoc. Prof. ------------------------------------ osamu@asa.hokkyodai.ac.jp Physics Laboratory, Asahikawa Campus Hokkaido University of Education Logs. ====================================================================== f:\work> patch -p1 < jlatex2html patching file `dot.latex2html-init' Hunk #1 FAILED at 72. Hunk #2 FAILED at 123. 2 out of 2 hunks FAILED -- saving rejects to dot.latex2html-init.rej patching file `latex2html' Hunk #1 FAILED at 2. Hunk #2 FAILED at 71. Hunk #3 FAILED at 175. Hunk #4 FAILED at 209. Hunk #5 FAILED at 601. Hunk #6 FAILED at 3820. Hunk #7 FAILED at 6797. Hunk #8 FAILED at 7008. Hunk #9 FAILED at 7037. Hunk #10 FAILED at 7344. Hunk #11 FAILED at 8742. Hunk #12 FAILED at 14881. Hunk #13 FAILED at 14944. Hunk #14 FAILED at 15213. 14 out of 14 hunks FAILED -- saving rejects to latex2html.rej patching file `latex2html.config' Hunk #1 FAILED at 23. Hunk #2 FAILED at 55. Hunk #3 FAILED at 117. Hunk #4 FAILED at 187. Hunk #5 FAILED at 523. Hunk #6 FAILED at 608. Hunk #7 FAILED at 727. Hunk #8 FAILED at 742. 8 out of 8 hunks FAILED -- saving rejects to latex2html.config.rej ====================================================================== f:\work> tounix jlatex2html.dif Converting "jlatex2html.dif" into UNIX text f:\work> patch -p1 < jlatex2html patching file `dot.latex2html-init' patching file `latex2html' patching file `latex2html.config' ====================================================================== In the above log, "tounix" convert a DOS file into UNIX file. You can find "tounix" in "txtutil.tar.gz" at http://www.fsci.fuk.kindai.ac.jp/~kakuto/win32-ptex/web2c73.html -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]