Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onionscan fails to build on 32 bit systems #108

Closed
archey opened this issue Nov 1, 2016 · 1 comment
Closed

Onionscan fails to build on 32 bit systems #108

archey opened this issue Nov 1, 2016 · 1 comment

Comments

@archey
Copy link

archey commented Nov 1, 2016

I wanted to let you know that onionscan fails to build on 32bit systems such as i686,armv6h,armv7h and armv8. This is due to an integer overflow in the database pkg of github.com/HouzuoGuo/tiedot. There is an open issue on this for the developer

HouzuoGuo/tiedot#68

Hopefully they get it fixed soon, just opening this to make you aware of the situation.

Build output on i686:

golang.org/x/net/html/atom
golang.org/x/crypto/openpgp/errors
golang.org/x/crypto/cast5
github.com/HouzuoGuo/tiedot/dberr
golang.org/x/crypto/curve25519
github.com/HouzuoGuo/tiedot/gommap
github.com/HouzuoGuo/tiedot/tdlog
github.com/s-rah/onionscan/model
github.com/rwcarlsen/goexif/tiff
golang.org/x/net/html
golang.org/x/net/proxy
golang.org/x/crypto/openpgp/armor
github.com/HouzuoGuo/tiedot/data
golang.org/x/crypto/openpgp/elgamal
golang.org/x/crypto/openpgp/s2k

github.com/HouzuoGuo/tiedot/data

../src/github.com/HouzuoGuo/tiedot/data/hashtable.go:48: constant 3735928559 overflows int
golang.org/x/crypto/ed25519/internal/edwards25519
golang.org/x/crypto/ssh/terminal
golang.org/x/crypto/openpgp/packet
github.com/rwcarlsen/goexif/exif
golang.org/x/crypto/ed25519
github.com/s-rah/onionscan/utils
golang.org/x/crypto/ssh
github.com/s-rah/onionscan/report
golang.org/x/crypto/openpgp
github.com/s-rah/onionscan/onionscan/steps

@s-rah
Copy link
Owner

s-rah commented Nov 1, 2016

Hi @archey thanks for reporting - we are aware of this issue and are currently tracking it in: #84

Thanks,
Sarah

@s-rah s-rah closed this as completed Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants