osv-scanner icon indicating copy to clipboard operation
osv-scanner copied to clipboard

build fails on armhf, armv7 and x86 (32bit)

Open tuananh opened this issue 3 years ago • 2 comments

../go/github.com/spdx/[email protected]/rdfloader/xmlreader/xmlreader.go:213:27: WHITESPACE (untyped int constant 4294977024) overflows int
>>> ERROR: osv-scanner: build failed

i'm trying to add osv-scanner to aports for alpinelinux.

the pipelines are mostly fine except for armhf, armv7 and x86 with the above error

any idea why?

https://gitlab.alpinelinux.org/tuananh/aports/-/pipelines/147834

tuananh avatar Dec 27 '22 04:12 tuananh

the issue is from this dependency https://github.com/spdx/gordf/issues/7

tuananh avatar Dec 27 '22 15:12 tuananh

This is fixed by #104, and should be released next week.

oliverchang avatar Jan 05 '23 06:01 oliverchang

Fixed in v1.1.0 release.

another-rex avatar Jan 15 '23 20:01 another-rex