Hi! I have 1.1.3 (patched from 1.1.1 to 1.1.2 to 1.1.3) and was trying to patch it up to 1.1.3.1:
patch -p1 < ../patch-1.1.3.1 patching file ChangeLog patching file VERSION patching file base-configure Hunk #1 FAILED at 1. Hunk #3 FAILED at 182. Hunk #4 succeeded at 200 (offset 1 line). Hunk #6 succeeded at 310 (offset 1 line). Hunk #8 succeeded at 372 (offset 1 line). Hunk #10 FAILED at 392. Hunk #11 succeeded at 454 (offset 1 line). Hunk #13 FAILED at 885. Hunk #14 FAILED at 999. Hunk #15 FAILED at 2775. Hunk #16 FAILED at 2793. Hunk #17 FAILED at 3416. Hunk #18 FAILED at 3918. Hunk #19 FAILED at 4027. Hunk #20 succeeded at 4356 (offset 82 lines). Hunk #22 FAILED at 4328. Hunk #23 succeeded at 4776 (offset 82 lines). Hunk #25 FAILED at 4741. Hunk #26 FAILED at 4825. Hunk #27 FAILED at 4901. Hunk #28 FAILED at 4911. Hunk #29 succeeded at 5059 (offset 83 lines). Hunk #30 FAILED at 5078. Hunk #32 succeeded at 5251 (offset 83 lines). Hunk #33 FAILED at 5264. Hunk #34 FAILED at 5306. Hunk #35 FAILED at 5382. Hunk #36 FAILED at 5547. Hunk #38 FAILED at 5527. Hunk #39 succeeded at 5666 (offset 83 lines). Hunk #41 succeeded at 5701 (offset 83 lines). Hunk #42 FAILED at 5754. Hunk #43 FAILED at 5777. Hunk #44 FAILED at 5789. Hunk #45 FAILED at 5807. Hunk #46 FAILED at 5822. Hunk #48 FAILED at 5891. Hunk #49 FAILED at 5921. Hunk #50 succeeded at 6061 (offset 83 lines). Hunk #52 succeeded at 6117 (offset 83 lines). Hunk #53 FAILED at 6134. Hunk #54 succeeded at 6935 (offset 2 lines). Hunk #55 succeeded at 7034 (offset 83 lines). 29 out of 55 hunks FAILED -- saving rejects to file base-configure.rej patching file base-configure.in patching file default-configure patching file src/arch/linux/async/signal.c patching file src/arch/linux/async/sigsegv.c patching file src/arch/linux/debugger/mhpdbgc.c patching file src/arch/linux/mapping/pagemalloc.c patching file src/base/bios/int10.c patching file src/base/bios/int16.c patching file src/base/dev/misc/pci.c patching file src/base/dev/pic/pic.c patching file src/base/init/config.c patching file src/base/init/init.c patching file src/base/misc/utilities.c patching file src/base/mouse/mouse.c patching file src/dosext/dpmi/dpmi.c patching file src/dosext/mfs/mfs.c patching file src/emu-i386/do_vm86.c patching file src/emu-i386/ports.c patching file src/env/video/crtcemu.c patching file src/env/video/vc.c patching file src/env/video/vgaemu.c patching file src/include/bitops.h patching file src/include/config.h.in Hunk #3 FAILED at 189. 1 out of 3 hunks FAILED -- saving rejects to file src/include/config.h.in.rej patching file src/include/mouse.h patching file src/plugin/commands/comcom.c patching file src/plugin/kbd_unicode/configure Hunk #1 FAILED at 1. Hunk #3 FAILED at 144. Hunk #4 succeeded at 162 (offset 1 line). Hunk #6 succeeded at 272 (offset 1 line). Hunk #8 succeeded at 334 (offset 1 line). Hunk #10 FAILED at 354. Hunk #11 succeeded at 416 (offset 1 line). Hunk #13 FAILED at 816. 4 out of 13 hunks FAILED -- saving rejects to file src/plugin/kbd_unicode/configure.rej patching file src/plugin/kbd_unicode/include/kbd_unicode_config.h.in patching file src/plugin/kbd_unicode/keyb_raw.c patching file src/plugin/kbd_unicode/keymaps.c patching file src/plugin/keyboard/keyb_clients.c I don't see how this patch would have worked anyway: This is 1.1.3's base-configure. # DO NOT EXECUTE THIS exept via default-configure # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. This is the patch to 1.1.3.1: --- dosemu-1.1.3/base-configure Sun May 26 16:57:56 2002 +++ dosemu-1.1.3.1/base-configure Sun May 26 23:07:51 2002 @@ -1,54 +1,157 @@ # DO NOT EXECUTE THIS exept via default-configure - # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.12 -# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. +# Generated by Autoconf 2.52. # +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 +# Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. how do I fix it? Thanks, - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
