Skip to content

Instantly share code, notes, and snippets.

@psftw
Created March 2, 2015 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psftw/19e149423bd3b6cb9e67 to your computer and use it in GitHub Desktop.
Save psftw/19e149423bd3b6cb9e67 to your computer and use it in GitHub Desktop.
hmm
$ ./scripts/build
export GOPATH=/home/peter/code/docker/rancheros/Godeps/_workspace:/home/peter/code/docker/rancheros/gopath
# _/home/peter/code/docker/rancheros
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmount
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lblkid
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -luuid
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lselinux
/var/tmp/go-link-Kfsg31/000002.o: In function `_cgo_cea149ee3e00_Cfunc_getpwnam_r':
/var/tmp/portage/dev-lang/go-1.4.2/work/go/src/os/user/lookup_unix.go:75: warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/go-link-Kfsg31/000002.o: In function `mygetpwuid_r':
/var/tmp/portage/dev-lang/go-1.4.2/work/go/src/os/user/lookup_unix.go:27: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/var/tmp/go-link-Kfsg31/000001.o: In function `_cgo_632c88804cec_C2func_getaddrinfo':
/var/tmp/portage/dev-lang/go-1.4.2/work/go/src/net/cgo_unix.go:55: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
collect2: error: ld returned 1 exit status
/usr/lib/go/pkg/tool/linux_amd64/6l: running x86_64-pc-linux-gnu-gcc failed: unsuccessful exit status 0x100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment