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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=r+pX3Azt0/mBQnsA/kgVGkfwlyZCrPg5ihKJmBEPUhCroA/cLW9Ia 8jKvRG415KMoUWuMBAZISFfxEbb0fQrG0FwGbI2ZjgjddLhMFxQgmjuuKbGwOFL7 Um3CkvsY4YnMtMGxg+OqAr2yXCyNfjjz75xV+dTb62Sglo7hHjbMVw= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=80/KpB02vw3VLQPZO8ZUyFh7iaw=; b=jdGJs/1ZZ92yhOYKfiPi7ahn1Cdd 7NtDrOvv1a0104fUPjEfetQq636QRf3A9iV1yqVhM7SI1DEbCLQS+WLwZroyalBZ 28HrEx4gO41TnTicyBtbb9rSc6/MNgrFpeN/b7UzaVOlRcFM2pK07WdUrlVAffw7 0rGTnVAvJOvlXuI= 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 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Date: Thu, 27 Jun 2013 17:51:33 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: autoreconf/gettext puzzle (was Re: sed match DOS end of line) Message-ID: <20130627155133.GF2378@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <01E9402441FFBB4BBEA0A82549A7D94A0C27C5 AT ORD2MBX02C DOT mex05 DOT mlsrvr DOT com> <20130627142405 DOT GA2378 AT calimero DOT vinschen DOT de> <20130627144952 DOT GB2378 AT calimero DOT vinschen DOT de> <51CC5D69 DOT 40700 AT users DOT sourceforge DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <51CC5D69.40700@users.sourceforge.net> User-Agent: Mutt/1.5.21 (2010-09-15) On Jun 27 10:42, Yaakov (Cygwin/X) wrote: > On 2013-06-27 09:49, Corinna Vinschen wrote: > >Ok, here's me, even more puzzled. FIW, the 4.2.2 packages have *not* > >been built the same way as the 4.2.1 package. The difference is running > >autoreconf (4.2.2) vs. not running autoreconf (4.2.1). > > Were these natively compiled or cross-compiled? The latter pulls in > gnulib functions in place of libc's (Cygwin) without intervention > during configure. > > >If I build sed with the auto configury unchanged, I'm back to an sed > >which handles the CR just as the old sed 4.2.1 package: > > > > $ sed --version | head -1 > > sed (GNU sed) 4.2.2 > > $ od -c eol > > 0000000 e n d o f l i n e \r \n > > 0000013 > > $ sed 's/e$/X/' < eol > > endoflinX > > > >However, 4.2.2-1 and 4.2.2-2 packages have been built running autoreconf > >first, which, besides other things, updates the included gettext stuff > >from version 0.17 to version 0.18.1. > > > >So I'm wondering if the latest gettext is the culprit here, but I'm not > >fluent enough in the differences within gettext to see where the problem > >is. > > I doubt it; as long as libintl is dynamically linked, the gettext > build infrastructure just handles .po.mo rules. Yeah, I seem to be entirely on the wrong track, sorry about that. I'm just inspecting the sources and it seems that the read mode of files has changed from "rt" to "r" between 4.2.1 and 4.2.2 for some reason. I'm still digging, and I'm unsure how I could create a version of sed 4.2.2 which did the right thing at all a couple of minutes ago. Still digging... Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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