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 1MjUEx-0004Rr-Fz for garchives@archives.gentoo.org; Fri, 04 Sep 2009 08:33:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E94EEE06B0; Fri, 4 Sep 2009 13:42:21 +0000 (UTC) Received: from mail-fx0-f211.google.com (mail-fx0-f211.google.com [209.85.220.211]) by pigeon.gentoo.org (Postfix) with ESMTP id A5797E06B0 for ; Fri, 4 Sep 2009 13:42:21 +0000 (UTC) Received: by fxm7 with SMTP id 7so651759fxm.34 for ; Fri, 04 Sep 2009 06:42:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Mg6w3uc8CMq2phIY0saKkp6U50PCcEbOkisa4HUclXs=; b=Cg1vR+dskwuSqLbZKSzX6m9mKqDi1NAakKTlA184HE7k6pJDI3mDYQd+AczbK5HUeg VaXtTM3MO0JuZtkmLvYrdx4k9crUPR87WIcYl4rIt15ocxuj6RUhryr/EjP/u4G6JLNh jwVT93QgkDXkcLquztUZhOuyCUgge0hrp2fC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=v39tKHxumoeuiyvfVMAy8XufEv4+hc6s37hICAfVAx/y0KvT4eLNZFlPcBvu8YZxZc GuNwrC1IcvHV7CGVoADqlP2/f7GRv9ba6c+2zLTa1PAEJNHyXoP6NgGCCPA7sLDqzzz6 ZOVuD5zZ6hvsOrGVydZ4XR2lLKoBfLF+QGEH0= Received: by 10.86.12.35 with SMTP id 35mr5117561fgl.20.1252071740863; Fri, 04 Sep 2009 06:42:20 -0700 (PDT) Received: from nazgul.localnet (196-210-140-68-rrdg-esr-2.dynamic.isadsl.co.za [196.210.140.68]) by mx.google.com with ESMTPS id 12sm2203032fgg.7.2009.09.04.06.42.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Sep 2009 06:42:20 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Blocked packages emerging xfce4-meta Date: Fri, 4 Sep 2009 15:40:48 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.30-gentoo-r4; KDE/4.3.1; x86_64; ; ) References: <20090904060908.823ED8BA@resin13.mta.everyone.net> In-Reply-To: <20090904060908.823ED8BA@resin13.mta.everyone.net> 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" Content-Transfer-Encoding: 7bit Message-Id: <200909041540.48099.alan.mckinnon@gmail.com> X-Archives-Salt: 58256b4a-5d45-40e2-b7fa-5fdd79ba1831 X-Archives-Hash: 20bb31c830498b1214a930b31863f119 On Friday 04 September 2009 15:09:08 Cinder Cinder wrote: > Sorry Joost, but when I redirct the output of emerge to a file with > > > Code: > # emerge -va --update --deep world > emerge-va-update-deep-world > > ... only two lines are written > > Code: > These are the packages that would be merged, in order: > > Calculating dependencies ... done! > > I tried putting this line in in /etc/make.conf and ran emerge again > > Code: /etc/make.conf > PORT_LOGDIR=/var/log/portage > > But I can't find anything that looks relevant in /var/log/portage. > How do I get all the other messages out so you can see them? Copy paste from the screen into a mail or try with -pv instead of -av. -a waits for user input and can screw around with STDOUT -- alan dot mckinnon at gmail dot com