On Tue, 20 Apr 2021 21:46:42 -0400
Bone Baboon via Bug reports for GNU Guix <[email protected]> wrote:

> On a i686 computer when I run `sudo guix system --no-substitutes
> --cores=1 --max-jobs=1 reconfigure config.scm` I get this error:
> 
> phase `check' # gopkg.in/yaml.v2_test [gopkg.in/yaml.v2.test]
> src/gopkg.in/yaml.v2/decode_test.go:134:26: constant
> -9223372036854775808 overflows int FAIL       gopkg.in/yaml.v2
> [build failed] FAIL command "go" "test" "gopkg.in/yaml.v2" failed
> with status 2
> 

My guess is that int is 32 bits on i686. If that's the case,
this sounds like an upstream bug. Have you reported it to them?



Reply via email to