From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 383D315802F for ; Thu, 9 Mar 2023 15:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C53EE0886; Thu, 9 Mar 2023 15:49:32 +0000 (UTC) Received: from smarthost01c.ixn.mail.zen.net.uk (smarthost01c.ixn.mail.zen.net.uk [212.23.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E18AAE07DB for ; Thu, 9 Mar 2023 15:49:31 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01c.ixn.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1paIWI-0008W7-Ao for gentoo-user@lists.gentoo.org; Thu, 09 Mar 2023 15:49:30 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Tailing compressed build logs Date: Thu, 09 Mar 2023 15:49:30 +0000 Message-ID: <4468682.LvFx2qVVIh@wstn> In-Reply-To: References: <20230306203559.5e1d6e9d@khumba.net> <20230308234608.17e3ba07@khumba.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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 893787a1-e06e-4603-a682-8e8a74b93347 X-Archives-Hash: 2cc8cf3795dd0fa9a73de8df614798cf On Thursday, 9 March 2023 14:31:32 GMT Andreas Stiasny wrote: >You could try gztool > > https://github.com/circulosmeos/gztool/ > > "gztool -T" should work like "tail -f". That looks very handy. But: Compiling it from the github source fails because I haven't found all the prerequisites. Fetching a Debian compiled version and running deb2targz on it ends up with a .so file, which where to put? I haven't found it in any Gentoo overlays. How can I get hold of a version for Gentoo? -- Regards, Peter.