From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68981 invoked by alias); 4 Sep 2016 09:08:01 -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 68958 invoked by uid 89); 4 Sep 2016 09:07:59 -0000 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 Received: from mail-wm0-f46.google.com (HELO mail-wm0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 04 Sep 2016 09:07:49 +0000 Received: by mail-wm0-f46.google.com with SMTP id v143so91261867wmv.0 for ; Sun, 04 Sep 2016 02:07:48 -0700 (PDT) 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 Received: by 10.194.112.37 with HTTP; Sun, 4 Sep 2016 02:07:06 -0700 (PDT) In-Reply-To: <5acf2494-0351-bba7-7672-662c2fe10767@cygwin.com> References: <5acf2494-0351-bba7-7672-662c2fe10767@cygwin.com> From: =?UTF-8?B?RnLDqWTDqXJpYyBCcm9u?= Date: Sun, 04 Sep 2016 09:08:00 -0000 Message-ID: Subject: Re: [ANNOUNCEMENT] boost 1.60.0-1 To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg00055.txt.bz2 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.p= atch 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 |=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D |--- 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=C3=A9d=C3=A9ric -- 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