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 1AA111397EF for ; Wed, 19 Aug 2015 09:29:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10F5F142BE; Wed, 19 Aug 2015 09:28:54 +0000 (UTC) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4155142AD for ; Wed, 19 Aug 2015 09:28:52 +0000 (UTC) Received: by lahi9 with SMTP id i9so115314712lah.2 for ; Wed, 19 Aug 2015 02:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:in-reply-to:message-id:references:user-agent :mime-version:content-type; bh=OVkXtDdHT6MsFYqmAjMaWxhnza0Xj7k9QkPunj2VfvE=; b=WgNRj7ohmRZM+3pWQlSHE+d1WTX1D9qYCfO2phxN8RfwRg/92Z81Hnc4bbvF8wCqwE fNlS/M4srJehPXXcudWcZF1uzXbc6cNqRY+gkIl5P6bqqrK00wgZJl6uh3SV9u3ky6UM F/aXUuCko4CW0C0/J0MDg2cak7866d62mcWiyH27u7gb1ROl1pRJe943DoCu4TZcxenv JH+sKPW2VyyJxi43gEkH4cHYkVN2kb49SL19b8foaO8ryyTe+PsQ019ZEtIKGESNoqYY +TIf6muiOKd5oeOGx81pAS3SAbA0v2Ks2Uavi+uI18Mxae2yVy3a2/FAFYYxMfn4PY78 36/A== X-Received: by 10.152.7.68 with SMTP id h4mr10479215laa.94.1439976531395; Wed, 19 Aug 2015 02:28:51 -0700 (PDT) Received: from gentoo-tp.home (77-253-30-38.adsl.inetia.pl. [77.253.30.38]) by smtp.gmail.com with ESMTPSA id kt10sm25728lac.39.2015.08.19.02.28.49 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 19 Aug 2015 02:28:50 -0700 (PDT) Date: Wed, 19 Aug 2015 11:28:48 +0200 (CEST) From: Jeremi Piotrowski X-X-Sender: jeremi@gentoo-tp.localdomain To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: !!!! In-Reply-To: <55D3F471.8070904@cox.net> Message-ID: References: <55D38D15.3040800@verizon.net> <6QW71r01R1kktTk01QW9jv> <55D3D5E3.3040407@cox.net> <6RfX1r00v1kktTk01RfY74> <55D3F471.8070904@cox.net> User-Agent: Alpine 2.20 (LNX 67 2015-01-07) 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=US-ASCII X-Archives-Salt: 786d59f4-1995-4657-92e8-6b12b4ae1176 X-Archives-Hash: 1315862359360b67056439cc3b7adc12 On Tue, 18 Aug 2015, John Campbell wrote: > On 08/18/2015 06:38 PM, walt wrote: > > On Tue, 18 Aug 2015 18:03:31 -0700 > > John Campbell wrote: > > > > > I haven't really been following this closely but I haven't seen any > > > suggestion to use "emerge -1 --quiet=y smart-live-rebuild" to remove > > > the offending curses output. Hopefully emerge doesn't check/use > > > curses unless it's producing actual output. >From the initial post it seems that the binary that has a problem is bash/sh. They are both linked against tinfo/ncurses. And since portage runs using bash... you see where I'm going with this. You could maybe use a different shell (although I can't imagine a shell not using the terminal capabilities ;) ), but still wouldn't be able to use portage. > Maybe "emerge --quiet=y -a @smart-live-rebuild" Smart live rebuild only deals with live ebuilds. How would it help in this case?