>>> uclibc-ng-test c64d6ac77f0e745c70e76024212c72e4bbe2091a Extracting gzip -d -c /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/dl/uclibc-ng-test/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a.tar.gz | /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/bin/tar --strip-components=1 -C /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a -xf - >>> uclibc-ng-test c64d6ac77f0e745c70e76024212c72e4bbe2091a Patching Applying 0001-add-nios2-tls-macros-from-glibc.patch using patch: patching file test/tls/tls-macros-nios2.h patching file test/tls/tls-macros.h >>> uclibc-ng-test c64d6ac77f0e745c70e76024212c72e4bbe2091a Configuring >>> uclibc-ng-test c64d6ac77f0e745c70e76024212c72e4bbe2091a Building PATH="/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/bin:/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/sbin:/usr/lfs/v0/bin/:/accts/mlweber1/python/:/accts/mlweber1/.local/bin:/accts/mlweber1/.local/bin:/accts/mlweber1/python/Python-2.7.11/:/usr/lfs/v0/bin/:/accts/mlweber1/python/:/usr/bin:/bin" NO_MATH=1 NO_LOCALE=1 /usr/bin/make -j8 -C /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a CC="/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/bin/riscv64-linux-gcc" UCLIBC_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " UCLIBC_EXTRA_LDFLAGS="" test_compile make[1]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a' make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a/test' make[3]: Nothing to be done for `compile'. TEST_LINK termios/ termios TEST_LINK pwd_grp/ getgroups TEST_LINK string/ bug-strcoll1 TEST_LINK stdlib/ qsort TEST_LINK locale-mbwc/ tst2_mbrtowc TEST_LINK silly/ hello TEST_LINK string/ bug-strncat1 TEST_LINK stdio/ 64bit TEST_LINK stdio/ fclose-loop TEST_LINK locale-mbwc/ tst_iswalnum TEST_LINK silly/ tiny TEST_LINK stdlib/ test-canon TEST_LINK string/ bug-strpbrk1 TEST_LINK stdlib/ test-canon2 TEST_LINK pwd_grp/ grcat TEST_LINK string/ bug-strspn1 TEST_LINK pwd_grp/ pwcat TEST_LINK string/ stratcliff TEST_LINK stdio/ lseek_no_lfs TEST_LINK pwd_grp/ test_grp TEST_LINK dlopen/ dladdr TEST_LINK dlopen/ libafk-temp.so TEST_LINK dlopen/ libstatic.so TEST_LINK stdio/ scanf_m dladdr.c: In function 'main': dladdr.c:16:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 16 | fprintf(stderr, "dli_fbase = 0x%08x\n", (unsigned int)info.dli_fbase); | ^ dladdr.c:18:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 18 | fprintf(stderr, "dli_saddr = 0x%08x\n", (unsigned int)info.dli_saddr); | ^ TEST_LINK locale-mbwc/ tst_iswalpha TEST_LINK locale-mbwc/ tst_iswcntrl TEST_LINK stdlib/ test-mkostemp-O_CLOEXEC TEST_LINK argp/ argp-ex1 TEST_LINK pwd_grp/ test_pwd TEST_LINK dlopen/ libtest.so TEST_LINK dlopen/ libtest3.so TEST_LINK argp/ argp-ex2 TEST_LINK stdlib/ test-mkostemp-child TEST_LINK dlopen/ libundef.so TEST_LINK locale-mbwc/ tst_iswctype TEST_LINK locale-mbwc/ tst_iswdigit TEST_LINK string/ test-ffs TEST_LINK argp/ argp-ex3 TEST_LINK dlopen/ nodelmod1.so TEST_LINK nptl/ tst-align TEST_LINK stdlib/ testatexit TEST_LINK stdlib/ teston_exit TEST_LINK argp/ argp-ex4 TEST_LINK string/ testcopy TEST_LINK dlopen/ nodelmod2.so TEST_LINK argp/ argp-test TEST_LINK dlopen/ nodelmod4.so TEST_LINK dlopen/ nodelete1 TEST_LINK dlopen/ libtest2.so TEST_LINK locale-mbwc/ tst_iswgraph TEST_LINK argp/ bug-argp1 TEST_LINK stdlib/ teststrtol TEST_LINK string/ tester TEST_LINK nptl/ tst-align2 TEST_LINK stdlib/ teststrtoq TEST_LINK locale-mbwc/ tst_iswlower tester.c: In function 'test_rawmemchr': tester.c:630:10: warning: implicit declaration of function 'rawmemchr'; did you mean 'memchr'? [-Wimplicit-function-declaration] 630 | check (rawmemchr (one, 'c') == one+2, 1); /* Basic test. */ | ^~~~~~~~~ | memchr tester.c:630:31: warning: comparison between pointer and integer 630 | check (rawmemchr (one, 'c') == one+2, 1); /* Basic test. */ | ^~ tester.c:631:31: warning: comparison between pointer and integer 631 | check (rawmemchr (one, 'd') == one+3, 2); /* End of string. */ | ^~ tester.c:632:31: warning: comparison between pointer and integer 632 | check (rawmemchr (one, 'a') == one, 3); /* Beginning. */ | ^~ tester.c:633:32: warning: comparison between pointer and integer 633 | check (rawmemchr (one, '\0') == one+4, 4); /* Finding NUL. */ | ^~ tester.c:635:31: warning: comparison between pointer and integer 635 | check (rawmemchr (one, 'b') == one+1, 5); /* Finding first. */ | ^~ tester.c:637:32: warning: comparison between pointer and integer 637 | check (rawmemchr (one, '\0') == one, 6); /* NUL in empty string. */ | ^~ tester.c:647:28: warning: comparison between pointer and integer 647 | check (rawmemchr (p, 'R') == p+8, 6+i); | ^~ TEST_LINK locale-mbwc/ tst_iswprint TEST_LINK dlopen/ libC.so TEST_LINK crypt/ crypt crypt.c: In function 'main': crypt.c:74:3: warning: implicit declaration of function 'encrypt'; did you mean 'crypt'? [-Wimplicit-function-declaration] 74 | encrypt(cipher, 0); | ^~~~~~~ | crypt TEST_LINK argp/ tst-argp1 TEST_LINK rpc/ getrpcent TEST_LINK argp/ tst-argp2 TEST_LINK dlopen/ libafk.so TEST_LINK nptl/ tst-align3 TEST_LINK locale-mbwc/ tst_iswpunct TEST_LINK crypt/ md5c-test TEST_LINK string/ tst-bswap TEST_LINK dlopen/ dlstatic TEST_LINK dlopen/ dltest TEST_LINK crypt/ sha256c-test TEST_LINK string/ tst-inlcall TEST_LINK string/ tst-memmove TEST_LINK locale-mbwc/ tst_iswspace TEST_LINK nptl/ tst-atfork1 TEST_LINK dlopen/ dltest2 TEST_LINK dlopen/ dlundef TEST_LINK dlopen/ nodelmod3.so TEST_LINK locale-mbwc/ tst_iswupper TEST_LINK crypt/ sha512c-test TEST_LINK dlopen/ libtest1.so TEST_LINK nptl/ tst-atfork2mod.so TEST_LINK dlopen/ libB.so TEST_LINK tls/ tst-tlsmod-at-ctor.so TEST_LINK tls/ tst-tls1 TEST_LINK nptl/ tst-attr1 In file included from tls-macros.h:80, from tst-tls1.c:6: ./tls-macros-riscv.h:22:10: fatal error: sys/asm.h: No such file or directory 22 | #include | ^~~~~~~~~~~ compilation terminated. make[3]: *** [tst-tls1] Error 1 make[3]: *** Waiting for unfinished jobs.... TEST_LINK dlopen/ dlafk TEST_LINK nptl/ tst-attr2 TEST_LINK signal/ sigchld make[2]: *** [_dircompile_tls] Error 2 make[2]: *** Waiting for unfinished jobs.... TEST_LINK signal/ signal TEST_LINK locale-mbwc/ tst_iswxdigit In file included from sigchld.c:5: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/sys/signal.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK signal/ tst-raise TEST_LINK dlopen/ nodelete TEST_LINK nptl/ tst-attr3 TEST_LINK nptl/ tst-barrier1 TEST_LINK signal/ tst-signal TEST_LINK signal/ tst-signalfd In file included from tst-signalfd.c:17: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK nptl/ tst-barrier2 TEST_LINK nptl/ tst-barrier3 TEST_LINK locale-mbwc/ tst_mblen TEST_LINK nptl/ tst-barrier4 TEST_LINK dlopen/ test1 TEST_LINK signal/ tst-sigset TEST_LINK dlopen/ test2 TEST_LINK dlopen/ libA.so TEST_LINK locale-mbwc/ tst_mbrlen TEST_LINK nptl/ tst-basic1 TEST_LINK nptl/ tst-basic2 TEST_LINK dlopen/ tst-origin TEST_LINK string/ tst-strlen TEST_LINK string/ tst-strtok TEST_LINK string/ tst-strxfrm TEST_LINK dlopen/ testscope TEST_LINK nptl/ tst-basic3 TEST_LINK locale-mbwc/ tst_mbrtowc TEST_LINK locale-mbwc/ tst_mbsrtowcs TEST_LINK locale-mbwc/ tst_mbstowcs TEST_LINK nptl/ tst-basic4 TEST_LINK locale-mbwc/ tst_mbtowc TEST_LINK locale-mbwc/ tst_strcoll TEST_LINK locale-mbwc/ tst_strxfrm TEST_LINK nptl/ tst-basic5 TEST_LINK nptl/ tst-basic6 TEST_LINK nptl/ tst-basic7 TEST_LINK locale-mbwc/ tst_towctrans TEST_LINK locale-mbwc/ tst_towlower TEST_LINK nptl/ tst-cancel1 TEST_LINK nptl/ tst-cancel10 TEST_LINK nptl/ tst-cancel11 TEST_LINK locale-mbwc/ tst_towupper TEST_LINK nptl/ tst-cancel12 TEST_LINK nptl/ tst-cancel13 TEST_LINK locale-mbwc/ tst_wcrtomb TEST_LINK nptl/ tst-cancel14 TEST_LINK nptl/ tst-cancel15 TEST_LINK locale-mbwc/ tst_wcscat TEST_LINK locale-mbwc/ tst_wcschr TEST_LINK nptl/ tst-cancel16 TEST_LINK locale-mbwc/ tst_wcscmp TEST_LINK locale-mbwc/ tst_wcscoll TEST_LINK nptl/ tst-cancel18 TEST_LINK nptl/ tst-cancel19 TEST_LINK nptl/ tst-cancel2 TEST_LINK locale-mbwc/ tst_wcscpy TEST_LINK nptl/ tst-cancel20 TEST_LINK nptl/ tst-cancel21 TEST_LINK nptl/ tst-cancel22 TEST_LINK locale-mbwc/ tst_wcscspn TEST_LINK locale-mbwc/ tst_wcslen TEST_LINK locale-mbwc/ tst_wcsncat TEST_LINK locale-mbwc/ tst_wcsncmp TEST_LINK nptl/ tst-cancel23 TEST_LINK locale-mbwc/ tst_wcsncpy TEST_LINK locale-mbwc/ tst_wcspbrk TEST_LINK locale-mbwc/ tst_wcsrtombs TEST_LINK nptl/ tst-cancel25 TEST_LINK locale-mbwc/ tst_wcsspn TEST_LINK locale-mbwc/ tst_wcsstr TEST_LINK nptl/ tst-cancel3 TEST_LINK nptl/ tst-cancel4 TEST_LINK nptl/ tst-cancel5 TEST_LINK locale-mbwc/ tst_wcstok TEST_LINK nptl/ tst-cancel6 In file included from tst-cancel4.c:34: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK nptl/ tst-cancel7 TEST_LINK locale-mbwc/ tst_wcstombs In file included from tst-cancel4.c:34, from tst-cancel5.c:1: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK nptl/ tst-cancel8 TEST_LINK nptl/ tst-cancel9 TEST_LINK locale-mbwc/ tst_wcswidth TEST_LINK nptl/ tst-cancelx10 TEST_LINK locale-mbwc/ tst_wcsxfrm TEST_LINK locale-mbwc/ tst_wctob TEST_LINK nptl/ tst-cancelx11 TEST_LINK locale-mbwc/ tst_wctomb TEST_LINK nptl/ tst-cancelx12 TEST_LINK locale-mbwc/ tst_wctrans TEST_LINK nptl/ tst-cancelx13 TEST_LINK nptl/ tst-cancelx14 TEST_LINK locale-mbwc/ tst_wctype TEST_LINK nptl/ tst-cancelx15 TEST_LINK locale-mbwc/ tst_wcwidth TEST_LINK nptl/ tst-cancelx16 TEST_LINK nptl/ tst-cancelx18 TEST_LINK nptl/ tst-cancelx2 TEST_LINK nptl/ tst-cancelx20 TEST_LINK nptl/ tst-cancelx21 TEST_LINK nptl/ tst-cancelx3 TEST_LINK nptl/ tst-cancelx4 TEST_LINK nptl/ tst-cancelx6 TEST_LINK nptl/ tst-cancelx7 In file included from tst-cancel4.c:34, from tst-cancelx4.c:1: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ TEST_LINK nptl/ tst-cancelx8 TEST_LINK nptl/ tst-cancelx9 TEST_LINK nptl/ tst-cleanup0 TEST_LINK nptl/ tst-cleanup1 TEST_LINK nptl/ tst-cleanup2 TEST_LINK nptl/ tst-cleanup3 TEST_LINK nptl/ tst-cleanupx0 TEST_LINK nptl/ tst-cleanupx1 TEST_LINK nptl/ tst-cleanupx2 TEST_LINK nptl/ tst-cleanupx3 TEST_LINK nptl/ tst-cleanupx4 TEST_LINK nptl/ tst-clock TEST_LINK nptl/ tst-clock1 TEST_LINK nptl/ tst-clock2 TEST_LINK nptl/ tst-clock_nanosleep TEST_LINK nptl/ tst-clockid TEST_LINK nptl/ tst-cond-deadlock TEST_LINK nptl/ tst-cond1 TEST_LINK nptl/ tst-cond10 TEST_LINK nptl/ tst-cond11 TEST_LINK nptl/ tst-cond12 TEST_LINK nptl/ tst-cond13 TEST_LINK nptl/ tst-cond14 TEST_LINK nptl/ tst-cond15 TEST_LINK nptl/ tst-cond16 TEST_LINK nptl/ tst-cond17 TEST_LINK nptl/ tst-cond18 TEST_LINK nptl/ tst-cond19 TEST_LINK nptl/ tst-cond2 TEST_LINK nptl/ tst-cond20 TEST_LINK nptl/ tst-cond21 TEST_LINK nptl/ tst-cond22 TEST_LINK nptl/ tst-cond23 TEST_LINK nptl/ tst-cond3 TEST_LINK nptl/ tst-cond4 TEST_LINK nptl/ tst-cond5 TEST_LINK nptl/ tst-cond6 TEST_LINK nptl/ tst-cond7 TEST_LINK nptl/ tst-cond8 TEST_LINK nptl/ tst-cond9 TEST_LINK nptl/ tst-cpuclock1 TEST_LINK nptl/ tst-cpuclock2 TEST_LINK nptl/ tst-cputimer1 TEST_LINK nptl/ tst-cputimer2 TEST_LINK nptl/ tst-cputimer3 TEST_LINK nptl/ tst-detach1 TEST_LINK nptl/ tst-eintr1 TEST_LINK nptl/ tst-eintr2 TEST_LINK nptl/ tst-eintr3 TEST_LINK nptl/ tst-eintr4 TEST_LINK nptl/ tst-eintr5 TEST_LINK nptl/ tst-exec2 TEST_LINK nptl/ tst-exec3 TEST_LINK nptl/ tst-exec4 TEST_LINK nptl/ tst-exit1 TEST_LINK nptl/ tst-exit2 TEST_LINK nptl/ tst-exit3 TEST_LINK nptl/ tst-flock1 TEST_LINK nptl/ tst-flock2 TEST_LINK nptl/ tst-fork1 TEST_LINK nptl/ tst-fork2 TEST_LINK nptl/ tst-fork3 TEST_LINK nptl/ tst-fork4 TEST_LINK nptl/ tst-getpid1 TEST_LINK nptl/ tst-getpid2 TEST_LINK nptl/ tst-getpid3 TEST_LINK nptl/ tst-initializers1 TEST_LINK nptl/ tst-initializers1-c89 TEST_LINK nptl/ tst-initializers1-c99 TEST_LINK nptl/ tst-initializers1-gnu89 TEST_LINK nptl/ tst-initializers1-gnu99 TEST_LINK nptl/ tst-join1 TEST_LINK nptl/ tst-join2 TEST_LINK nptl/ tst-join3 TEST_LINK nptl/ tst-join4 TEST_LINK nptl/ tst-join5 TEST_LINK nptl/ tst-join6 TEST_LINK nptl/ tst-key1 TEST_LINK nptl/ tst-key2 TEST_LINK nptl/ tst-key3 TEST_LINK nptl/ tst-key4 TEST_LINK nptl/ tst-kill1 TEST_LINK nptl/ tst-kill2 TEST_LINK nptl/ tst-kill3 TEST_LINK nptl/ tst-kill4 TEST_LINK nptl/ tst-kill5 TEST_LINK nptl/ tst-kill6 TEST_LINK nptl/ tst-mqueue1 TEST_LINK nptl/ tst-mqueue2 TEST_LINK nptl/ tst-mqueue3 TEST_LINK nptl/ tst-mqueue4 TEST_LINK nptl/ tst-mqueue5 TEST_LINK nptl/ tst-mqueue6 TEST_LINK nptl/ tst-mqueue7 TEST_LINK nptl/ tst-mqueue8 TEST_LINK nptl/ tst-mqueue9 TEST_LINK nptl/ tst-mutex1 TEST_LINK nptl/ tst-mutex2 TEST_LINK nptl/ tst-mutex3 TEST_LINK nptl/ tst-mutex4 TEST_LINK nptl/ tst-mutex5 TEST_LINK nptl/ tst-mutex5a TEST_LINK nptl/ tst-mutex6 TEST_LINK nptl/ tst-mutex7 TEST_LINK nptl/ tst-mutex7a TEST_LINK nptl/ tst-mutex8 TEST_LINK nptl/ tst-mutex9 TEST_LINK nptl/ tst-oddstacklimit TEST_LINK nptl/ tst-once1 TEST_LINK nptl/ tst-once2 TEST_LINK nptl/ tst-once3 TEST_LINK nptl/ tst-once4 TEST_LINK nptl/ tst-oncex3 TEST_LINK nptl/ tst-oncex4 TEST_LINK nptl/ tst-popen1 TEST_LINK nptl/ tst-raise1 TEST_LINK nptl/ tst-rwlock1 TEST_LINK nptl/ tst-rwlock10 TEST_LINK nptl/ tst-rwlock11 TEST_LINK nptl/ tst-rwlock12 TEST_LINK nptl/ tst-rwlock13 TEST_LINK nptl/ tst-rwlock14 TEST_LINK nptl/ tst-rwlock2 TEST_LINK nptl/ tst-rwlock2a TEST_LINK nptl/ tst-rwlock3 TEST_LINK nptl/ tst-rwlock4 TEST_LINK nptl/ tst-rwlock5 TEST_LINK nptl/ tst-rwlock6 TEST_LINK nptl/ tst-rwlock7 TEST_LINK nptl/ tst-rwlock8 TEST_LINK nptl/ tst-rwlock9 TEST_LINK nptl/ tst-sched1 TEST_LINK nptl/ tst-sem1 TEST_LINK nptl/ tst-sem10 TEST_LINK nptl/ tst-sem11 TEST_LINK nptl/ tst-sem12 TEST_LINK nptl/ tst-sem2 TEST_LINK nptl/ tst-sem4 TEST_LINK nptl/ tst-sem3 TEST_LINK nptl/ tst-sem5 TEST_LINK nptl/ tst-sem6 TEST_LINK nptl/ tst-sem7 TEST_LINK nptl/ tst-sem8 TEST_LINK nptl/ tst-sem9 TEST_LINK nptl/ tst-signal1 TEST_LINK nptl/ tst-signal2 TEST_LINK nptl/ tst-signal3 TEST_LINK nptl/ tst-signal4 TEST_LINK nptl/ tst-signal5 TEST_LINK nptl/ tst-signal6 TEST_LINK nptl/ tst-signal7 TEST_LINK nptl/ tst-spin1 TEST_LINK nptl/ tst-spin3 TEST_LINK nptl/ tst-spin2 TEST_LINK nptl/ tst-stack1 TEST_LINK nptl/ tst-stack2 TEST_LINK nptl/ tst-stdio1 TEST_LINK nptl/ tst-stdio2 TEST_LINK nptl/ tst-sysconf TEST_LINK nptl/ tst-timer2 TEST_LINK nptl/ tst-timer3 TEST_LINK nptl/ tst-timer4 TEST_LINK nptl/ tst-timer5 TEST_LINK nptl/ tst-tls1 TEST_LINK nptl/ tst-tls2 TEST_LINK nptl/ tst-tls3mod.so TEST_LINK nptl/ tst-tls4moda.so TEST_LINK nptl/ tst-tls4modb.so TEST_LINK nptl/ tst-tls5mod.so TEST_LINK nptl/ tst-tsd1 TEST_LINK nptl/ tst-tsd2 TEST_LINK nptl/ tst-tsd3 TEST_LINK nptl/ tst-tsd4 TEST_LINK nptl/ tst-tsd5 TEST_LINK nptl/ tst-tsd6 TEST_LINK nptl/ tst-umask1 TEST_LINK nptl/ tst-vfork1x TEST_LINK nptl/ tst-vfork2x TEST_LINK nptl/ tst-atfork2 TEST_LINK nptl/ tst-cleanup4 TEST_LINK nptl/ tst-tls3 TEST_LINK nptl/ tst-tls4 TEST_LINK nptl/ tst-tls5 make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a/test' make[1]: *** [test_compile] Error 2 make[1]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a' make: *** [/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/output-1/build/uclibc-ng-test-c64d6ac77f0e745c70e76024212c72e4bbe2091a/.stamp_built] Error 2 make: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-1/buildroot'