From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34932 invoked by alias); 25 Mar 2017 00:28:14 -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 34924 invoked by uid 89); 25 Mar 2017 00:28:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=sk:libread, determined, H*M:google X-HELO: mail-ot0-f178.google.com Received: from mail-ot0-f178.google.com (HELO mail-ot0-f178.google.com) (74.125.82.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 25 Mar 2017 00:28:13 +0000 Received: by mail-ot0-f178.google.com with SMTP id a5so3333478oth.1 for ; Fri, 24 Mar 2017 17:28:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:subject:references :user-agent; bh=rpXMX4RYLPYx+bNrLzH5ZUMGrtcBAZdL/k5XFYdAoVs=; b=fh6SHAh8gvaRfeP1FtkClo1gVcUbDt2TEdXICutWpHy/gqoPmovszmdgR0ZRUkEjtC gdoqRN+fRbki712B+3ZgG1XyeGSL/0ap7dpDPmBYBxe9Ek0hVX8ZWe8IefJJ+4MwMjQZ 00oXt/p6XrhL0hF6o5Z8jltYy0BkWafBLbkEnxe39jwEp1wV+NTlqyRYzNAlukkgGrMZ 3qSpTKK55JeHkA9n6AErppPtUgHgWzWucjAd2lITiX+3LJaadZPi3LKludxZVoWjTvBA u2H5mzzgiaGkAwS6Q8nXB/P2tDqcbRF7rkQp54RuptX9u8yHvoEd2sFNwHVV5mL1X/4b HOrw== X-Gm-Message-State: AFeK/H3I8VwQolRwMWyiFKKbK9qggexnO0/y2zkQs06+M0BiF6+MW55xuDSc9aqHxs6drg== X-Received: by 10.157.17.34 with SMTP id g31mr5258549ote.251.1490401692354; Fri, 24 Mar 2017 17:28:12 -0700 (PDT) Received: from XtW ([2605:6000:9fc0:56:811:343f:f904:d318]) by smtp.gmail.com with ESMTPSA id b184sm1721430oia.34.2017.03.24.17.28.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Mar 2017 17:28:11 -0700 (PDT) Message-ID: <58d5b99b.c134ca0a.1b596.a21d@mx.google.com> Date: Sat, 25 Mar 2017 00:46:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] Updated: libreadline7-7.0.3-3, libreadline-devel-7.0.3-3 References: Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) X-SW-Source: 2017-03/txt/msg00313.txt.bz2 On Mon, 13 Feb 2017 13:49:40, "Eric Blake (cygwin)" wrote: > A new release of readline, 7.0.3-3, has been uploaded and will soon > reach a mirror near you. The previous version is now 7.0.1-2 (which was > experimental, but never current; but the only difference from 7.0.1-1 > was handling of pselect which is now fixed in cygwin 2.7.0-1). Since we have determined that this: http://cygwin.com/ml/cygwin/2017-02/msg00031.html is a Readline problem (and Bash problem by nature of dependency), I am reposting under the correct thread. The error linked above occurs when UTF-8 (chcp.com 65001) is set. This can be worked around by using "chcp.com 437", but UTF-8 is needed with mingw32 programs: http://cygwin.com/ml/cygwin/2017-03/msg00193.html -- 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