From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EAlnV-0006BV-MN for garchives@archives.gentoo.org; Thu, 01 Sep 2005 09:55:54 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j819q38g022684; Thu, 1 Sep 2005 09:52:04 GMT Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j819kvTe020248 for ; Thu, 1 Sep 2005 09:46:58 GMT Received: from [82.69.83.178] (helo=desiato.digimed.co.uk) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1EAlhD-0004ob-Iu for gentoo-user@lists.gentoo.org; Thu, 01 Sep 2005 09:49:23 +0000 Received: from hactar.digimed.co.uk (hactar.digimed.co.uk [192.168.1.2]) by desiato.digimed.co.uk (Postfix) with ESMTP id 53A961400320 for ; Thu, 1 Sep 2005 10:49:20 +0100 (BST) Date: Thu, 1 Sep 2005 10:49:15 +0100 From: Neil Bothwick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Where is the emerge history Message-ID: <20050901104915.6ef75aea@hactar.digimed.co.uk> In-Reply-To: <20050901083041.GD7949@sympatico.ca> References: <9acccfe5050831202366d84d6c@mail.gmail.com> <20050901083041.GD7949@sympatico.ca> Organization: Digital Media Production X-Mailer: Sylpheed-Claws 1.9.14-rc4 (GTK+ 2.6.10; x86_64-pc-linux-gnu) X-GPG-Fingerprint: 7260 0F33 97EC 2F1E 7667 FE37 BA6E 1A97 4375 1903 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Signature_Thu__1_Sep_2005_10_49_15_+0100_e9c/+ZjPcCkNA0Z1"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Originating-Rutherford-IP: [82.69.83.178] X-Archives-Salt: 0c0e117e-1285-48bb-ba95-1ef460534cc2 X-Archives-Hash: 1506d64d2ebe7eab8ff390added63dcb --Signature_Thu__1_Sep_2005_10_49_15_+0100_e9c/+ZjPcCkNA0Z1 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 1 Sep 2005 04:30:41 -0400, Philip Webb wrote: > If you want the detailed messages which run up the screen during an > emerge, goto /etc/make.conf & set (dirname to taste) >=20 > PORT_LOGDIR=3D/var/log/emerge-logs >=20 > which will add 2 new files to that dir for each emerge you do. >=20 > NB this will build up rapidly, so be careful if your disk space is > limited. Gzipping them saves a lot of space, i do it from a cron job $ cat /etc/cron.daily/portagelogs #!/bin/bash for f in $(portageq envvar PORT_LOGDIR)/*.log; do gzip -f $f 2>/dev/null || echo "Failed to gzip $f" done --=20 Neil Bothwick Did you know that eskimos have 17 different words for linguist? --Signature_Thu__1_Sep_2005_10_49_15_+0100_e9c/+ZjPcCkNA0Z1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDFs6hum4al0N1GQMRAlF9AJ9YEVQ2c86rCw8Bm2weWN3pQ+oxLACfUAtV naq8Xxpml23Dbxxqz0vAoNw= =7mR5 -----END PGP SIGNATURE----- --Signature_Thu__1_Sep_2005_10_49_15_+0100_e9c/+ZjPcCkNA0Z1-- -- gentoo-user@gentoo.org mailing list