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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; q=dns; s=default; b=If68YUkYQ93eb+h/QQn+Eq0IBlkh8xs5pknxgt+B5hV 7o0D+IMaODBc1rEBKqkOEg3U7Jfhydqj00nsyvaeYD7r1/Ziw9vRiYYDikhqphiv bRd6OPzT0pglJZ0TU/kCcszYqDLISMxZfJjBnTn71jIjx5hL6KHWVU8wpYnogUYw = 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; s=default; bh=bGGVcSshP/oYNFOCD4Bv5qIEQuE=; b=AsXXRGAg++pqNfznM M7f1qwiAKkT6zu1F0KHrDblFaeFMwi5egK9GrN98sIOAQw8brlq5nU7kDsXQOeHS VhYNyD5gY7dgwgc2u+cPaBO39++UsXjf/NOtoB7wuufG9oj/qIlODdL09j1lN+iE BE/DFCqMSQG9ZVsMKJDIVL97Ds= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-wm0-f46.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=xzjn+nWnb9sUHWmZ5Md6gcI7aX+k20K9UM0FGe1tTaw=; b=dQQeut1GQhvhPTDje8rbvprLlfkP4hW/IpXRH7VvdhNxwjA1I7MPePpIT34IXqPWRB jYizTtSqkBVyRBpG8gb+gYTr2ufX05oZQGIOE5RJJrf3b17ws1WHIvgoEHKgCub+//8r cTZSKdyklDJkV26uYonZaTmxNn8M2DFGCjuqo95HLTtkMU5MLgf5YxNwZhVQfKU/DbqJ ez5PE0IX/2jt18/wTodGc0qsclqdqC0tumMzjBTQLUekJ2AwM/qMa5FsW/1ekAZj4ZYa T098y3eoOCWxKMOfykWVrC6i33z57S8BVBIP9jyJwcG0ljwW/bu4n6/YcGS5Z77xfUHb DgdQ== X-Gm-Message-State: AE9vXwPtT3/wYMf3H3oPfiKwwxl6rbMOMZDEFf/agFd9uYW9/iOOvINXxg+xV3HrBNXh21Oo4AZoBt9Ds+9nEQ== X-Received: by 10.28.54.5 with SMTP id d5mr6585327wma.91.1472980067108; Sun, 04 Sep 2016 02:07:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5acf2494-0351-bba7-7672-662c2fe10767@cygwin.com> References: <5acf2494-0351-bba7-7672-662c2fe10767 AT cygwin DOT com> From: =?UTF-8?B?RnLDqWTDqXJpYyBCcm9u?= Date: Sun, 4 Sep 2016 11:07:06 +0200 Message-ID: Subject: Re: [ANNOUNCEMENT] boost 1.60.0-1 To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u84KEk6d017628 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 -- 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