From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 46406138D0D for ; Thu, 9 Jul 2015 12:19:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1BF7E08C2; Thu, 9 Jul 2015 12:19:29 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E7CDE08AF for ; Thu, 9 Jul 2015 12:19:28 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZDAnW-0004Vz-Lc for gentoo-user@lists.gentoo.org; Thu, 09 Jul 2015 14:19:26 +0200 Received: from athedsl-357121.home.otenet.gr ([85.72.250.159]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jul 2015 14:19:26 +0200 Received: from realnc by athedsl-357121.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Jul 2015 14:19:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Anyone else having a problem with bash? Date: Thu, 09 Jul 2015 15:19:19 +0300 Organization: Lucas Barks Message-ID: References: <20150706100117.0d993a04@a6> <559E5D43.2070800@gmail.com> <20150709124824.10f75958@hactar.digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-357121.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <20150709124824.10f75958@hactar.digimed.co.uk> X-Archives-Salt: bb80069d-cbf5-48ad-a89a-eb3f589ef091 X-Archives-Hash: bac7515c06ad89ae6d5ef42adc2724d6 On 09/07/15 14:48, Neil Bothwick wrote: > On Thu, 09 Jul 2015 13:38:43 +0200, Stephan Müller wrote: > >> As a wild guess into the blue, it could be related to readline. As I >> see gentoo's bash uses the standalone readline from coreutils, while >> the original bash source maintains an own trimmed version of readline.. >> just a thought > > In that case, re-emerging Bash with USE="-readline" should get rid of the > problem. Doesn't seem possible. That USE flag seems to get ignored by portage: emerge --info bash [...] app-shells/bash-4.3_p39::gentoo was built with the following: USE="net (policykit) (readline) -afs -bashlogger -examples -mem-scramble -nls -plugins -vanilla" ABI_X86="64" So "readline" is enabled. But: echo "app-shells/bash -readline" >> /etc/portage/package.use emerge -uDN --with-bdeps=y @world [...] Nothing to merge; quitting. That USE flag doesn't do anything.