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 1RXDr6-0002Wq-1O for garchives@archives.gentoo.org; Sun, 04 Dec 2011 15:19:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3913B21C114; Sun, 4 Dec 2011 15:19:43 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id DCF51E0026 for ; Sun, 4 Dec 2011 15:17:59 +0000 (UTC) Received: by eaal13 with SMTP id l13so235952eaa.40 for ; Sun, 04 Dec 2011 07:17:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=cuGDmW1qSOMRSfQnV7AMQQmGG0AwDyB4hiAS9YM1fZk=; b=R9Vzd6gnsj7fZkshaQsz95Un5PwvoCwIROIGxCcl0RfiTYqn+ybUIQs8+bqiv/01EN pDFQgeiKf9c81gyWQRs/D6tsCktWazlaiagWP6qVAoit/hT6QzDf78ySiqSo+ki+tGRe iDt+M++5A1WPO7cuhuXIx5H0RvnUTToWhO7xw= Received: by 10.213.13.136 with SMTP id c8mr406905eba.15.1323011878975; Sun, 04 Dec 2011 07:17:58 -0800 (PST) Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230]) by mx.google.com with ESMTPS id 58sm43611610eet.11.2011.12.04.07.17.57 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 04 Dec 2011 07:17:58 -0800 (PST) From: Mick To: Frank Steinmetzger , gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge ignoring -v switch Date: Sun, 4 Dec 2011 15:18:40 +0000 User-Agent: KMail/1.13.7 (Linux/3.0.6-gentoo; KDE/4.6.5; x86_64; ; ) References: <20111203142348.GA17203@gaurahari.merseine.nu> <201112040827.52404.michaelkintzios@gmail.com> <20111204140529.GA20227@eisen.lan> In-Reply-To: <20111204140529.GA20227@eisen.lan> 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: multipart/signed; boundary="nextPart120281036.gX8KVNisV9"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201112041518.57386.michaelkintzios@gmail.com> X-Archives-Salt: 092bc573-8705-489a-8013-a72b2f9f4230 X-Archives-Hash: f113fd21b2d41f80e75f6ce7d18048f1 --nextPart120281036.gX8KVNisV9 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On Sunday 04 Dec 2011 14:05:29 Frank Steinmetzger wrote: > On Sun, Dec 04, 2011 at 08:27:33AM +0000, Mick wrote: > > > > Remerged python, verified the right python via eselect, remerge > > > > portage, etc etc etc etc I just can't seem to get proper output from > > > > emerge anymore no matter what. Other than that everything is working > > > > fine, but I do need to see actual output. > > > >=20 > > > > Anyone know what to do to fix this? > > >=20 > > > Did you enable parallel builds? I.e. added --jobs and/or --load relat= ed > > > options to EMERGE_DEFAULT_OPTS? In that case emerge uses this kind of > > > output, because obviously you can=E2=80=99t display multiple builds a= t the same > > > time in one window. > > >=20 > > > The -v flag, to my knowledge, only affects the output of -p and -a, > > > adding information like used and changed use flags and file size to > > > download for each package to be installed. > >=20 > > I've got both -j and -l set in my MAKEOPTS and portage is quite verbose > > as it has always been. I don't know if EMERGE_DEFAULT_OPTS has a > > different effect. >=20 > Indeed it has. MAKE_OPTS contains options to make, whereas > EMERGE_DEFAULT_OPTS contains those for emerge. Both have a -j option. If > you tell -j (jobs) to emerge, it will do as many emerges simultaneously. Oh I see! Thanks for explaining this. But then if there were say 5 ebuilds running in parallel and all their outp= ut=20 printed in the same terminal, it would be almightily difficult to untangle = the=20 spaghetti that may show up in an error? =2D-=20 Regards, Mick --nextPart120281036.gX8KVNisV9 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iEYEABECAAYFAk7bj2EACgkQVTDTR3kpaLaekwCg0L6oSbnpuIt0mX7mCa9wdgjb xaoAn3Uaxvm4bAvJPmfLTPRENS2yHy3r =ghv3 -----END PGP SIGNATURE----- --nextPart120281036.gX8KVNisV9--