>>> tcf-agent 1.7.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-1/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.FxC6WO/output' 'http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/snapshot/org.eclipse.tcf.agent-1.7.0.tar.gz' URL transformed to HTTPS due to an HSTS policy --2022-10-07 13:56:48-- https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/snapshot/org.eclipse.tcf.agent-1.7.0.tar.gz Resolving git.eclipse.org (git.eclipse.org)... 198.41.30.196 Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-1/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.FxC6WO/output' 0K .......... .......... .......... .......... .......... 834K 50K .......... .......... .......... .......... .......... 834K 100K .......... .......... .......... .......... .......... 182M 150K .......... .......... .......... .......... .......... 859K 200K .......... .......... .......... .......... .......... 187M 250K .......... .......... .......... .......... .......... 32.4M 300K .......... .......... .......... .......... .......... 15.2M 350K .......... .......... .......... .......... .......... 881K 400K .......... .......... .......... .......... .......... 134M 450K .......... .......... .......... .......... .......... 126M 500K .......... .......... .......... .......... .......... 142M 550K .......... .......... .......... .......... .......... 111M 600K .......... .......... .......... .......... .......... 139M 650K .......... .......... .......... .......... .......... 193M 700K .......... .......... .......... .......... .......... 200M 750K .......... . 180M=0.2s 2022-10-07 13:56:49 (3.06 MB/s) - '/tmp/instance-1/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.FxC6WO/output' saved [779419] org.eclipse.tcf.agent-1.7.0.tar.gz: OK (sha256: 2f8c7be8a0bf7c86c72fd5680bc19a9e8f98792d40c94a0fee30ceb6428b8f33) >>> tcf-agent 1.7.0 Extracting gzip -d -c /tmp/instance-1/dl/tcf-agent/org.eclipse.tcf.agent-1.7.0.tar.gz | tar --strip-components=1 -C /tmp/instance-1/output-1/build/tcf-agent-1.7.0 -xf - >>> tcf-agent 1.7.0 Patching >>> tcf-agent 1.7.0 Configuring (mkdir -p /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent && cd /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent && rm -f CMakeCache.txt && PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-1/output-1/host/bin/cmake /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-1/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=OFF -DBUILD_SHARED_LIBS=OFF -DTCF_MACHINE=microblaze ) CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.8.12 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 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-1/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- operating system:GNU/Linux -- machine:microblaze -- Configuring done -- Generating done 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: /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent >>> tcf-agent 1.7.0 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j1 -C /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent make[1]: Entering directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' make[2]: Entering directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' make[3]: Entering directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' make[3]: Leaving directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' make[3]: Entering directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' [ 1%] Building C object CMakeFiles/tcf-agent.dir/machine/microblaze/tcf/cpudefs-mdep.c.o In file included from /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c:20: /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c: In function 'microblaze_create_reg_definitions': /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c:92:42: error: 'struct user_regs_struct' has no member named 'gpr'; did you mean 'grp'? 92 | r->offset = REG_OFFSET(user.regs.gpr) + i * 4; | ^~~ /tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c:92:21: note: in expansion of macro 'REG_OFFSET' 92 | r->offset = REG_OFFSET(user.regs.gpr) + i * 4; | ^~~~~~~~~~ make[3]: *** [CMakeFiles/tcf-agent.dir/build.make:76: CMakeFiles/tcf-agent.dir/machine/microblaze/tcf/cpudefs-mdep.c.o] Error 1 make[3]: Leaving directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' make[2]: *** [CMakeFiles/Makefile2:85: CMakeFiles/tcf-agent.dir/all] Error 2 make[2]: Leaving directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' make[1]: *** [Makefile:136: all] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/tcf-agent-1.7.0/agent' make: *** [package/pkg-generic.mk:293: /tmp/instance-1/output-1/build/tcf-agent-1.7.0/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-1/buildroot'