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=ZWH2GyJc4i7NcT89 dwH2Nl1o7g0nnLMdIDEUq1TGGJcMOq3oES1ONBIMAI053siqXFhj7Pif+VqLZQyA C+HjKCrEVDBPXF7nDj2pdgK4GIOuYlzy3jpdLpSeC5ZLE7dUvfrju7foBV5ZANlf 457cQrTMigsv9aYpTBQFaqb2tCg= 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=MucycFWZm2K3iyVlzFsmGV MHv9Y=; b=VtPoF/NJa/Rg7lb5gVScIeuj860+YuIhT7CluCh9ASL5ONfaywVxRR mth/ydSMJ7h+YWGIthIYCSYeXW0/JwbpwOtNg5sgvbArkz4dbgYtSMtr6H4tvRDA d8ZopCxWQqyvOYA36EfeI4MnmOrnl5iOqzENr1P+OIJcDmbGjThls= 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=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Solution, UD:full, HTo:D*nl, Hx-spam-relays-external:ESMTPA X-HELO: out5-smtp.messagingengine.com X-ME-Sender: Subject: Re: setup 2.891release candidate - please test To: Houder , The Cygwin Mailing List References: <62924e28-4b71-02cc-d4c7-d5fd7e7020f6 AT dronecode DOT org DOT uk> <8adaa9605805e133b7b68ec046862f78 AT smtp-cloud8 DOT xs4all DOT net> From: Jon Turney Message-ID: <40ae5a91-02e9-36ce-6ebf-ff96f014edb5@dronecode.org.uk> Date: Thu, 22 Mar 2018 21:31:39 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <8adaa9605805e133b7b68ec046862f78@smtp-cloud8.xs4all.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 18/03/2018 18:23, Houder wrote: > >>> cd /var/log >>> file setup.log *log-* [...] > >>> grep '^M^M' setup.log-8.full > 2018/03/18 14:06:50 Problem 1/1 > nothing provides liblz4_1 needed by libarchive13-3.3.2-1 > Solution 1/1 (default) > - do not ask to install bsdtar-3.3.2-1 >>> # apparently, problem reporting by libsolv causes an additional CR ... why? > > Q: > > Would it be possible to prevent the additional CR from showing up in the log > file? It is visible when the log file is examined by means of vi(m). It looks like this is just a bug (we are logging the string after it's had the line terminators turned into CRLF for putting into a Windows text box, but the logging mechanism expects LF line terminators) Thanks for testing, and thanks for pointing this out. -- 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