X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=IA1 VAUfoyww0x/u5KiuoXjfGHv612kYht19Alj7rkzTPCOdKudVKlOd9++4DsY8G8Yb t2KLepJE56d414KJvma2WoDVCnOGQaPzUKslEDWFtZcztGLo9wDST6JI44WzVOnR AFZFW7hHBuasWc+dv6Fkhq7HSAbuvfY4+PlNv++M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=rFIu5pQPF U2g2Ms1VCBjWSybLp4=; b=OmEFhG6r6lZOFhRTv+u3WjEscy/28tph2L/bO4l4u dxZOqhhdvsLsIekxmVMAHCSyvDVtpejJbe9xI+3RhPd9GTB68C77dX3F1Rpvnivc /gLBtjl2N+bFhllkEPgjT+4hZ4vBL8Ro0IjY/4DgBDLxrlkomtoNlJOWXOm8/b7k f8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 Message-ID: <51BFEAEC.4000308@codespunk.com> Date: Tue, 18 Jun 2013 01:06:52 -0400 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 AT cygwin DOT com Subject: Bug with Cygwin's 'quilt' Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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