Skip to content

Instantly share code, notes, and snippets.

@benesch
Created June 7, 2017 15:02
Show Gist options
  • Select an option

  • Save benesch/35e66b4275d02c131d394da830e03e5e to your computer and use it in GitHub Desktop.

Select an option

Save benesch/35e66b4275d02c131d394da830e03e5e to your computer and use it in GitHub Desktop.
arjun@espeon  ~/goworkspace/src/github.com/cockroachdb/cockroach   timely_distsql  make build
GOPATH set to /home/arjun/goworkspace
make[1]: Nothing to be done for 'build_lib_static'.
[100%] Built target libprotobuf
make all-am
[ 0%] Built target build_version
[100%] Built target rocksdb
GEN pkg/cli/zcgo_flags.go
GEN pkg/server/status/zcgo_flags.go
GEN pkg/storage/engine/zcgo_flags.go
GEN pkg/ccl/storageccl/engineccl/zcgo_flags.go
go build -i -o cockroach$(go env GOEXE) -v -tags ' make x86_64_linux_gnu' -ldflags ' -X github.com/cockroachdb/cockroach/pkg/build.typ=development -X "github.com/cockroachdb/cockroach/pkg/build.tag=e9327cd1f" -X "github.com/cockroachdb/cockroach/pkg/build.utcTime=2017/06/06 01:29:20" -X "github.com/cockroachdb/cockroach/pkg/build.rev=e9327cd1f5f0ee756280ff79790a2345f48b5700"' .
github.com/cockroachdb/cockroach/pkg/storage/engine
github.com/cockroachdb/cockroach/pkg/server/status
# github.com/cockroachdb/cockroach/pkg/server/status
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(jemalloc.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(arena.o): relocation R_X86_64_32S against hidden symbol `je_pind2sz_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(base.o): relocation R_X86_64_32S against hidden symbol `je_size2index_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(chunk.o): relocation R_X86_64_32 against hidden symbol `je_tsd_cleanup' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(ctl.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(extent.o): relocation R_X86_64_32S against hidden symbol `je_size2index_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(huge.o): relocation R_X86_64_32S against undefined hidden symbol `je_chunks_rtree' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(mutex.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(pages.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(prof.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(quarantine.o): relocation R_X86_64_32S against hidden symbol `je_index2size_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(stats.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(tcache.o): relocation R_X86_64_32S against hidden symbol `je_index2size_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(tsd.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(util.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(witness.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(ckh.o): relocation R_X86_64_32S against hidden symbol `je_index2size_tab' can not be used when making a shared object
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
# github.com/cockroachdb/cockroach/pkg/storage/engine
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(jemalloc.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(arena.o): relocation R_X86_64_32S against hidden symbol `je_pind2sz_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(base.o): relocation R_X86_64_32S against hidden symbol `je_size2index_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(chunk.o): relocation R_X86_64_32 against hidden symbol `je_tsd_cleanup' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(ctl.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(extent.o): relocation R_X86_64_32S against hidden symbol `je_size2index_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(huge.o): relocation R_X86_64_32S against undefined hidden symbol `je_chunks_rtree' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(mutex.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(pages.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(prof.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(quarantine.o): relocation R_X86_64_32S against hidden symbol `je_index2size_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(stats.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(tcache.o): relocation R_X86_64_32S against hidden symbol `je_index2size_tab' can not be used when making a shared object
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(tsd.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(util.o): relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(witness.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: /home/arjun/goworkspace/native/x86_64-linux-gnu/jemalloc/lib/libjemalloc.a(ckh.o): relocation R_X86_64_32S against hidden symbol `je_index2size_tab' can not be used when making a shared object
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:127: recipe for target 'build' failed
make: *** [build] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment