snapcraft-examples godd build fails on armhf
Metadata
Current evaluation
⚠️ This summary may be outdated — the issue content or evaluation prompts have changed since this evaluation was made.
Building the godd snap on armhf failed due to Go integer overflow errors. The report was closed without comments or a fix, indicating it was abandoned.
Suggested action: —
No scores available.
Issue body
install Xenial RPi2 image on Raspberry Pi 2.
enable classic mode and install snapcraft, snapcraft-examples
run "snapcraft" in examples/godd directory to build godd project
Expect:
godd snap built out.
Actual:
$ snapcraft
Skipping pull godd (already ran)
Building godd
env GOPATH=/home/ubuntu/work/snapcraft-examples/examples/godd/parts/godd/go go install ./godd/...
# godd
godd/godd.go:64: constant 1000000000000 overflows int
godd/godd.go:82: constant 1099511627776 overflows int
Command '['/bin/sh', '/tmp/tmpetr3w13d', 'env',
'GOPATH=/home/ubuntu/work/snapcraft-
examples/examples/godd/parts/godd/go', 'go', 'install', './godd/...']'
returned non-zero exit status 2
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Building the godd snap on armhf failed due to Go integer overflow errors. The report was closed without comments or a fix, indicating it was abandoned. | |
| qwen/qwen3.6-35b-a3b | — | — | Abandoned. The godd snap build failed on armhf due to Go integer overflow errors when compiling constants exceeding int limits. Closed with no comments or resolution. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | The godd example build fails on armhf due to Go integer overflow constants. The report was closed without comments or resolution, indicating it was abandoned. No fix was applied. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1569280 Snapcraft fails to strip go binaries on arm | snapcraft (launchpad) | closed | Closed without resolution. Snapcraft failed to strip Go binaries on ARM during Launchpad builds, causing failures despite amd64 success. No fix or comments were provided. |