>>> avro-c 1.11.3 Extracting gzip -d -c /home/autobuild/autobuild/instance-14/dl/avro-c/avro-c-1.11.3.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3 -xf - >>> avro-c 1.11.3 Patching Applying 0001-AVRO-3957-Fix-typos-in-docs-and-examples-2795.patch using patch: patching file docs/index.txt patching file examples/quickstop.c >>> avro-c 1.11.3 Configuring (mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/ && cd /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/ && rm -f CMakeCache.txt && PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/output-1/host/bin/cmake /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/ -G"Unix Makefiles" -DCMAKE_MAKE_PROGRAM="/home/autobuild/make/make" -DCMAKE_TOOLCHAIN_FILE="/home/autobuild/autobuild/instance-14/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) CMake Deprecation Warning at CMakeLists.txt:19 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 13.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/autobuild/autobuild/instance-14/output-1/host/bin/mips-buildroot-linux-musl-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found ZLIB: /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/libz.so (found version "1.3.1") Enabled deflate codec -- Could NOT find Snappy (missing: SNAPPY_LIBRARIES SNAPPY_INCLUDE_DIR) Disabled snappy codec. libsnappy not found or zlib not found. -- Found PkgConfig: /home/autobuild/autobuild/instance-14/output-1/host/bin/pkg-config (found version "1.6.3") -- Checking for module 'liblzma' -- Found liblzma, version 5.6.2 Enabled lzma codec -- Checking for module 'jansson>=2.3' -- Found jansson, version 2.14 -- Searching for asciidoc... -- Configuring done (1.4s) -- Generating done (0.1s) CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3 >>> avro-c 1.11.3 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/output-1/host/bin/cmake --build /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/ -j1 -- make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3' [ 0%] Building C object src/CMakeFiles/avro-static.dir/allocation.c.o [ 1%] Building C object src/CMakeFiles/avro-static.dir/array.c.o [ 2%] Building C object src/CMakeFiles/avro-static.dir/codec.c.o [ 2%] Building C object src/CMakeFiles/avro-static.dir/consumer.c.o [ 3%] Building C object src/CMakeFiles/avro-static.dir/consume-binary.c.o [ 4%] Building C object src/CMakeFiles/avro-static.dir/datafile.c.o [ 5%] Building C object src/CMakeFiles/avro-static.dir/datum.c.o [ 5%] Building C object src/CMakeFiles/avro-static.dir/datum_equal.c.o [ 6%] Building C object src/CMakeFiles/avro-static.dir/datum_read.c.o [ 7%] Building C object src/CMakeFiles/avro-static.dir/datum_size.c.o [ 8%] Building C object src/CMakeFiles/avro-static.dir/datum_skip.c.o [ 8%] Building C object src/CMakeFiles/avro-static.dir/datum_validate.c.o [ 9%] Building C object src/CMakeFiles/avro-static.dir/datum_value.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/datum_value.c: In function 'avro_datum_value_get_type': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/datum_value.c:86:2: warning: #warning "Bug: EINVAL is not of type avro_type_t." [-Wcpp] 86 | #warning "Bug: EINVAL is not of type avro_type_t." | ^~~~~~~ [ 10%] Building C object src/CMakeFiles/avro-static.dir/datum_write.c.o [ 10%] Building C object src/CMakeFiles/avro-static.dir/dump.c.o [ 11%] Building C object src/CMakeFiles/avro-static.dir/encoding_binary.c.o [ 12%] Building C object src/CMakeFiles/avro-static.dir/errors.c.o [ 13%] Building C object src/CMakeFiles/avro-static.dir/generic.c.o [ 13%] Building C object src/CMakeFiles/avro-static.dir/io.c.o [ 14%] Building C object src/CMakeFiles/avro-static.dir/map.c.o [ 15%] Building C object src/CMakeFiles/avro-static.dir/memoize.c.o [ 16%] Building C object src/CMakeFiles/avro-static.dir/resolved-reader.c.o [ 16%] Building C object src/CMakeFiles/avro-static.dir/resolved-writer.c.o [ 17%] Building C object src/CMakeFiles/avro-static.dir/resolver.c.o [ 18%] Building C object src/CMakeFiles/avro-static.dir/schema.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/schema.c: In function 'avro_schema_from_json_t': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/schema.c:882:3: warning: #warning "Bug: '0' is not of type avro_type_t." [-Wcpp] 882 | #warning "Bug: '0' is not of type avro_type_t." | ^~~~~~~ [ 18%] Building C object src/CMakeFiles/avro-static.dir/schema_equal.c.o [ 19%] Building C object src/CMakeFiles/avro-static.dir/st.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/st.c: In function 'st_foreach': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/st.c:467:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 467 | if (!tmp) { | ^ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/st.c:476:25: note: here 476 | case ST_CONTINUE: | ^~~~ [ 20%] Building C object src/CMakeFiles/avro-static.dir/string.c.o [ 21%] Building C object src/CMakeFiles/avro-static.dir/value.c.o [ 21%] Building C object src/CMakeFiles/avro-static.dir/value-hash.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c: In function 'hash_buffer': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:109:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 109 | case 3: k1 ^= tail[2] << 16; | ~~~^~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:110:17: note: here 110 | case 2: k1 ^= tail[1] << 8; | ^~~~ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:110:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 110 | case 2: k1 ^= tail[1] << 8; | ~~~^~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:111:17: note: here 111 | case 1: k1 ^= tail[0]; | ^~~~ [ 22%] Building C object src/CMakeFiles/avro-static.dir/value-json.c.o [ 23%] Building C object src/CMakeFiles/avro-static.dir/value-read.c.o [ 24%] Building C object src/CMakeFiles/avro-static.dir/value-sizeof.c.o [ 24%] Building C object src/CMakeFiles/avro-static.dir/value-write.c.o [ 25%] Building C object src/CMakeFiles/avro-static.dir/wrapped-buffer.c.o [ 26%] Linking C static library libavro.a [ 26%] Built target avro-static [ 26%] Building C object src/CMakeFiles/avro-shared.dir/allocation.c.o [ 27%] Building C object src/CMakeFiles/avro-shared.dir/array.c.o [ 28%] Building C object src/CMakeFiles/avro-shared.dir/codec.c.o [ 28%] Building C object src/CMakeFiles/avro-shared.dir/consumer.c.o [ 29%] Building C object src/CMakeFiles/avro-shared.dir/consume-binary.c.o [ 30%] Building C object src/CMakeFiles/avro-shared.dir/datafile.c.o [ 31%] Building C object src/CMakeFiles/avro-shared.dir/datum.c.o [ 31%] Building C object src/CMakeFiles/avro-shared.dir/datum_equal.c.o [ 32%] Building C object src/CMakeFiles/avro-shared.dir/datum_read.c.o [ 33%] Building C object src/CMakeFiles/avro-shared.dir/datum_size.c.o [ 33%] Building C object src/CMakeFiles/avro-shared.dir/datum_skip.c.o [ 34%] Building C object src/CMakeFiles/avro-shared.dir/datum_validate.c.o [ 35%] Building C object src/CMakeFiles/avro-shared.dir/datum_value.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/datum_value.c: In function 'avro_datum_value_get_type': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/datum_value.c:86:2: warning: #warning "Bug: EINVAL is not of type avro_type_t." [-Wcpp] 86 | #warning "Bug: EINVAL is not of type avro_type_t." | ^~~~~~~ [ 36%] Building C object src/CMakeFiles/avro-shared.dir/datum_write.c.o [ 36%] Building C object src/CMakeFiles/avro-shared.dir/dump.c.o [ 37%] Building C object src/CMakeFiles/avro-shared.dir/encoding_binary.c.o [ 38%] Building C object src/CMakeFiles/avro-shared.dir/errors.c.o [ 39%] Building C object src/CMakeFiles/avro-shared.dir/generic.c.o [ 39%] Building C object src/CMakeFiles/avro-shared.dir/io.c.o [ 40%] Building C object src/CMakeFiles/avro-shared.dir/map.c.o [ 41%] Building C object src/CMakeFiles/avro-shared.dir/memoize.c.o [ 41%] Building C object src/CMakeFiles/avro-shared.dir/resolved-reader.c.o [ 42%] Building C object src/CMakeFiles/avro-shared.dir/resolved-writer.c.o [ 43%] Building C object src/CMakeFiles/avro-shared.dir/resolver.c.o [ 44%] Building C object src/CMakeFiles/avro-shared.dir/schema.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/schema.c: In function 'avro_schema_from_json_t': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/schema.c:882:3: warning: #warning "Bug: '0' is not of type avro_type_t." [-Wcpp] 882 | #warning "Bug: '0' is not of type avro_type_t." | ^~~~~~~ [ 44%] Building C object src/CMakeFiles/avro-shared.dir/schema_equal.c.o [ 45%] Building C object src/CMakeFiles/avro-shared.dir/st.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/st.c: In function 'st_foreach': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/st.c:467:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 467 | if (!tmp) { | ^ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/st.c:476:25: note: here 476 | case ST_CONTINUE: | ^~~~ [ 46%] Building C object src/CMakeFiles/avro-shared.dir/string.c.o [ 47%] Building C object src/CMakeFiles/avro-shared.dir/value.c.o [ 47%] Building C object src/CMakeFiles/avro-shared.dir/value-hash.c.o /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c: In function 'hash_buffer': /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:109:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 109 | case 3: k1 ^= tail[2] << 16; | ~~~^~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:110:17: note: here 110 | case 2: k1 ^= tail[1] << 8; | ^~~~ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:110:28: warning: this statement may fall through [-Wimplicit-fallthrough=] 110 | case 2: k1 ^= tail[1] << 8; | ~~~^~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/src/value-hash.c:111:17: note: here 111 | case 1: k1 ^= tail[0]; | ^~~~ [ 48%] Building C object src/CMakeFiles/avro-shared.dir/value-json.c.o [ 49%] Building C object src/CMakeFiles/avro-shared.dir/value-read.c.o [ 49%] Building C object src/CMakeFiles/avro-shared.dir/value-sizeof.c.o [ 50%] Building C object src/CMakeFiles/avro-shared.dir/value-write.c.o [ 51%] Building C object src/CMakeFiles/avro-shared.dir/wrapped-buffer.c.o [ 52%] Linking C shared library libavro.so /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_buffer_encoder.c.o): in function `lzma_raw_buffer_encode': filter_buffer_encoder.c:(.text+0x0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_buffer_encoder.c:(.text+0x1b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_buffer_encoder.c:(.text+0x1b4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_buffer_encoder.c:(.text+0x1bc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `coder_find': filter_encoder.c:(.text+0x34): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_mt_block_size': filter_encoder.c:(.text+0x5c0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_filters_update': filter_encoder.c:(.text+0x1c4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_encoder.c:(.text+0x1e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_raw_encoder_init': filter_encoder.c:(.text+0x3e4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_encoder.c:(.text+0x400): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_raw_encoder': filter_encoder.c:(.text+0x41c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_encoder.c:(.text+0x47c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_raw_encoder_memusage': filter_encoder.c:(.text+0x4d8): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_encoder.c:(.text+0x4e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_mt_block_size': filter_encoder.c:(.text+0x5c8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_properties_size': filter_encoder.c:(.text+0x6f4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_encoder.c:(.text+0x718): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_encoder.c.o): in function `lzma_properties_encode': filter_encoder.c:(.text+0x810): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_encoder.c:(.text+0x834): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `length_update_prices': lzma_encoder.c:(.text+0x4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `length.part.0': lzma_encoder.c:(.text+0x210): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x224): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x228): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x234): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `rc_encode.part.0': lzma_encoder.c:(.text+0x248): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x25c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x260): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x26c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `lzma_lzma_encode': lzma_encoder.c:(.text+0x284): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2fc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x630): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x9a4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0xe94): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0xe98): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0xea0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x1c48): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x1d70): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2070): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2074): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x207c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2094): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2098): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x20a0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x20b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x20bc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x20c4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x20dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x20e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x20e8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2100): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2104): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x210c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2124): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2128): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2130): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2144): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2148): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2150): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2164): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2168): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2170): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2188): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x218c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2194): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x21ac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x21b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x21b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x21cc): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x21e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x21e8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x21f0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2208): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x220c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2214): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0xa10): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2228): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2230): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2244): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2250): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2254): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x225c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2270): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `lzma_encode': lzma_encoder.c:(.text+0x229c): relocation R_MIPS_26 against `lzma_lzma_encode' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `lzma_lzma_encoder_reset': lzma_encoder.c:(.text+0x2864): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2b64): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `lzma_encoder_init': lzma_encoder.c:(.text+0x2bc4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2c18): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2c28): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2de8): relocation R_MIPS_26 against `lzma_lzma_encoder_reset' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2e58): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2e5c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x2e64): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `lzma_lzma_encoder_create': lzma_encoder.c:(.text+0x2e88): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x3048): relocation R_MIPS_26 against `lzma_lzma_encoder_reset' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x30d0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x30d4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x30dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `lzma_lzma_encoder_init': lzma_encoder.c:(.text+0x30f0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder.c:(.text+0x30f4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder.c.o): in function `lzma_lzma_encoder_memusage': lzma_encoder.c:(.text+0x3170): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder_optimum_fast.c.o): in function `lzma_lzma_optimum_fast': lzma_encoder_optimum_fast.c:(.text+0x4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_fast.c:(.text+0x4d8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_fast.c:(.text+0x4dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_fast.c:(.text+0x4e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder_optimum_normal.c.o): in function `get_literal_price': lzma_encoder_optimum_normal.c:(.text+0x10): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder_optimum_normal.c.o): in function `lzma_lzma_optimum_normal': lzma_encoder_optimum_normal.c:(.text+0x118): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x338): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0xa14): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x20f4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x20f8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x2100): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x2154): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x2158): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x2160): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x2184): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x2188): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x2190): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x21a8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x21ac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_optimum_normal.c:(.text+0x21b4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder.c.o): in function `lz_encoder_end': lz_encoder.c:(.text+0x0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder.c.o): in function `lz_encode': lz_encoder.c:(.text+0xd8): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x708): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x70c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x714): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x72c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x730): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x738): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x74c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x750): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x758): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x770): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x774): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x77c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x790): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x794): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x79c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x7b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x7b4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x7bc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder.c.o): in function `lz_encoder_update': lz_encoder.c:(.text+0x800): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder.c.o): in function `lzma_lz_encoder_memusage': lz_encoder.c:(.text+0x8cc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0x920): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xaa8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xaac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xab4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder.c.o): in function `lzma_lz_encoder_init': lz_encoder.c:(.text+0xaf0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xc40): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xc9c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xcac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xcb8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xcc4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xf8c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xf90): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder.c:(.text+0xf98): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `hc_find_func': lz_encoder_mf.c:(.text+0x0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x188): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x18c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x194): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1ac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `bt_find_func': lz_encoder_mf.c:(.text+0x1cc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x3dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x3e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x3e8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x400): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x404): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x40c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `bt_skip_func': lz_encoder_mf.c:(.text+0x420): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x5bc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x5c0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x5c8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x5e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x5e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x5ec): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `move_pending.part.0': lz_encoder_mf.c:(.text+0x600): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x614): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x618): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x624): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `move_pos': lz_encoder_mf.c:(.text+0x748): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x75c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x760): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x76c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_find': lz_encoder_mf.c:(.text+0x788): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x908): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x90c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x914): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x92c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x930): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x938): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x950): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x954): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x95c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x974): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x978): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x980): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x998): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x99c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x9a4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_hc3_find': lz_encoder_mf.c:(.text+0x9cc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xb04): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xb10): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbb4): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbc8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbcc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbd4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbe8): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbf0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbf4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xbfc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xc10): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xc14): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xc1c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_hc3_skip': lz_encoder_mf.c:(.text+0xc30): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xe2c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xe30): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xe38): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xe50): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xe54): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0xe5c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_hc4_find': lz_encoder_mf.c:(.text+0xe84): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1020): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x102c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1164): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x117c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1180): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1188): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x119c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x11a0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x11a8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x11c0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x11c4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x11cc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x11e0): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_hc4_skip': lz_encoder_mf.c:(.text+0x11e8): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1414): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1418): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1420): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1438): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x143c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1444): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_bt2_find': lz_encoder_mf.c:(.text+0x1464): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1510): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x151c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1580): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1584): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x158c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x15a0): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_bt2_skip': lz_encoder_mf.c:(.text+0x15a8): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1648): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x17e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x17e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x17ec): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1804): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1808): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1810): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1824): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1828): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1830): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_bt3_find': lz_encoder_mf.c:(.text+0x1858): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1998): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x19a4): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a4c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a54): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a64): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a68): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a70): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a84): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a8c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a90): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1a98): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1aac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1ab0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1ab8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_bt3_skip': lz_encoder_mf.c:(.text+0x1acc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1b9c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d34): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d38): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d40): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d58): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d5c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d64): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d78): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d7c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1d84): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_bt4_find': lz_encoder_mf.c:(.text+0x1dac): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1f50): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x1f5c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x209c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20a4): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20b4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20c0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20d4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20d8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20f4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x20f8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x2100): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x2114): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_encoder_mf.c.o): in function `lzma_mf_bt4_skip': lz_encoder_mf.c:(.text+0x211c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x2224): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x23c0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x23c4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x23cc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x23e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x23e8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x23f0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x2404): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x2408): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_encoder_mf.c:(.text+0x2410): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_encoder.c.o): in function `lzma2_encoder_init': lzma2_encoder.c:(.text+0xb4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x1c8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x1dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x1e8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_encoder.c.o): in function `lzma2_encoder_end': lzma2_encoder.c:(.text+0x220): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_encoder.c.o): in function `lzma2_encode': lzma2_encoder.c:(.text+0x288): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x2a4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x704): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x708): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x710): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x728): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x72c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x734): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x74c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x750): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x758): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x770): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x774): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x77c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x794): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x798): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x7a0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x7b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x7bc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x7c4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x7dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x7e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x7e8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x804): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x808): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x810): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_encoder.c.o): in function `lzma_lzma2_encoder_init': lzma2_encoder.c:(.text+0x824): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma2_encoder.c:(.text+0x828): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_encoder.c.o): in function `lzma_lzma2_encoder_memusage': lzma2_encoder.c:(.text+0x83c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_encoder.c.o): in function `lzma_lzma2_props_encode': lzma2_encoder.c:(.text+0x8e0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_encoder.c.o): in function `delta_encoder_update': delta_encoder.c:(.text+0x174): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_encoder.c.o): in function `lzma_delta_encoder_init': delta_encoder.c:(.text+0x188): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC delta_encoder.c:(.text+0x18c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC delta_encoder.c:(.text+0x198): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_encoder.c.o): in function `lzma_delta_props_encode': delta_encoder.c:(.text+0x1b0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_buffer_decoder.c.o): in function `lzma_raw_buffer_decode': filter_buffer_decoder.c:(.text+0x0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_buffer_decoder.c:(.text+0x22c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_buffer_decoder.c:(.text+0x230): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_buffer_decoder.c:(.text+0x238): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_decoder.c.o): in function `coder_find': filter_decoder.c:(.text+0x38): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_decoder.c.o): in function `lzma_raw_decoder_init': filter_decoder.c:(.text+0x1c0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_decoder.c:(.text+0x1d8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_decoder.c.o): in function `lzma_raw_decoder': filter_decoder.c:(.text+0x1f4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_decoder.c:(.text+0x244): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_decoder.c.o): in function `lzma_raw_decoder_memusage': filter_decoder.c:(.text+0x2a0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_decoder.c:(.text+0x2a8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_decoder.c.o): in function `lzma_properties_decode': filter_decoder.c:(.text+0x2f8): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_decoder.c:(.text+0x320): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(simple_decoder.c.o): in function `lzma_simple_props_decode': simple_decoder.c:(.text+0x1c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_decoder_reset': lzma_decoder.c:(.text+0x24): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3ac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_decoder_init': lzma_decoder.c:(.text+0x3cc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x4a8): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x514): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x520): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x52c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_decode': lzma_decoder.c:(.text+0x574): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x6f8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d14): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0xae0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d20): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d38): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0xe98): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d44): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d68): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d18): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d74): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d9c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d3c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3da4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3db8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3d6c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3dc4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3dd8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3dbc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3de4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3df4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3ddc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3dfc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_lzma_decoder_create': lzma_decoder.c:(.text+0x3e48): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3e88): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3e94): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3eac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_lzma_decoder_init': lzma_decoder.c:(.text+0x3ee4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3f04): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3f18): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3f1c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_decoder.c:(.text+0x3f24): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_lzma_decoder_memusage_nocheck': lzma_decoder.c:(.text+0x3f9c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_lzma_decoder_memusage': lzma_decoder.c:(.text+0x4018): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_decoder.c.o): in function `lzma_lzma_props_decode': lzma_decoder.c:(.text+0x407c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_decoder.c.o): in function `lz_decoder_end': lz_decoder.c:(.text+0x0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_decoder.c.o): in function `decode_buffer': lz_decoder.c:(.text+0xbc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_decoder.c:(.text+0x2ac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_decoder.c:(.text+0x2b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_decoder.c:(.text+0x2b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_decoder.c.o): in function `lz_decode': lz_decoder.c:(.text+0x37c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_decoder.c:(.text+0x51c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lz_decoder.c.o): in function `lzma_lz_decoder_init': lz_decoder.c:(.text+0x524): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lz_decoder.c:(.text+0x6b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lz_decoder.c:(.text+0x6c0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_decoder.c.o): in function `lzma2_decoder_init': lzma2_decoder.c:(.text+0x4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0xb8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0xd0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_decoder.c.o): in function `lzma2_decode': lzma2_decoder.c:(.text+0x118): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x13c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x49c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x4a0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x4a8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_decoder.c.o): in function `lzma2_decoder_end': lzma2_decoder.c:(.text+0x524): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x580): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x584): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x58c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_decoder.c.o): in function `lzma_lzma2_decoder_init': lzma2_decoder.c:(.text+0x5a4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x5c4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x5d8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x5dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma2_decoder.c:(.text+0x5e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_decoder.c.o): in function `lzma_lzma2_decoder_memusage': lzma2_decoder.c:(.text+0x5f8): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma2_decoder.c.o): in function `lzma_lzma2_props_decode': lzma2_decoder.c:(.text+0x63c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_decoder.c.o): in function `delta_decode': delta_decoder.c:(.text+0x4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC delta_decoder.c:(.text+0xec): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC delta_decoder.c:(.text+0xf0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC delta_decoder.c:(.text+0xf8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_decoder.c.o): in function `lzma_delta_decoder_init': delta_decoder.c:(.text+0x10c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC delta_decoder.c:(.text+0x110): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_decoder.c.o): in function `lzma_delta_props_decode': delta_decoder.c:(.text+0x13c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(lzma_encoder_presets.c.o): in function `lzma_lzma_preset': lzma_encoder_presets.c:(.text+0x20): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC lzma_encoder_presets.c:(.text+0x74): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_common.c.o): in function `delta_coder_end': delta_common.c:(.text+0x0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(delta_common.c.o): in function `lzma_delta_coder_init': delta_common.c:(.text+0x50): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC delta_common.c:(.text+0x138): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(x86.c.o): in function `x86_code': x86.c:(.text+0x1e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(x86.c.o): in function `lzma_simple_x86_encoder_init': x86.c:(.text+0x360): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC x86.c:(.text+0x384): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(x86.c.o): in function `lzma_simple_x86_decoder_init': x86.c:(.text+0x3d0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC x86.c:(.text+0x3f0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(arm.c.o): in function `lzma_simple_arm_encoder_init': arm.c:(.text+0x108): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC arm.c:(.text+0x134): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(arm.c.o): in function `lzma_simple_arm_decoder_init': arm.c:(.text+0x150): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC arm.c:(.text+0x174): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(armthumb.c.o): in function `lzma_simple_armthumb_encoder_init': armthumb.c:(.text+0x1e4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC armthumb.c:(.text+0x204): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(armthumb.c.o): in function `lzma_simple_armthumb_decoder_init': armthumb.c:(.text+0x230): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC armthumb.c:(.text+0x250): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(arm64.c.o): in function `lzma_simple_arm64_encoder_init': arm64.c:(.text+0x294): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC arm64.c:(.text+0x2c0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(arm64.c.o): in function `lzma_simple_arm64_decoder_init': arm64.c:(.text+0x2dc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC arm64.c:(.text+0x300): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(powerpc.c.o): in function `lzma_simple_powerpc_encoder_init': powerpc.c:(.text+0x178): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC powerpc.c:(.text+0x1a4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(powerpc.c.o): in function `lzma_simple_powerpc_decoder_init': powerpc.c:(.text+0x1c0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC powerpc.c:(.text+0x1e4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(ia64.c.o): in function `ia64_code': ia64.c:(.text+0x10): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(ia64.c.o): in function `lzma_simple_ia64_encoder_init': ia64.c:(.text+0x744): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC ia64.c:(.text+0x770): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(ia64.c.o): in function `lzma_simple_ia64_decoder_init': ia64.c:(.text+0x78c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC ia64.c:(.text+0x7b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(sparc.c.o): in function `lzma_simple_sparc_encoder_init': sparc.c:(.text+0x200): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC sparc.c:(.text+0x22c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(sparc.c.o): in function `lzma_simple_sparc_decoder_init': sparc.c:(.text+0x248): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC sparc.c:(.text+0x26c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(riscv.c.o): in function `lzma_simple_riscv_encoder_init': riscv.c:(.text+0x4fc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC riscv.c:(.text+0x51c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(riscv.c.o): in function `lzma_simple_riscv_decoder_init': riscv.c:(.text+0x548): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC riscv.c:(.text+0x568): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_version_string': common.c:(.text+0xc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_alloc': common.c:(.text+0x3c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_free': common.c:(.text+0xf0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_alloc': common.c:(.text+0x2c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_alloc_zero': common.c:(.text+0x50): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_free': common.c:(.text+0xfc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_bufcpy': common.c:(.text+0x110): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_next_filter_init': common.c:(.text+0x1e0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_next_filter_update': common.c:(.text+0x368): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x37c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x380): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x38c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_next_end': common.c:(.text+0x3a4): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_strm_init': common.c:(.text+0x468): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_code': common.c:(.text+0x564): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x644): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x758): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x874): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x8f4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x8f8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC common.c:(.text+0x900): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(common.c.o): in function `lzma_end': common.c:(.text+0x918): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_common.c.o): in function `lzma_validate_chain.part.0': filter_common.c:(.text+0x68): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_common.c.o): in function `lzma_filters_copy': filter_common.c:(.text+0x180): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x3f8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x4b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x5b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x644): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_common.c.o): in function `lzma_filters_free': filter_common.c:(.text+0x81c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x8a0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x8a4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x8ac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_common.c.o): in function `lzma_validate_chain': filter_common.c:(.text+0x920): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_common.c.o): in function `lzma_raw_coder_init': filter_common.c:(.text+0x93c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC filter_common.c:(.text+0x998): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(filter_common.c.o): in function `lzma_raw_coder_memusage': filter_common.c:(.text+0xb8c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(simple_coder.c.o): in function `simple_coder_update': simple_coder.c:(.text+0x0): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(simple_coder.c.o): in function `simple_coder_end': simple_coder.c:(.text+0x14): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(simple_coder.c.o): in function `copy_or_code': simple_coder.c:(.text+0x7c): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x12c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x130): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x138): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x1ac): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x1b0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x1b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(simple_coder.c.o): in function `simple_code': simple_coder.c:(.text+0x1cc): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x29c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x35c): relocation R_MIPS_26 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x518): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x51c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x524): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x594): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x598): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x5a0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x5b8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x5bc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x5c4): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x5dc): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x5e0): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x5e8): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x600): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x604): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x60c): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC /home/autobuild/autobuild/instance-14/output-1/host/mips-buildroot-linux-musl/sysroot/usr/lib/liblzma.a(simple_coder.c.o): in function `lzma_simple_coder_init': simple_coder.c:(.text+0x620): relocation R_MIPS_HI16 against `__gnu_local_gp' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x714): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x724): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC simple_coder.c:(.text+0x734): relocation R_MIPS_HI16 against `a local symbol' cannot be used when making a shared object; recompile with -fPIC collect2: error: ld returned 1 exit status make[3]: *** [src/CMakeFiles/avro-shared.dir/build.make:642: src/libavro.so.23.0.0] Error 1 make[2]: *** [CMakeFiles/Makefile2:268: src/CMakeFiles/avro-shared.dir/all] Error 2 make[1]: *** [Makefile:166: all] Error 2 make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3' make: *** [package/pkg-generic.mk:283: /home/autobuild/autobuild/instance-14/output-1/build/avro-c-1.11.3/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'