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 AB62F1397E6 for ; Wed, 19 Aug 2015 03:14:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBCDC14211; Wed, 19 Aug 2015 03:14:01 +0000 (UTC) Received: from fed1rmfepo201.cox.net (fed1rmfepo201.cox.net [68.230.241.146]) by pigeon.gentoo.org (Postfix) with ESMTP id B7BFB1419F for ; Wed, 19 Aug 2015 03:13:59 +0000 (UTC) Received: from fed1rmimpo306 ([68.230.241.174]) by fed1rmfepo201.cox.net (InterMail vM.8.01.05.15 201-2260-151-145-20131218) with ESMTP id <20150819031358.HQHL10498.fed1rmfepo201.cox.net@fed1rmimpo306> for ; Tue, 18 Aug 2015 23:13:58 -0400 Received: from [192.168.10.108] ([68.4.41.79]) by fed1rmimpo306 with cox id 6TDy1r00L1iUZNC01TDys5; Tue, 18 Aug 2015 23:13:58 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020203.55D3F476.00ED,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=LKq4tuq9 c=1 sm=1 a=a5LqPBnJK0Bm4sWwhFuEAQ==:17 a=kviXuzpPAAAA:8 a=UDlUOiB4OVMA:10 a=4Xl4DL9R7-TiA0egrYsA:9 a=QEXdDO2ut3YA:10 a=a5LqPBnJK0Bm4sWwhFuEAQ==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Subject: Re: [gentoo-user] Re: !!!! To: gentoo-user@lists.gentoo.org References: <55D38D15.3040800@verizon.net> <6QW71r01R1kktTk01QW9jv> <55D3D5E3.3040407@cox.net> <6RfX1r00v1kktTk01RfY74> From: John Campbell Message-ID: <55D3F471.8070904@cox.net> Date: Tue, 18 Aug 2015 20:13:53 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 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 In-Reply-To: <6RfX1r00v1kktTk01RfY74> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: f40fb455-4658-4244-bdb9-cef827e4c093 X-Archives-Hash: c23d6d71da05ed202823c43019357145 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. > > A very obscure hint, and I like it :) I have no trouble emerging > packages (at the moment) so I emerged app-portage/smart-live-rebuild, > which dragged in eselect-package-manager as a dependency. > > 'eselect package-manager list' shows only portage as installed, even > though I now also have porthole and smart-live-rebuild installed too. > > Do you see something different? I only have portage as a manager. You probably have to re-emerge porthole to get it to show up. Your problem seems to be a portage/ncurses mismatch. Once you fix that you should be able to at least see the output from your initial "smart-live-rebuild" Whenever I have a problem with python throwing out library mismatch errors I look to emerge everything from the program to the library. Something along the way has probably lost it's library... And as python's an interpreted language revdep-rebuild won't find it. Do you get different output from "emerge @smart-live-rebuild" than from "smart-live-rebuild"? I personally don't use the "smart-live-rebuild" script but instead rely on the "emerge @smart-live-rebuild" set. But that's just my preference and really shouldn't make any difference. How about "emerge --color=n --nospinner -p @smart-live-rebuild" Color and spinners are the only things in portage that should be using curses. Maybe "emerge --quiet=y -a @smart-live-rebuild"