* Package: dev-db/cockroach-19.1.1 * Repository: gentoo * Maintainer: williamh@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Checking for at least 2 GiB RAM ... [ ok ] * Adding group 'cockroach' to your system ... * - Groupid: next available * Adding user 'cockroach' to your system ... * - Userid: 959 * - Shell: /bin/sh * - Home: /var/lib/cockroach * - Groups: cockroach * - GECOS: added by portage for cockroach * - Creating /var/lib/cockroach in >>> Unpacking source... >>> Unpacking cockroach-v19.1.1.src.tgz to /var/tmp/portage/dev-db/cockroach-19.1.1/work >>> Source unpacked in /var/tmp/portage/dev-db/cockroach-19.1.1/work >>> Preparing source in /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 ... make -j1 build make -C src/github.com/cockroachdb/cockroach build make[1]: Entering directory '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach' GOPATH set to /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 fatal: not a git repository (or any parent up to mount point /var/tmp) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). # Special case for 'prefix' variable, which is required by Homebrew. Running make with -j12 GOPATH set to /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 Detected change in build system. Rebooting Make. fatal: not a git repository (or any parent up to mount point /var/tmp) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). # Special case for 'prefix' variable, which is required by Homebrew. Running make with -j12 GOPATH set to /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1 mkdir -p bin touch bin/.submodules-initialized go install -v ./pkg/cmd/prereqs mkdir -p pkg/sql/parser/gen github.com/cockroachdb/cockroach/pkg/cmd/prereqs set -euo pipefail; \ TYPES=$(awk '/func.*sqlSymUnion/ {print $(NF - 1)}' pkg/sql/parser/sql.y | sed -e 's/[]\/$*.^|[]/\\&/g' | tr '\n' '|' | sed -E '$s/.$//'); \ sed -E "s_(type|token) <($TYPES)>_\1 /* <\2> */_" < pkg/sql/parser/sql.y | \ awk -f pkg/sql/parser/replace_help_rules.awk | \ sed -Ee 's,//.*$,,g;s,/[*]([^*]|[*][^/])*[*]/, ,g;s/ +$//g' > pkg/sql/parser/gen/sql-gen.y.tmp || rm pkg/sql/parser/gen/sql-gen.y.tmp cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc && autoconf rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/krb5/src && autoreconf mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp mv -f pkg/sql/parser/gen/sql-gen.y.tmp pkg/sql/parser/gen/sql-gen.y cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy && cmake -DCMAKE_TARGET_MESSAGES=OFF /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/snappy \ -DCMAKE_BUILD_TYPE=Release cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf && cmake -DCMAKE_TARGET_MESSAGES=OFF -Dprotobuf_BUILD_TESTS=OFF /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/protobuf/cmake \ -DCMAKE_BUILD_TYPE=Release cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp && CFLAGS+=" -maes -mpclmul -mssse3" && CXXFLAGS+=" -maes -mpclmul -mssse3" cmake -DCMAKE_TARGET_MESSAGES=OFF /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/cryptopp \ -DCMAKE_BUILD_TYPE=Release mv -f pkg/sql/parser/helpmap_test.go.tmp pkg/sql/parser/helpmap_test.go gofmt -s -w pkg/sql/parser/helpmap_test.go -- The C compiler identification is GNU 10.2.0 -- The C compiler identification is GNU 10.2.0 -- The C compiler identification is GNU 10.2.0 go install -v uptodate bin/prereqs ./pkg/cmd/uptodate > bin/uptodate.d.tmp go install -v optgen bin/prereqs ./pkg/sql/opt/optgen/cmd/optgen > bin/optgen.d.tmp go install -v protoc-gen-gogoroach bin/prereqs ./pkg/cmd/protoc-gen-gogoroach > bin/protoc-gen-gogoroach.d.tmp -- The CXX compiler identification is GNU 10.2.0 -- Detecting C compiler ABI info -- The CXX compiler identification is GNU 10.2.0 -- The CXX compiler identification is GNU 10.2.0 mv -f bin/optgen.d.tmp bin/optgen.d mv -f bin/protoc-gen-gogoroach.d.tmp bin/protoc-gen-gogoroach.d runtime/cgo -- Detecting C compiler ABI info mv -f bin/uptodate.d.tmp bin/uptodate.d -- Detecting C compiler ABI info github.com/cockroachdb/cockroach/vendor/github.com/armon/go-radix github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps/paths github.com/cockroachdb/cockroach/vendor/github.com/sdboyer/constext github.com/cockroachdb/cockroach/vendor/golang.org/x/sync/errgroup github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/utilities -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info rm -rf /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc -- Detecting C compiler ABI info - done mkdir -p /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/ttycolor -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info github.com/cockroachdb/cockroach/vendor/github.com/Masterminds/semver -- Detecting C compiler ABI info - done github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/go/printer github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/x/tools/internal/fastwalk cd /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc && /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/configure --enable-prof github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/ast/astutil -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/stress -- Detecting CXX compiler ABI info github.com/cockroachdb/cockroach/vendor/github.com/boltdb/bolt github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt/internal/parser github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/lang runtime/cgo github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/proto github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps/pkgtree github.com/cockroachdb/cockroach/vendor/github.com/pkg/errors github.com/cockroachdb/cockroach/vendor/github.com/nightlyone/lockfile github.com/cockroachdb/cockroach/vendor/github.com/MichaelTJones/walk github.com/cockroachdb/cockroach/vendor/github.com/pelletier/go-toml -- Detecting CXX compiler ABI info - done github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt/internal/render github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/proto -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Detecting CXX compiler ABI info - done github.com/cockroachdb/cockroach/vendor/gopkg.in/yaml.v2 github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/internal/fs -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/internal/gcimporter -- Detecting CXX compiler ABI info - done github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/generator/internal/remap -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata -- Looking for pthread.h github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/buildutil github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/go/format github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/cmd/gofmt github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/internal/cgo github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/x/tools/imports -- Looking for sys/types.h - found -- Looking for stdint.h github.com/cockroachdb/cockroach/vendor/github.com/jmank88/nuts github.com/cockroachdb/cockroach/pkg/sql/opt/optgen/cmd/optgen -- Looking for sys/types.h - found -- Looking for stdint.h github.com/cockroachdb/cockroach/vendor/github.com/kisielk/gotool/internal/load github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cover github.com/cockroachdb/cockroach/vendor/github.com/jteeuwen/go-bindata/go-bindata github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/loader -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/suffixtree github.com/cockroachdb/cockroach/vendor/github.com/kisielk/gotool -- Looking for stdint.h - found -- Looking for stddef.h github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/internal/stats github.com/cockroachdb/cockroach/vendor/github.com/wadey/gocovmerge github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/storage/benchfmt -- Looking for stdint.h - found -- Looking for stddef.h github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck/internal/errcheck github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax -- Looking for stddef.h - found -- Check size of unsigned short github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/syntax/golang github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/output github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/go/gcexportdata -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/crlfmt github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/gostdlib/x/tools/cmd/goimports -- Looking for stddef.h - found -- Check size of unsigned short github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/benchstat checking for xsltproc... /usr/bin/xsltproc checking for gcc... gcc github.com/cockroachdb/cockroach/vendor/github.com/kisielk/errcheck github.com/cockroachdb/cockroach/vendor/github.com/golang/lint github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/goyacc github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl/job -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread github.com/cockroachdb/cockroach/vendor/github.com/mibk/dupl -- Check size of unsigned short - done -- Searching 16 bit integer - Using unsigned short checking whether the C compiler works... github.com/cockroachdb/cockroach/vendor/golang.org/x/perf/cmd/benchstat github.com/cockroachdb/cockroach/vendor/golang.org/x/tools/cmd/stringer go build runtime/cgo: invalid flag in go:cgo_ldflag: -Wl,-O1 make[1]: *** [Makefile:1536: bin/uptodate] Error 1 make[1]: *** Waiting for unfinished jobs.... -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Check if the system is big endian - little endian -- Check if the system is big endian - little endian -- Looking for byteswap.h -- Performing Test COMPILER_OPT_ARCH_NATIVE_SUPPORTED yes checking for C compiler default output file name... a.out checking for suffix of executables... github.com/cockroachdb/cockroach/vendor/github.com/ghodss/yaml go build runtime/cgo: invalid flag in go:cgo_ldflag: -Wl,-O1 -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11") -- Configuring done checking whether we are cross compiling... github.com/cockroachdb/cockroach/vendor/github.com/golang/lint/golint -- Generating done -- Build files have been written to: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/protobuf no -- Looking for byteswap.h - found -- Looking for sys/endian.h checking for suffix of object files... -- Performing Test COMPILER_OPT_ARCH_NATIVE_SUPPORTED - Success -- Looking for pthread.h -- Looking for sys/endian.h - not found -- Looking for sys/mman.h o checking whether we are using the GNU C compiler... github.com/cockroachdb/cockroach/vendor/github.com/golang/dep/gps/internal/pb github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/ptypes/struct yes checking whether gcc accepts -g... -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/jsonpb yes checking for gcc option to accept ISO C89... -- Looking for sys/mman.h - found -- Looking for sys/resource.h none needed checking whether compiler is cray... -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed -- Looking for pthread_create in pthreads -- Looking for sys/resource.h - found -- Looking for sys/time.h no checking whether compiler supports -std=gnu11... yes github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/plugin checking whether compiler supports -Wall... github.com/cockroachdb/cockroach/vendor/google.golang.org/genproto/googleapis/api/annotations -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread github.com/cockroachdb/cockroach/vendor/github.com/grpc-ecosystem/grpc-gateway/codegenerator yes github.com/cockroachdb/cockroach/vendor/github.com/golang/protobuf/protoc-gen-go/generator checking whether compiler supports -Werror=declaration-after-statement... -- Looking for sys/time.h - found yes -- Looking for sys/uio.h checking whether compiler supports -Wshorten-64-to-32... -- Looking for pthread_create in pthread - found -- Found Threads: TRUE no checking whether compiler supports -Wsign-compare... yes checking whether compiler supports -pipe... -- Compiler: -- Flags: -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -g1 -maes -mpclmul -mssse3 -- Build type: Release -- The following OPTIONAL packages have been found: * Threads -- Configuring done -- Looking for sys/uio.h - found -- Looking for unistd.h yes checking whether compiler supports -g3... yes checking how to run the C preprocessor... gcc -E -- Looking for unistd.h - found -- Looking for windows.h -- Generating done -- Build files have been written to: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/cryptopp -- Looking for windows.h - not found -- Looking for zlibVersion in z checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor -- Looking for zlibVersion in z - found -- Looking for lzo1x_1_15_compress in lzo2 make[1]: *** [Makefile:299: bin/.bootstrap] Error 1 yes -- Looking for lzo1x_1_15_compress in lzo2 - found -- Performing Test HAVE_BUILTIN_EXPECT checking for sys/types.h... yes checking for sys/stat.h... -- Performing Test HAVE_BUILTIN_EXPECT - Success -- Performing Test HAVE_BUILTIN_CTZ yes checking for stdlib.h... yes checking for string.h... -- Performing Test HAVE_BUILTIN_CTZ - Success -- Looking for mmap yes checking for memory.h... -- Looking for mmap - found -- Looking for sysconf yes checking for strings.h... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/gogoproto github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/plugin yes github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/vanity github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/generator -- Looking for sysconf - found checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking size of void *... -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/snappy 8 checking size of int... 4 checking size of long... 8 checking size of long long... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/testgen github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/defaultcheck github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/embedcheck github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/enumstringer github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/marshalto github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/oneofcheck github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/populate github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/unmarshal github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/protoc-gen-gogo/grpc 8 checking size of intmax_t... 8 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether pause instruction is compilable... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/compare github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/description github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/equal github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/face github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/gostring yes github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/size checking for ar... ar checking malloc.h usability... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/stringer github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/plugin/union yes checking malloc.h presence... yes checking for malloc.h... yes checking whether malloc_usable_size definition can use const argument... no checking for library containing log... github.com/cockroachdb/cockroach/vendor/github.com/gogo/protobuf/vanity/command -lm checking whether __attribute__ syntax is compilable... github.com/cockroachdb/cockroach/pkg/cmd/protoc-gen-gogoroach yes checking whether compiler supports -fvisibility=hidden... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether tls_model attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether alloc_size attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(gnu_printf, ...) attribute is compilable... yes checking whether compiler supports -Werror... yes checking whether compiler supports -herror_on_warning... no checking whether format(printf, ...) attribute is compilable... yes checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c checking for ranlib... ranlib checking for ld... /usr/bin/ld checking for autoconf... /usr/bin/autoconf checking for memalign... yes checking for valloc... yes checking whether compiler supports -O3... yes checking whether compiler supports -funroll-loops... yes checking unwind.h usability... yes checking unwind.h presence... yes checking for unwind.h... yes checking for _Unwind_Backtrace in -lgcc... yes checking configured backtracing method... libgcc checking for sbrk... yes checking whether utrace(2) is compilable... no checking whether valgrind is compilable... no checking whether a program using __builtin_unreachable is compilable... yes checking whether a program using __builtin_ffsl is compilable... yes checking LG_PAGE... 12 Missing VERSION file, and unable to generate it; creating bogus VERSION checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking whether pthread_atfork(3) is compilable... yes checking for library containing clock_gettime... none required checking whether clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is compilable... yes checking whether clock_gettime(CLOCK_MONOTONIC, ...) is compilable... yes checking whether mach_absolute_time() is compilable... no checking whether compiler supports -Werror... yes checking whether syscall(2) is compilable... yes checking for secure_getenv... yes checking for issetugid... no checking for _malloc_thread_cleanup... no checking for _pthread_mutex_init_calloc_cb... no checking for TLS... yes checking whether C11 atomics is compilable... yes checking whether atomic(9) is compilable... no checking whether Darwin OSAtomic*() is compilable... no checking whether madvise(2) is compilable... yes checking whether madvise(..., MADV_FREE) is compilable... yes checking whether madvise(..., MADV_DONTNEED) is compilable... yes checking whether madvise(..., MADV_[NO]HUGEPAGE) is compilable... yes checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no checking for __builtin_clz... yes checking whether Darwin os_unfair_lock_*() is compilable... no checking whether Darwin OSSpin*() is compilable... no checking whether glibc malloc hook is compilable... yes checking whether glibc memalign hook is compilable... yes checking whether pthreads adaptive mutexes is compilable... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes configure: creating ./config.status config.status: creating Makefile config.status: creating jemalloc.pc config.status: creating doc/html.xsl config.status: creating doc/manpages.xsl config.status: creating doc/jemalloc.xml config.status: creating include/jemalloc/jemalloc_macros.h config.status: creating include/jemalloc/jemalloc_protos.h config.status: creating include/jemalloc/jemalloc_typedefs.h config.status: creating include/jemalloc/internal/jemalloc_internal.h config.status: creating test/test.sh config.status: creating test/include/test/jemalloc_test.h config.status: creating config.stamp config.status: creating bin/jemalloc-config config.status: creating bin/jemalloc.sh config.status: creating bin/jeprof config.status: creating include/jemalloc/jemalloc_defs.h config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h config.status: creating test/include/test/jemalloc_test_defs.h config.status: executing include/jemalloc/internal/private_namespace.h commands config.status: executing include/jemalloc/internal/private_unnamespace.h commands config.status: executing include/jemalloc/internal/public_symbols.txt commands config.status: executing include/jemalloc/internal/public_namespace.h commands config.status: executing include/jemalloc/internal/public_unnamespace.h commands config.status: executing include/jemalloc/internal/size_classes.h commands config.status: executing include/jemalloc/jemalloc_protos_jet.h commands config.status: executing include/jemalloc/jemalloc_rename.h commands config.status: executing include/jemalloc/jemalloc_mangle.h commands config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands config.status: executing include/jemalloc/jemalloc.h commands =============================================================================== jemalloc version : 0.0.0-0-g0000000000000000000000000000000000000000 library revision : 2 CONFIG : --enable-prof 'CFLAGS=-O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -g1' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' CC : gcc CONFIGURE_CFLAGS : -std=gnu11 -Wall -Werror=declaration-after-statement -Wsign-compare -pipe -g3 -fvisibility=hidden -O3 -funroll-loops SPECIFIED_CFLAGS : -O2 -pipe -march=native -fno-diagnostics-color -falign-functions=32:25:16 -Wformat -Werror=format-security -g1 EXTRA_CFLAGS : CPPFLAGS : -D_GNU_SOURCE -D_REENTRANT LDFLAGS : -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 EXTRA_LDFLAGS : LIBS : -lm -lgcc -lm -lpthread RPATH_EXTRA : XSLTPROC : /usr/bin/xsltproc XSLROOT : /usr/share/sgml/docbook/xsl-stylesheets PREFIX : /usr/local BINDIR : /usr/local/bin DATADIR : /usr/local/share INCLUDEDIR : /usr/local/include LIBDIR : /usr/local/lib MANDIR : /usr/local/share/man srcroot : /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ abs_srcroot : /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach/c-deps/jemalloc/ objroot : abs_objroot : /var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/native/x86_64-pc-linux-gnu/jemalloc/ JEMALLOC_PREFIX : JEMALLOC_PRIVATE_NAMESPACE : je_ install_suffix : malloc_conf : autogen : 0 cc-silence : 1 debug : 0 code-coverage : 0 stats : 1 prof : 1 prof-libunwind : 0 prof-libgcc : 1 prof-gcc : 0 tcache : 1 thp : 1 fill : 1 utrace : 0 valgrind : 0 xmalloc : 0 munmap : 0 lazy_lock : 0 tls : 1 cache-oblivious : 1 =============================================================================== make[1]: Leaving directory '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1/src/github.com/cockroachdb/cockroach' make: *** [Makefile:6: build] Error 2 * ERROR: dev-db/cockroach-19.1.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-db/cockroach-19.1.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-db/cockroach-19.1.1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-db:cockroach-19.1.1:20201117-032632.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-db/cockroach-19.1.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-db/cockroach-19.1.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1' * S: '/var/tmp/portage/dev-db/cockroach-19.1.1/work/cockroach-v19.1.1'