delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/29/07:44:23

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; q=dns; s=default; b=PQC9
hytcL+B+p+1rs60o0BXx2Fmf6vqgqrDfHKdWJJO+x3jErlD8MNr//lMR15nW8YKR
E3+g7wCQiMJ5DZWDkEMmGkRj+63XipxJzYmvYZF+1XbJAKLRvgv4bLv9kF2mNbhR
DbAQ+/QlseYlUHlDpTjCNsmGYSi8M/aMKKmmPSg=
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; s=default; bh=cWGIuGBO9s
IKZL5AyjDLI2sVkR8=; b=jpIeWows7xpYIdYYRL0nBkrwqql16DcQmryLGVPtUv
eDMyRKG4sTxCs6QYpry1SAdPt5TmiIKXdv8joLCsym6M5QKybyFzgaC2NcdWKrwq
0g3OqWRxh5dsaKHW70WbNEC1qps88X9maUn5Xbo1dBbxRH21SfkYkSlqCp+QGu+b
0=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=8
X-HELO: mx1.redhat.com
DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4454A4E334
Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=eblake AT redhat DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 4454A4E334
Subject: Re: grep-3.0-2 issues within Makefile
To: cygwin AT cygwin DOT com
References: <CA+fGtfD__FcrTwnWbg4HyTLPE-2tkSUj7cGUqyioXv6ZtiTh7Q AT mail DOT gmail DOT com> <c1317ef2-f8db-e96e-fc0a-0bda4248c3f4 AT gmail DOT com> <aa4bc3a5-89f3-5379-8a45-274d2aa0d2fe AT redhat DOT com>
From: Eric Blake <eblake AT redhat DOT com>
Openpgp: url=http://people.redhat.com/eblake/eblake.gpg
Message-ID: <845061b7-fab9-33b8-d699-25c9ac07906f@redhat.com>
Date: Mon, 29 May 2017 06:44:07 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0
MIME-Version: 1.0
In-Reply-To: <aa4bc3a5-89f3-5379-8a45-274d2aa0d2fe@redhat.com>
X-IsSubscribed: yes

--uxUTj0xKG1t8fuSKClfGOXevQGKlgJKt1
Content-Type: multipart/mixed; boundary="wuGpI6JomahM76jV1cTM2Nq2PTLKPI6qW";
 protected-headers="v1"
From: Eric Blake <eblake AT redhat DOT com>
To: cygwin AT cygwin DOT com
Message-ID: <845061b7-fab9-33b8-d699-25c9ac07906f AT redhat DOT com>
Subject: Re: grep-3.0-2 issues within Makefile
References: <CA+fGtfD__FcrTwnWbg4HyTLPE-2tkSUj7cGUqyioXv6ZtiTh7Q AT mail DOT gmail DOT com>
 <c1317ef2-f8db-e96e-fc0a-0bda4248c3f4 AT gmail DOT com>
 <aa4bc3a5-89f3-5379-8a45-274d2aa0d2fe AT redhat DOT com>
In-Reply-To: <aa4bc3a5-89f3-5379-8a45-274d2aa0d2fe AT redhat DOT com>


--wuGpI6JomahM76jV1cTM2Nq2PTLKPI6qW
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

On 05/29/2017 06:39 AM, Eric Blake wrote:

>>> localsyms: libtcctmp.o
>>>     @$(READELF) $< -Ws | $(AWK) "{print \$$8}" | sort | uniq \
>=20
> Most likely, $(READELF) is producing \r\n-terminated output.

That said, WHAT is $(READELF) actually expanding to? If it is the cygwin
binutils version, it should NOT be outputting \r\n in the first place.
Generally, you don't get \r\n output unless you are mixing non-cygwin
programs into the pipeline.

--=20
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


--wuGpI6JomahM76jV1cTM2Nq2PTLKPI6qW--

--uxUTj0xKG1t8fuSKClfGOXevQGKlgJKt1
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: Public key at http://people.redhat.com/eblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCAAGBQJZLAmHAAoJEKeha0olJ0NqypoIAJ8TZwFK/kG+iQtyv36/uDC3
1srvfC6webbVG7/w0biTUYvD7Z9wpETr+iAwDVqFvEQK37Xhn3byoLumkYlXLXYZ
BgFtBWCP7hmv5Zs2yumXl+vDMTRg2zaPILpv+PrQfaczY1O5B6W6fbgdInYNTV/2
T44Fkp1B0jUcReS2JXXV/eDagFjzjaLutOVf97lGCLpHqxHRBMmcywqOEeT7JLQb
8NZvScmHKDobpHOlcZvxMMVAENOKCVaXmuzYKXd4y3T8F8fROJzocxCwFfSLq72Y
IyYbvBjLBUpOMNaNh4zMx6JK4cYf1Xsu0dFHQCnIfVN71Pzuh+PczTxyXry5YNU=
=lnBb
-----END PGP SIGNATURE-----

--uxUTj0xKG1t8fuSKClfGOXevQGKlgJKt1--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019