[keybase] 1.0.18-1 is not available for aarch64

Problems with packages? Post here, using [tags] of the package name.

[keybase] 1.0.18-1 is not available for aarch64

Postby hxka » Tue Feb 28, 2017 10:19 am

Only 1.0.17-1 is in the repo.
arm, armv6h, and armv7h all have 1.0.18-1.

I see that it is in the 'community' repo, is there any way I can help with this?
hxka
 
Posts: 2
Joined: Tue Feb 28, 2017 10:14 am

Re: [keybase] 1.0.18-1 is not available for aarch64

Postby WarheadsSE » Tue Feb 28, 2017 3:33 pm

Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: [keybase] 1.0.18-1 is not available for aarch64

Postby hxka » Wed Mar 01, 2017 10:36 am

Gah! Dup2 is not implemented in go on aarch64, apparently intentionally.

I changed in file keybase/client/go/logger/redirect_stderr_nix.go this line
$this->bbcode_second_pass_code('', ' return syscall.Dup2(int(f.Fd()), 2)')
to
$this->bbcode_second_pass_code('', ' return syscall.Dup3(int(f.Fd()), 2, 0)')
(sorry, I don't know how to make patches)
But it fails to build for some other reason that I don't understand (I was using this PKGBUILD, just changed arch to be aarch64).
hxka
 
Posts: 2
Joined: Tue Feb 28, 2017 10:14 am

Re: [keybase] 1.0.18-1 is not available for aarch64

Postby WarheadsSE » Wed Mar 01, 2017 2:21 pm

Yup, that's the one we use, just with `makepkg -A`
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm


Return to Packages

Who is online

Users browsing this forum: No registered users and 9 guests