Bug#993808: golang-github-dgraph-io-badger-dev: integer overflow when compiling on 32bit platform

2021-10-29 Thread Nilesh Patra

fixed 993808 2.2007.2-3
close 993808
thanks

On Mon, 06 Sep 2021 18:36:35 + Peymaneh Nejad  wrote:

A package that depends on badger fails to build on arches armhf and i386[1]:

```
# github.com/dgraph-io/badger
src/github.com/dgraph-io/badger/value.go:50:5: constant 4294967295 overflows int
```

The bug should be fixed in v2.2007.3[2] via this patch[3]

Could you please upgrade the package or backport the fix?


I saw this bug report and the patch now. But I believe I had essentially done 
the same fix
a few days ago and uploaded.

Your package which was stalled from migration due to badger has also migrated. 
So I am closing this bug.

Nilesh



OpenPGP_signature
Description: OpenPGP digital signature


Bug#993808: golang-github-dgraph-io-badger-dev: integer overflow when compiling on 32bit platform

2021-09-06 Thread Peymaneh Nejad
Package: golang-github-dgraph-io-badger-dev
Version: 2.2007.2-2
Severity: important

Dear Maintainer,

A package that depends on badger fails to build on arches armhf and i386[1]:

```
# github.com/dgraph-io/badger
src/github.com/dgraph-io/badger/value.go:50:5: constant 4294967295 overflows int
```

The bug should be fixed in v2.2007.3[2] via this patch[3]

Could you please upgrade the package or backport the fix?

kind regards,
Peymaneh

[1] https://qa.debian.org/excuses.php?package=golang-github-smallstep-nosql
[2] https://github.com/dgraph-io/badger/releases/tag/v2.2007.3
[3] https://github.com/dgraph-io/badger/pull/1558