From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23368 invoked by alias); 18 Jun 2013 05:06:53 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23359 invoked by uid 89); 18 Jun 2013 05:06:52 -0000 X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from m1plsmtpa01-08.prod.mesa1.secureserver.net (HELO m1plsmtpa01-08.prod.mesa1.secureserver.net) (64.202.165.187) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 18 Jun 2013 05:06:52 +0000 Received: from [10.0.1.102] ([68.9.29.195]) by m1plsmtpa01-08.prod.mesa1.secureserver.net with id ph6r1l00G4CauTG01h6rC8; Mon, 17 Jun 2013 22:06:52 -0700 Message-ID: <51BFEAEC.4000308@codespunk.com> Date: Tue, 18 Jun 2013 05:09:00 -0000 From: "Matt D." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Bug with Cygwin's 'quilt' Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00417.txt.bz2 There seems to be a problem with Cygwin's quilt. This simple example simply alters a #define from 'MESAGL' to 'NX_MESAGL'. That's it. New quilt created, ok. New patch, ok. Edit file, ok. Refresh (create patch), ok. Rollback changes, ok. Reapply patch.. error: >>> quilt push >>> Applying patch test.patch >>> patching file Imakefile >>> Hunk #1 FAILED at 2. >>> 1 out of 1 hunk FAILED -- rejects in file Imakefile >>> Patch test.patch does not apply (enforce with -f) Extract quilt_cygwin_bug to a directory, cd in, and run 'quilt push' to generate the error. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple