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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=eZnnybfwEFGMSn5j gYVRvdfFzysCMGi/Ry2agScyHP20IKCWaPxLb1fRx/+iZ13JJpf6560MukqVu4E9 5HR4qGOYq+bql3PV3Fx0JzRdIwJhcLsVsCc1890384Z7SmzgEx5XhgSxuL96B6Uv h5DPWBwqrLaVsk9XV5lssvpp+z4= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=9L1oNBz75nKtRIrjyYiBet kwQNY=; b=stXdP9uSRxdxC45dCcvdn5IYEPivweq+xT2PicTQadGRS/lGXnXaTZ +HbgfSpEktAI5YrVJ88UlAc+zhxmsp+gKJorRPHTT2GqYbjxL6lxx/O2eKrTb4bH Xp3+LdFGP86aN6w9ePYWCNJvTEkqEBCd1ZkckSCzfLyeqwxBA6d8s= 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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1290, 8, UD:php, announcement X-HELO: mail-wm0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Z6KY+mljohWnTvlxkfS/E6Ienp+A1dJwq0FH4tU6A8M=; b=AaJGhF2F0SNgye4HpAZ/0RS5miZ+wHL0848pSMqduFDewuBdKib3Ag2IrT3G5jbaOL wbDFQuiPTuuPd/k//nxpouZYgDxXE4B2avfi9PbbbHYmopOokLVxtfHWThulzt0xQS9V pVjlWTCiZ83mjDWquwdf/yBeLYD7dqKGqg2OpYir4rzHdkmO3jEmrOWot0mqUAkv5Ikc cXR/3/h5w3P1pIzM6gBik4nkRmJJcD9JZ5V5h3wcc3f2wLShlwBp5G4UxQjQdSfu9frn Ab9RsncA5N5wAlBjV3Z0OxPLeYgABGGpvDCd2v7e1bLWWrjPafjQBR6aVVlyFKEMIDRE uICQ== X-Gm-Message-State: AODbwcDQ3EEvwFMSYqT3Q4UUFFTV1BvUysEokxB92wRoWYe6M7A5Uvyi HsYRuXUSj6Zg8NM9vKY= X-Received: by 10.28.22.12 with SMTP id 12mr19885663wmw.97.1496047934935; Mon, 29 May 2017 01:52:14 -0700 (PDT) Subject: Re: grep-3.0-2 issues within Makefile To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: Date: Mon, 29 May 2017 10:52:11 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 29/05/2017 08:34, Daniel Fort wrote: > grep-3.0-2 binary will not function as expected when the -v option is > used in a Makefile. Please note the last grep announcement https://sourceware.org/ml/cygwin-announce/2017-02/msg00035.html and the changes between text and binary mounts. > Resolution - downgrade to grep-3.0-1. > > When using Cygwin to build Magic Lantern users stated reporting a > build errors on new Cygwin installs around November 2016. The > resolution was to downgrade grep to the previous version. > > The discussion and instructions on how to prepare Cygwin to compile > Magic Lantern are in this forum topic: > > http://www.magiclantern.fm/forum/index.php?topic=15894.msg154435#msg154435 > > Using a Cygwin install that includes the default grep-3.0-1 will > result in errors when running the follow Makefile code: > > localsyms: libtcctmp.o > @$(READELF) $< -Ws | $(AWK) "{print \$$8}" | sort | uniq \ > | grep -v "^tcc_new$$" \ > | grep -v "^tcc_delete$$" \ > | grep -v "^tcc_add_file$$" \ > | grep -v "^tcc_relocate$$" \ > | grep -v "^tcc_get_symbol$$" \ > | grep -v "^tcc_add_symbol$$" \ > | grep -v "^tcc_set_options$$" \ > | grep -v "^tcc_load_offline_section$$" \ > > $@ > > -- and what is the error ? 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