Git Product home page Git Product logo

Comments (4)

matthiasr avatar matthiasr commented on August 28, 2024 4

In case anyone else comes across this (Hi!), I ran into the same problem – it turned out that I had installed Go 1.5 into the same GOROOT but old files from 1.4 were still there – and these are what it complains about. When upgrading from Go 1.4 to 1.5, make sure to remove 1.4 completely.

from node_exporter.

brian-brazil avatar brian-brazil commented on August 28, 2024

Try adding CGO_ENABLED=1 to your environment.

from node_exporter.

f0 avatar f0 commented on August 28, 2024

same error

env | grep -i cgo
CGO_ENABLED=1
/work/src/go/src/github.com/prometheus/node_exporter> make
GOPATH=/home/fk/work/src/go/src/github.com/prometheus/node_exporter/.build/gopath /usr/local/go/bin/go get -d
package .
    imports runtime: C source files not allowed when not using cgo or SWIG: atomic_amd64x.c defs.c float.c heapdump.c lfstack.c malloc.c mcache.c mcentral.c mem_linux.c mfixalloc.c mgc0.c mheap.c msize.c os_linux.c panic.c parfor.c proc.c runtime.c signal.c signal_amd64x.c signal_unix.c stack.c string.c sys_x86.c vdso_linux_amd64.c
Makefile.COMMON:93: recipe for target 'dependencies-stamp' failed
make: *** [dependencies-stamp] Error 1
/work/src/go/src/github.com/prometheus/node_exporter> 

from node_exporter.

f0 avatar f0 commented on August 28, 2024

ok fixed .... i need to change the goroot as go 1.5 installs in go15 subdirectory ..... but thx anyway

from node_exporter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.