On Fri, Aug 27, 2021 at 11:15:13PM +0100, Stuart Henderson wrote:
> On 2021/08/27 22:06, Klemens Nanni wrote:
> > On Fri, Aug 27, 2021 at 10:29:23PM +0100, Stuart Henderson wrote:
> > > On 2021/08/27 21:03, Klemens Nanni wrote:
> > > > readme.md contains a fair bit of details about tg's config.py which
> > > > otherwise requries a browser to learn about.
> > > >
> > > > OK?
> > >
> > > Maybe just add fzf as a dep, except on sparc64 (where tg is built but
> > > fzf isn't)?
> >
> > Can do that as well. tg isn't built on sparc64 either since it
> > eventually depends on tdlib which is little-endian only.
> $ ls -l */tg-*
> -rw-r--r-- 1 root wheel 124549 Aug 13 08:36 aarch64/tg-0.17.0.tgz
> -rw-r--r-- 1 root wheel 124546 Aug 26 16:06 amd64/tg-0.17.0.tgz
> -rw-r--r-- 1 root wheel 124554 Aug 26 04:18 i386/tg-0.17.0.tgz
> -rw-r--r-- 1 root wheel 124552 Aug 22 07:43 mips64/tg-0.17.0.tgz
> -rw-r--r-- 1 root wheel 124552 Aug 21 13:41 sparc64/tg-0.17.0.tgz
Ah, thought it wouldn't even package without fulfilled RUN_DEPENDS.
Either way, you cannot install it on sparc64:
kn$ doas pkg_add tg
quirks-4.33 signed on 2021-08-21T19:40:54Z
Can't find tdlib-1.7.5
Can't install py3-telegram-0.14.0: can't resolve tdlib-1.7.5
Can't install tg-0.17.0: can't resolve py3-telegram-0.14.0
Couldn't install py3-telegram-0.14.0 tdlib-1.7.5 tg-0.17.0