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=PYA bMwL0O6WGujkSuCAG17P3xmQyXAzMMw4QxpBn8P2wXKU+97Mo5+XWycVyRD4yGZS zaJ29YiGts92K1pXZJJfZBzzJtMxF3sHSdaAuu+q/qVUyzlt8LI4/4LXjYpGWLmG vZ0/ElZCk8U0NOw+0F06wmY5jZNpeieL2E/vGBbU= 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=VefCSMT6V ePOQ8opOrBt5ng9c0M=; b=yTIVA2g7sXfZPLRfs/hvjWdT6dUGwRYX+VdvYP4vP +/tjb8z23MegLBn5nbx4YDy0OWG9mpKzqqlYoMnIVfgFxY+mqIPBcQb9W+a5Q+y7 B0pHzIXCBUQuq3Bu6LZLXS3wHJNsSCiFR8z4MSjqBDdt3QsuJXUuQOOgw6l3F8iq Ks= 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: <51BFEB6E.2040404@codespunk.com> Date: Tue, 18 Jun 2013 01:09:02 -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 The last e-mail I supplied to the mailing list was missing the link to the example. See this one for the link. --- 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) http://codespunk.com/files/upload/cygwin_quilt_00.zip Extract 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