Gentoo Archives: gentoo-user

From: Bryan Gardiner <bog@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Tailing compressed build logs
Date: Fri, 10 Mar 2023 04:13:27
Message-Id: 20230309201314.22b6d60c@khumba.net
In Reply to: Re: [gentoo-user] Tailing compressed build logs by Dale
1 On Thu, 9 Mar 2023 10:01:16 -0600
2 Dale <rdalek1967@×××××.com> wrote:
3
4 > Peter Humphrey wrote:
5 > > On Thursday, 9 March 2023 14:31:32 GMT Andreas Stiasny wrote:
6 > >
7 > >> You could try gztool
8 > >>
9 > >> https://github.com/circulosmeos/gztool/
10 > >>
11 > >> "gztool -T" should work like "tail -f".
12 > > That looks very handy. But:
13 > >
14 > > Compiling it from the github source fails because I haven't found
15 > > all the prerequisites.
16 > >
17 > > Fetching a Debian compiled version and running deb2targz on it ends
18 > > up with a .so file, which where to put?
19 > >
20 > > I haven't found it in any Gentoo overlays.
21 > >
22 > > How can I get hold of a version for Gentoo?
23 >
24 > I found it in a overlay.  At least google and github page says it is
25 > there. 
26 >
27 > https://github.com/gentoo-mirror/slonko
28 >
29 > It appears to be called gztool. 
30 >
31 > Hope that helps.
32
33 Ah, this is great. "gztool -TW" does exactly what it should. Nice
34 find, thanks a bunch!
35
36 - Bryan