From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122106 invoked by alias); 4 Sep 2016 09:23:38 -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 122093 invoked by uid 89); 4 Sep 2016 09:23:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=poolhpp, 78326, UD:boost-1.58.0-pool.patch, UD:pool.hpp X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 04 Sep 2016 09:23:36 +0000 Received: by mail-wm0-f68.google.com with SMTP id v143so8826796wmv.1 for ; Sun, 04 Sep 2016 02:23:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7qqaom/8eJO/ub67zH8gobRPQbEHKydz9acl/YHF/TE=; b=MeFlLp2OnUTHRPZRM2WFz8YSADLu3rWop9kId+EIov9aO4HQd3eK1MxQRPxiCp1WRI /jpKCG3nJ8cqinbgWIG7G3NgWCUgGsvd12Ojj9fEppIsoDH3dUUl5qTBZVj2lOx28rkF EKJl+t7Zj8xyX4UST2z264dOtENowcfQKkoOZ745Dh+wPqkfcnlag+zWJVDYzPFmxkfn StOdanqtm/1XKaKlu789f6Grnz1Je1bMaR6Sax31CrHGDBzu3FQLrAg78UryASjl8nCb oyU39QvYxbUFzgMzVRKXhm7D56Iic1fvJN1J8Q6RRVVI+aJkHPr/b9m0+Yb5pF0x+TeP mEKw== X-Gm-Message-State: AE9vXwMEmqCxy02ds6Bw1f9KTrUWGQ4kKF+y7yNS3/8auzUqxOk7en15cZZ4afq8VzhRgA== X-Received: by 10.28.41.6 with SMTP id p6mr10122034wmp.18.1472981014471; Sun, 04 Sep 2016 02:23:34 -0700 (PDT) Received: from [192.168.2.109] (pD9E60E09.dip0.t-ipconnect.de. [217.230.14.9]) by smtp.googlemail.com with ESMTPSA id t202sm13224748wmt.22.2016.09.04.02.23.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 04 Sep 2016 02:23:33 -0700 (PDT) Subject: Re: [ANNOUNCEMENT] boost 1.60.0-1 To: cygwin@cygwin.com References: <5acf2494-0351-bba7-7672-662c2fe10767@cygwin.com> From: Marco Atzeri Message-ID: Date: Sun, 04 Sep 2016 09:23:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00057.txt.bz2 On 04/09/2016 11:07, Frédéric Bron wrote: > Hi Yaakov, > > Thanks for your message. > > I downloaded your files from cygwinports/boost and tried to apply the > patches to boost 1.60.0 and got errors like this one: > > # the first one runs fine: > $ patch -p1 --dry-run < ../cygport/fedora/boost-1.50.0-fix-non-utf8-files.patch > checking file libs/units/example/autoprefixes.cpp > > # the second one gives this error: > $ patch -p1 --dry-run < ../cygport/fedora/boost-1.58.0-pool.patch > can't find file to patch at input line 5 > Perhaps you used the wrong -p or --strip option? > The text leading up to this was: > -------------------------- > |Index: boost/pool/pool.hpp > |=================================================================== > |--- boost/pool/pool.hpp (revision 78317) > |+++ boost/pool/pool.hpp (revision 78326) > -------------------------- > File to patch: > > How do you deal with those errors? Do you just skip patches that do > not work anymore? > > Thanks, > > Frédéric try cygport boost.cygport prep It will prepare the directory and applies all the patches in PATCH_URI If one of the patch fails the build stops, so I assume all should apply. Regards Marco -- 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