******************************************************************************** conan install darknet/cci.20180914@#ecdd9a3280961474394d6708a830ed20 --build=darknet -pr /home/conan/w/prod/BuildSingleReference/254358/f15ab7f9-efc5-4c66-88ed-ca341f1943b2/profile_linux_11_libstdcpp11_gcc_release_64.darknet-shared-True.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/home/conan/w/prod/BuildSingleReference/.conan/profiles/default) Found gcc 11.1 gcc>=5, using the major as version ************************* WARNING: GCC OLD ABI COMPATIBILITY *********************** Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to 'libstdc++' for backwards compatibility. Your compiler is likely using the new CXX11 ABI by default (libstdc++11). If you want Conan to use the new ABI for the default profile, run: $ conan profile update settings.compiler.libcxx=libstdc++11 default Or edit '/home/conan/w/prod/BuildSingleReference/.conan/profiles/default' and set compiler.libcxx=libstdc++11 ************************************************************************************ Default settings os=Linux os_build=Linux arch=x86_64 arch_build=x86_64 compiler=gcc compiler.version=11 compiler.libcxx=libstdc++ build_type=Release *** You can change them in /home/conan/w/prod/BuildSingleReference/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=11 os=Linux [options] darknet:shared=True [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True darknet/cci.20180914: Forced build from source Installing package: darknet/cci.20180914 Requirements darknet/cci.20180914 from local cache - Cache Packages darknet/cci.20180914:1748639999ed79b998e4fe4a6d292ed8e874736a - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK darknet/cci.20180914: Configuring sources in /home/conan/w/prod/BuildSingleReference/.conan/data/darknet/cci.20180914/_/_/source/src darknet/cci.20180914: [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK darknet/cci.20180914: Copying sources to build folder darknet/cci.20180914: Building your package in /home/conan/w/prod/BuildSingleReference/.conan/data/darknet/cci.20180914/_/_/build/1748639999ed79b998e4fe4a6d292ed8e874736a darknet/cci.20180914: Generator txt created conanbuildinfo.txt darknet/cci.20180914: Calling generate() darknet/cci.20180914: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK darknet/cci.20180914: Calling build() ----Running------ > . "/home/conan/w/prod/BuildSingleReference/.conan/data/darknet/cci.20180914/_/_/build/1748639999ed79b998e4fe4a6d292ed8e874736a/build-release/conan/conanbuild.sh" && make 'OPENCV=0' -j3 ----------------- mkdir -p obj mkdir -p backup mkdir -p results cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/gemm.c -o obj/gemm.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/utils.c -o obj/utils.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/cuda.c -o obj/cuda.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/deconvolutional_layer.c -o obj/deconvolutional_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/convolutional_layer.c -o obj/convolutional_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/list.c -o obj/list.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/image.c -o obj/image.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/activations.c -o obj/activations.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/im2col.c -o obj/im2col.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/col2im.c -o obj/col2im.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/blas.c -o obj/blas.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/crop_layer.c -o obj/crop_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/dropout_layer.c -o obj/dropout_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/maxpool_layer.c -o obj/maxpool_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/softmax_layer.c -o obj/softmax_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/data.c -o obj/data.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/matrix.c -o obj/matrix.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/network.c -o obj/network.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/connected_layer.c -o obj/connected_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/cost_layer.c -o obj/cost_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/parser.c -o obj/parser.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/option_list.c -o obj/option_list.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/detection_layer.c -o obj/detection_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/route_layer.c -o obj/route_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/upsample_layer.c -o obj/upsample_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/box.c -o obj/box.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/normalization_layer.c -o obj/normalization_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/avgpool_layer.c -o obj/avgpool_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/layer.c -o obj/layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/local_layer.c -o obj/local_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/shortcut_layer.c -o obj/shortcut_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/logistic_layer.c -o obj/logistic_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/activation_layer.c -o obj/activation_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/rnn_layer.c -o obj/rnn_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/gru_layer.c -o obj/gru_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/crnn_layer.c -o obj/crnn_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/demo.c -o obj/demo.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/batchnorm_layer.c -o obj/batchnorm_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/region_layer.c -o obj/region_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/reorg_layer.c -o obj/reorg_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/tree.c -o obj/tree.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/lstm_layer.c -o obj/lstm_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/l2norm_layer.c -o obj/l2norm_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/yolo_layer.c -o obj/yolo_layer.o cc -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/iseg_layer.c -o obj/iseg_layer.o g++ -Iinclude/ -Isrc/ -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -c ./src/image_opencv.cpp -o obj/image_opencv.o cc -m64 -O3 -DNDEBUG -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -shared obj/gemm.o obj/utils.o obj/cuda.o obj/deconvolutional_layer.o obj/convolutional_layer.o obj/list.o obj/image.o obj/activations.o obj/im2col.o obj/col2im.o obj/blas.o obj/crop_layer.o obj/dropout_layer.o obj/maxpool_layer.o obj/softmax_layer.o obj/data.o obj/matrix.o obj/network.o obj/connected_layer.o obj/cost_layer.o obj/parser.o obj/option_list.o obj/detection_layer.o obj/route_layer.o obj/upsample_layer.o obj/box.o obj/normalization_layer.o obj/avgpool_layer.o obj/layer.o obj/local_layer.o obj/shortcut_layer.o obj/logistic_layer.o obj/activation_layer.o obj/rnn_layer.o obj/gru_layer.o obj/crnn_layer.o obj/demo.o obj/batchnorm_layer.o obj/region_layer.o obj/reorg_layer.o obj/tree.o obj/lstm_layer.o obj/l2norm_layer.o obj/yolo_layer.o obj/iseg_layer.o obj/image_opencv.o -o libdarknet.so -m64 -lm -pthread Makefile:76: recipe for target 'libdarknet.so' failed darknet/cci.20180914: /opt/conan/binutils/bin/ld: obj/gemm.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/utils.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/deconvolutional_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/convolutional_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/image.o: relocation R_X86_64_32 against `.data' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/activations.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/crop_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/dropout_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/maxpool_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/softmax_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/data.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/matrix.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/network.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/connected_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/cost_layer.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/parser.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/option_list.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/detection_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/route_layer.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/upsample_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/box.o: relocation R_X86_64_32 against symbol `nms_comparator' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/normalization_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/avgpool_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/local_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/shortcut_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/logistic_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/activation_layer.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/rnn_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/gru_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/crnn_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/demo.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/batchnorm_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/region_layer.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/reorg_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/tree.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/lstm_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/l2norm_layer.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/yolo_layer.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/iseg_layer.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /opt/conan/binutils/bin/ld: obj/tree.o: warning: relocation against `stderr@@GLIBC_2.2.5' in read-only section `.text' collect2: error: ld returned 1 exit status make: *** [libdarknet.so] Error 1 darknet/cci.20180914: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior darknet/cci.20180914: ERROR: Package '1748639999ed79b998e4fe4a6d292ed8e874736a' build failed darknet/cci.20180914: WARN: Build folder /home/conan/w/prod/BuildSingleReference/.conan/data/darknet/cci.20180914/_/_/build/1748639999ed79b998e4fe4a6d292ed8e874736a/build-release ERROR: darknet/cci.20180914: Error in build() method, line 102 autotools.make() ConanException: Error 2 while executing make 'OPENCV=0' -j3