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

Make failed on ARM64, undefined: DNSSnooper #2110

Closed
openthings opened this issue Dec 25, 2016 · 5 comments
Closed

Make failed on ARM64, undefined: DNSSnooper #2110

openthings opened this issue Dec 25, 2016 · 5 comments
Labels
component/build An issue concerning compilation, testing, packaging, distribution feature Indicates that issue is related to new end user functionality help-wanted An issue that would be good for non-maintainers to attempt
Milestone

Comments

@openthings
Copy link

openthings commented Dec 25, 2016

2016-12-25, run "make"

Platform Info:

Error info:

docker run --rm -ti \
	-v /media/linaro/zdata/src/github.com/openthings/scope:/go/src/github.com/weaveworks/scope \
	-v /media/linaro/zdata/src/github.com/openthings/scope/.pkg:/go/pkg \
	--net=host \
	-e GOARCH -e GOOS -e CIRCLECI -e CIRCLE_BUILD_NUM -e CIRCLE_NODE_TOTAL \
	-e CIRCLE_NODE_INDEX -e COVERDIR -e SLOW -e TESTDIRS \
	weaveworks/scope-backend-build SCOPE_VERSION=05869ab GO_BUILD_INSTALL_DEPS=-i prog/scope
make: Entering directory '/go/src/github.com/weaveworks/scope'
rm -f render/detailed/detailed.codecgen.go; unset GOOS GOARCH; env GOGC=off go build -i -ldflags "-extldflags \"-static\" -X main.version=05869ab -s -w" -tags 'netgo unsafe' ./render/detailed # workaround for https://github.com/ugorji/go/issues/145
# github.com/weaveworks/scope/probe/endpoint
probe/endpoint/reporter.go:37: undefined: DNSSnooper
Makefile:90: recipe for target 'render/detailed/detailed.codecgen.go' failed
make: *** [render/detailed/detailed.codecgen.go] Error 2
make: Leaving directory '/go/src/github.com/weaveworks/scope'
Makefile:67: recipe for target 'prog/scope' failed
make: *** [prog/scope] Error 2
@rade
Copy link
Member

rade commented Dec 25, 2016

There is no official support for ARM in Scope, though PRs for that are certainly welcome..

@2opremio
Copy link
Contributor

2opremio commented Jan 3, 2017

Our CI makes sure arm 32 at least builds, but we don't test it. Unfortunately we don't even get to build arm64.

@2opremio 2opremio added this to the n/a milestone Jan 3, 2017
@2opremio 2opremio added the help-wanted An issue that would be good for non-maintainers to attempt label Jan 3, 2017
@2opremio 2opremio modified the milestones: icebox, n/a Jan 3, 2017
@rade rade added feature Indicates that issue is related to new end user functionality component/build An issue concerning compilation, testing, packaging, distribution labels Jan 4, 2017
@arnulfojr
Copy link

I'm getting the same error, @openthings have you find a solution?

@arnulfojr
Copy link

arnulfojr commented Oct 6, 2018

I have managed to build it in arm64, maybe you could take a look into the PR? :) maybe someone else would as well like to use build it

Else you could pull it from my docker hub account arnulfosolis/scope-arm64

@bboreham
Copy link
Collaborator

Closed by #3537

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/build An issue concerning compilation, testing, packaging, distribution feature Indicates that issue is related to new end user functionality help-wanted An issue that would be good for non-maintainers to attempt
Projects
None yet
Development

No branches or pull requests

5 participants