From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PIVqO-0006wz-5L for garchives@archives.gentoo.org; Wed, 17 Nov 2010 00:25:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E697EE07A3; Wed, 17 Nov 2010 00:25:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BB757E07A3 for ; Wed, 17 Nov 2010 00:25:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 0C0561B40E5 for ; Wed, 17 Nov 2010 00:25:14 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.377 X-Spam-Level: X-Spam-Status: No, score=-2.377 required=5.5 tests=[AWL=0.222, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EPBUj+MW643X for ; Wed, 17 Nov 2010 00:25:07 +0000 (UTC) Received: from ironport2-out.pppoe.ca (ironport2-out.teksavvy.com [206.248.154.183]) by smtp.gentoo.org (Postfix) with ESMTP id 41CA71B40CF for ; Wed, 17 Nov 2010 00:25:05 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjEIALWv4kxFxLiD/2dsb2JhbAChRH1ywGuFSwSEWokVhEs X-IronPort-AV: E=Sophos;i="4.59,208,1288584000"; d="scan'208";a="82733156" Received: from 69-196-184-131.dsl.teksavvy.com (HELO waltdnes.org) ([69.196.184.131]) by ironport2-out.pppoe.ca with SMTP; 16 Nov 2010 19:24:46 -0500 Received: by waltdnes.org (sSMTP sendmail emulation); Tue, 16 Nov 2010 19:25:17 -0500 From: "Walter Dnes" Date: Tue, 16 Nov 2010 19:25:17 -0500 To: Gentoo Users List Subject: [gentoo-user] One machine sends "emerge" text output to stderr, not stdout Message-ID: <20101117002517.GA18328@waltdnes.org> 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 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Archives-Salt: 7fcc41aa-b347-4568-bb64-8afe5457bc23 X-Archives-Hash: 943570b11764441276a9aec0a3625d4f I have a main machine and a backup machine. The main machine is 64-bit and the backup is 32-bit, but otherwise very similar setup. I haven't updated the backup (32-bit machine) for a while, and decided to do so today (115 packages emerge). I normally... emerge -pv --deep --update world | less ...before updating, to check for booby-traps. Today, the output on the backup machine blasted to screen, and did not stop until finished. Meanwhile, the bottom of the screen shows "lines 1-4/4 (END) ". Actually, it's 151 lines of output. Similarly... emerge -pv --deep --update world > x ...shows only 4 lines in file x, while the output blasted to the screen. emerge -pv --deep --update world > x 2>&1 ...does work, sending everything to file x. That's how I know there are 151 lines of output in file x and output is going to stderr. This happens on only the backup machine, not the main machine. It's not a showstopper, and I can work around it. Having said that, I'd like to do a proper fix. The main quirk on my mcahines is that I start USE with "-*" on all my machines. This goes back to when the developers "in their infinite wisdom", decided to make ipv6 a default USE flag. It was not fun watching Firefox and mplayer sit for 45 seconds until the IPV6 contact attempt time out, before contacting remote sites with IPV4. The machine is a bog-standard Dell D530 dual core. /proc/cpuinfo shows > vendor_id : GenuineIntel > cpu family : 6 > model : 15 > model name : Genuine Intel(R) CPU 2140 @ 1.60GHz > stepping : 2 Any ideas? -- Walter Dnes