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

android arm build overflow #594

Closed
empirefox opened this issue Aug 25, 2017 · 3 comments
Closed

android arm build overflow #594

empirefox opened this issue Aug 25, 2017 · 3 comments

Comments

@empirefox
Copy link

When building with GOOS=linux GOARCH=amd64, everything is ok.
But:

CC=/home/u1604/soft/android/android-ndk-r14b/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-gcc GOOS=android GOARCH=arm CGO_ENABLED=0 go build -ldflags "-s -w" -o wsh_android_arm
# go.uber.org/fx/config
../../../go.uber.org/fx/config/decoder.go:74: constant 9223372036854775807 overflows uintptr
../../../go.uber.org/fx/config/decoder.go:120: constant 18446744073709551615 overflows uintptr
@akshayjshah
Copy link
Contributor

akshayjshah commented Aug 25, 2017

@empirefox That code appears quite old; the config sub-package was removed before the 1.0 release. Unfortunately, we don't support the pre-1.0 code. Does the current package compile under your setup?

@ghost
Copy link

ghost commented Aug 25, 2017

Closing in favor of config issue uber-go/config#61 .

@ghost ghost closed this as completed Aug 25, 2017
@empirefox
Copy link
Author

Thanks @akshayjshah . Yes, it is too cold. But where is go.uber.org/fx/ulog/sentry? I just use that package directly.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants