DEBUG: Executing shell function do_compile
NOTE: cmake --build TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/build --target all -- -j 44 -l 66.0
[1/117] Building C object examples/CMakeFiles/particles.dir/__/deps/getopt.c.o
[2/117] Building C object tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o
[3/117] Building C object src/CMakeFiles/glfw.dir/xkb_unicode.c.o
[4/117] Building C object src/CMakeFiles/glfw.dir/posix_time.c.o
[5/117] Building C object src/CMakeFiles/glfw.dir/posix_thread.c.o
[6/117] Building C object examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o
[7/117] Building C object src/CMakeFiles/glfw.dir/vulkan.c.o
[8/117] Building C object src/CMakeFiles/glfw.dir/init.c.o
[9/117] Building C object examples/CMakeFiles/sharing.dir/sharing.c.o
[10/117] Building C object tests/CMakeFiles/empty.dir/empty.c.o
[11/117] Building C object examples/CMakeFiles/gears.dir/gears.c.o
[12/117] Building C object tests/CMakeFiles/tearing.dir/tearing.c.o
[13/117] Building C object examples/CMakeFiles/heightmap.dir/heightmap.c.o
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:295:47: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *center_x = (MAP_SIZE * rand()) / (1.0f * RAND_MAX);
                                            ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:296:47: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *center_y = (MAP_SIZE * rand()) / (1.0f * RAND_MAX);
                                            ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:297:50: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *size = (MAX_CIRCLE_SIZE * rand()) / (1.0f * RAND_MAX);
                                               ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:298:38: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    sign = (1.0f * rand()) / (1.0f * RAND_MAX);
                                   ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:300:68: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *displacement = (sign * (MAX_DISPLACEMENT * rand())) / (1.0f * RAND_MAX);
                                                                 ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
5 warnings generated.
[14/117] Building C object tests/CMakeFiles/icon.dir/icon.c.o
[15/117] Building C object src/CMakeFiles/glfw.dir/osmesa_context.c.o
[16/117] Building C object examples/CMakeFiles/triangle-opengl.dir/triangle-opengl.c.o
[17/117] Building C object tests/CMakeFiles/events.dir/__/deps/getopt.c.o
[18/117] Building C object examples/CMakeFiles/boing.dir/boing.c.o
[19/117] Building C object src/CMakeFiles/glfw.dir/linux_joystick.c.o
[20/117] Building C object tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o
[21/117] Building C object examples/CMakeFiles/wave.dir/wave.c.o
[22/117] Building C object examples/CMakeFiles/splitview.dir/splitview.c.o
[23/117] Building C object tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o
[24/117] Building C object src/CMakeFiles/glfw.dir/context.c.o
[25/117] Building C object src/CMakeFiles/glfw.dir/monitor.c.o
[26/117] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o
[27/117] Building C object src/CMakeFiles/glfw.dir/egl_context.c.o
[28/117] Building C object src/CMakeFiles/glfw.dir/glx_context.c.o
[29/117] Building C object src/CMakeFiles/glfw.dir/x11_monitor.c.o
[30/117] Building C object tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o
[31/117] Building C object tests/CMakeFiles/reopen.dir/reopen.c.o
[32/117] Building C object tests/CMakeFiles/threads.dir/threads.c.o
[33/117] Building C object src/CMakeFiles/glfw.dir/window.c.o
[34/117] Building C object examples/CMakeFiles/particles.dir/particles.c.o
[35/117] Building C object tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o
[36/117] Building C object tests/CMakeFiles/events.dir/events.c.o
[37/117] Building C object tests/CMakeFiles/msaa.dir/msaa.c.o
[38/117] Building C object tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o
[39/117] Building C object tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o
[40/117] Building C object tests/CMakeFiles/cursor.dir/cursor.c.o
[41/117] Building C object tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o
[42/117] Building C object src/CMakeFiles/glfw.dir/x11_init.c.o
[43/117] Building C object tests/CMakeFiles/iconify.dir/iconify.c.o
[44/117] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o
[45/117] Building C object tests/CMakeFiles/windows.dir/windows.c.o
[46/117] Building C object tests/CMakeFiles/monitors.dir/monitors.c.o
[47/117] Building C object tests/CMakeFiles/clipboard.dir/clipboard.c.o
[48/117] Building C object tests/CMakeFiles/title.dir/title.c.o
[49/117] Building C object src/CMakeFiles/glfw.dir/input.c.o
[50/117] Building C object tests/CMakeFiles/timeout.dir/timeout.c.o
[51/117] Building C object examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o
[52/117] Building C object examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o
[53/117] Building C object examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o
[54/117] Building C object examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o
[55/117] Building C object examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o
[56/117] Building C object examples/CMakeFiles/triangle-opengl.dir/__/deps/glad_gl.c.o
[57/117] Building C object examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o
[58/117] Building C object examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o
[59/117] Building C object tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o
[60/117] Building C object tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o
[61/117] Building C object examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o
[62/117] Building C object tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o
[63/117] Building C object examples/CMakeFiles/offscreen.dir/offscreen.c.o
[64/117] Building C object tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o
[65/117] Building C object tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o
[66/117] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o
[67/117] Building C object tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o
[68/117] Building C object tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o
[69/117] Building C object tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o
[70/117] Building C object tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o
[71/117] Building C object tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o
[72/117] Building C object tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o
[73/117] Building C object tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o
[74/117] Building C object tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o
[75/117] Building C object tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o
[76/117] Building C object src/CMakeFiles/glfw.dir/x11_window.c.o
[77/117] Building C object tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o
[78/117] Building C object tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o
[79/117] Linking C shared library src/libglfw.so.3.4
[80/117] Creating library symlink src/libglfw.so.3 src/libglfw.so
[81/117] Building C object tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o
[82/117] Linking C executable tests/icon
[83/117] Linking C executable tests/msaa
FAILED: tests/msaa 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/msaa.dir/msaa.c.o tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o  -o tests/msaa  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[84/117] Building C object tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o
[85/117] Linking C executable tests/events
FAILED: tests/events 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/events.dir/events.c.o tests/CMakeFiles/events.dir/__/deps/getopt.c.o tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o  -o tests/events  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/events.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/events.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[86/117] Linking C executable tests/monitors
FAILED: tests/monitors 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/monitors.dir/monitors.c.o tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o  -o tests/monitors  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[87/117] Linking C executable tests/windows
[88/117] Linking C executable tests/iconify
FAILED: tests/iconify 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/iconify.dir/iconify.c.o tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o  -o tests/iconify  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[89/117] Linking C executable examples/boing
[90/117] Linking C executable examples/particles
FAILED: examples/particles 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic examples/CMakeFiles/particles.dir/particles.c.o examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o examples/CMakeFiles/particles.dir/__/deps/getopt.c.o examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o  -o examples/particles  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm  -lrt  -lpthread && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: examples/CMakeFiles/particles.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: examples/CMakeFiles/particles.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[91/117] Linking C executable tests/reopen
[92/117] Linking C executable examples/wave
[93/117] Linking C executable examples/sharing
[94/117] Linking C executable tests/glfwinfo
FAILED: tests/glfwinfo 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o  -o tests/glfwinfo  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[95/117] Linking C executable tests/tearing
[96/117] Linking C executable tests/clipboard
FAILED: tests/clipboard 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/clipboard.dir/clipboard.c.o tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o  -o tests/clipboard  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[97/117] Linking C executable examples/triangle-opengl
[98/117] Linking C executable tests/empty
[99/117] Linking C executable tests/threads
[100/117] Linking C executable examples/splitview
[101/117] Linking C executable examples/gears
[102/117] Linking C executable examples/heightmap
[103/117] Linking C executable tests/cursor
[104/117] Linking C executable examples/offscreen
[105/117] Building C object tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o
[106/117] Building C object tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o
[107/117] Building C object tests/CMakeFiles/gamma.dir/gamma.c.o
[108/117] Building C object tests/CMakeFiles/inputlag.dir/inputlag.c.o
[109/117] Building C object tests/CMakeFiles/joysticks.dir/joysticks.c.o
[110/117] Building C object tests/CMakeFiles/opacity.dir/opacity.c.o
ninja: build stopped: subcommand failed.
WARNING: TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/temp/run.do_compile.1270938:1 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/build' "$@" -- -j 44 -l 66.0'
ERROR: Execution of 'TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/temp/run.do_compile.1270938' failed with exit code 1:
[1/117] Building C object examples/CMakeFiles/particles.dir/__/deps/getopt.c.o
[2/117] Building C object tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o
[3/117] Building C object src/CMakeFiles/glfw.dir/xkb_unicode.c.o
[4/117] Building C object src/CMakeFiles/glfw.dir/posix_time.c.o
[5/117] Building C object src/CMakeFiles/glfw.dir/posix_thread.c.o
[6/117] Building C object examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o
[7/117] Building C object src/CMakeFiles/glfw.dir/vulkan.c.o
[8/117] Building C object src/CMakeFiles/glfw.dir/init.c.o
[9/117] Building C object examples/CMakeFiles/sharing.dir/sharing.c.o
[10/117] Building C object tests/CMakeFiles/empty.dir/empty.c.o
[11/117] Building C object examples/CMakeFiles/gears.dir/gears.c.o
[12/117] Building C object tests/CMakeFiles/tearing.dir/tearing.c.o
[13/117] Building C object examples/CMakeFiles/heightmap.dir/heightmap.c.o
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:295:47: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *center_x = (MAP_SIZE * rand()) / (1.0f * RAND_MAX);
                                            ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:296:47: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *center_y = (MAP_SIZE * rand()) / (1.0f * RAND_MAX);
                                            ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:297:50: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *size = (MAX_CIRCLE_SIZE * rand()) / (1.0f * RAND_MAX);
                                               ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:298:38: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    sign = (1.0f * rand()) / (1.0f * RAND_MAX);
                                   ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/git/examples/heightmap.c:300:68: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-int-float-conversion]
    *displacement = (sign * (MAX_DISPLACEMENT * rand())) / (1.0f * RAND_MAX);
                                                                 ~ ^~~~~~~~
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot/usr/include/stdlib.h:86:18: note: expanded from macro 'RAND_MAX'
#define RAND_MAX        2147483647
                        ^~~~~~~~~~
5 warnings generated.
[14/117] Building C object tests/CMakeFiles/icon.dir/icon.c.o
[15/117] Building C object src/CMakeFiles/glfw.dir/osmesa_context.c.o
[16/117] Building C object examples/CMakeFiles/triangle-opengl.dir/triangle-opengl.c.o
[17/117] Building C object tests/CMakeFiles/events.dir/__/deps/getopt.c.o
[18/117] Building C object examples/CMakeFiles/boing.dir/boing.c.o
[19/117] Building C object src/CMakeFiles/glfw.dir/linux_joystick.c.o
[20/117] Building C object tests/CMakeFiles/empty.dir/__/deps/tinycthread.c.o
[21/117] Building C object examples/CMakeFiles/wave.dir/wave.c.o
[22/117] Building C object examples/CMakeFiles/splitview.dir/splitview.c.o
[23/117] Building C object tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o
[24/117] Building C object src/CMakeFiles/glfw.dir/context.c.o
[25/117] Building C object src/CMakeFiles/glfw.dir/monitor.c.o
[26/117] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o
[27/117] Building C object src/CMakeFiles/glfw.dir/egl_context.c.o
[28/117] Building C object src/CMakeFiles/glfw.dir/glx_context.c.o
[29/117] Building C object src/CMakeFiles/glfw.dir/x11_monitor.c.o
[30/117] Building C object tests/CMakeFiles/inputlag.dir/__/deps/getopt.c.o
[31/117] Building C object tests/CMakeFiles/reopen.dir/reopen.c.o
[32/117] Building C object tests/CMakeFiles/threads.dir/threads.c.o
[33/117] Building C object src/CMakeFiles/glfw.dir/window.c.o
[34/117] Building C object examples/CMakeFiles/particles.dir/particles.c.o
[35/117] Building C object tests/CMakeFiles/threads.dir/__/deps/tinycthread.c.o
[36/117] Building C object tests/CMakeFiles/events.dir/events.c.o
[37/117] Building C object tests/CMakeFiles/msaa.dir/msaa.c.o
[38/117] Building C object tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o
[39/117] Building C object tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o
[40/117] Building C object tests/CMakeFiles/cursor.dir/cursor.c.o
[41/117] Building C object tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o
[42/117] Building C object src/CMakeFiles/glfw.dir/x11_init.c.o
[43/117] Building C object tests/CMakeFiles/iconify.dir/iconify.c.o
[44/117] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o
[45/117] Building C object tests/CMakeFiles/windows.dir/windows.c.o
[46/117] Building C object tests/CMakeFiles/monitors.dir/monitors.c.o
[47/117] Building C object tests/CMakeFiles/clipboard.dir/clipboard.c.o
[48/117] Building C object tests/CMakeFiles/title.dir/title.c.o
[49/117] Building C object src/CMakeFiles/glfw.dir/input.c.o
[50/117] Building C object tests/CMakeFiles/timeout.dir/timeout.c.o
[51/117] Building C object examples/CMakeFiles/heightmap.dir/__/deps/glad_gl.c.o
[52/117] Building C object examples/CMakeFiles/wave.dir/__/deps/glad_gl.c.o
[53/117] Building C object examples/CMakeFiles/splitview.dir/__/deps/glad_gl.c.o
[54/117] Building C object examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o
[55/117] Building C object examples/CMakeFiles/gears.dir/__/deps/glad_gl.c.o
[56/117] Building C object examples/CMakeFiles/triangle-opengl.dir/__/deps/glad_gl.c.o
[57/117] Building C object examples/CMakeFiles/offscreen.dir/__/deps/glad_gl.c.o
[58/117] Building C object examples/CMakeFiles/sharing.dir/__/deps/glad_gl.c.o
[59/117] Building C object tests/CMakeFiles/icon.dir/__/deps/glad_gl.c.o
[60/117] Building C object tests/CMakeFiles/gamma.dir/__/deps/glad_gl.c.o
[61/117] Building C object examples/CMakeFiles/boing.dir/__/deps/glad_gl.c.o
[62/117] Building C object tests/CMakeFiles/tearing.dir/__/deps/glad_gl.c.o
[63/117] Building C object examples/CMakeFiles/offscreen.dir/offscreen.c.o
[64/117] Building C object tests/CMakeFiles/reopen.dir/__/deps/glad_gl.c.o
[65/117] Building C object tests/CMakeFiles/empty.dir/__/deps/glad_gl.c.o
[66/117] Building C object tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o
[67/117] Building C object tests/CMakeFiles/triangle-vulkan.dir/__/deps/glad_vulkan.c.o
[68/117] Building C object tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o
[69/117] Building C object tests/CMakeFiles/threads.dir/__/deps/glad_gl.c.o
[70/117] Building C object tests/CMakeFiles/cursor.dir/__/deps/glad_gl.c.o
[71/117] Building C object tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o
[72/117] Building C object tests/CMakeFiles/joysticks.dir/__/deps/glad_gl.c.o
[73/117] Building C object tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o
[74/117] Building C object tests/CMakeFiles/opacity.dir/__/deps/glad_gl.c.o
[75/117] Building C object tests/CMakeFiles/inputlag.dir/__/deps/glad_gl.c.o
[76/117] Building C object src/CMakeFiles/glfw.dir/x11_window.c.o
[77/117] Building C object tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o
[78/117] Building C object tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o
[79/117] Linking C shared library src/libglfw.so.3.4
[80/117] Creating library symlink src/libglfw.so.3 src/libglfw.so
[81/117] Building C object tests/CMakeFiles/windows.dir/__/deps/glad_gl.c.o
[82/117] Linking C executable tests/icon
[83/117] Linking C executable tests/msaa
FAILED: tests/msaa 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/msaa.dir/msaa.c.o tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o tests/CMakeFiles/msaa.dir/__/deps/glad_gl.c.o  -o tests/msaa  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/msaa.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[84/117] Building C object tests/CMakeFiles/title.dir/__/deps/glad_gl.c.o
[85/117] Linking C executable tests/events
FAILED: tests/events 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/events.dir/events.c.o tests/CMakeFiles/events.dir/__/deps/getopt.c.o tests/CMakeFiles/events.dir/__/deps/glad_gl.c.o  -o tests/events  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/events.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/events.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[86/117] Linking C executable tests/monitors
FAILED: tests/monitors 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/monitors.dir/monitors.c.o tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o tests/CMakeFiles/monitors.dir/__/deps/glad_gl.c.o  -o tests/monitors  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/monitors.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[87/117] Linking C executable tests/windows
[88/117] Linking C executable tests/iconify
FAILED: tests/iconify 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/iconify.dir/iconify.c.o tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o tests/CMakeFiles/iconify.dir/__/deps/glad_gl.c.o  -o tests/iconify  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/iconify.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[89/117] Linking C executable examples/boing
[90/117] Linking C executable examples/particles
FAILED: examples/particles 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic examples/CMakeFiles/particles.dir/particles.c.o examples/CMakeFiles/particles.dir/__/deps/tinycthread.c.o examples/CMakeFiles/particles.dir/__/deps/getopt.c.o examples/CMakeFiles/particles.dir/__/deps/glad_gl.c.o  -o examples/particles  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm  -lrt  -lpthread && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: examples/CMakeFiles/particles.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: examples/CMakeFiles/particles.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[91/117] Linking C executable tests/reopen
[92/117] Linking C executable examples/wave
[93/117] Linking C executable examples/sharing
[94/117] Linking C executable tests/glfwinfo
FAILED: tests/glfwinfo 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/glfwinfo.dir/glfwinfo.c.o tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o tests/CMakeFiles/glfwinfo.dir/__/deps/glad_gl.c.o tests/CMakeFiles/glfwinfo.dir/__/deps/glad_vulkan.c.o  -o tests/glfwinfo  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/glfwinfo.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[95/117] Linking C executable tests/tearing
[96/117] Linking C executable tests/clipboard
FAILED: tests/clipboard 
: && TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-clang -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0=/usr/src/debug/glfw/3.3gitAUTOINC+781fbbadb0-r0                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot=                      -fdebug-prefix-map=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native=   -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -march=armv8-a+crc   -mlittle-endian -Wno-error=unused-command-line-argument -Qunused-arguments -fstack-protector-strong  -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now   -rdynamic tests/CMakeFiles/clipboard.dir/clipboard.c.o tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o tests/CMakeFiles/clipboard.dir/__/deps/glad_gl.c.o  -o tests/clipboard  -Wl,-rpath,"\$ORIGIN/../src"  src/libglfw.so.3.4  -lm && :
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `opterr@@GLIBC_2.17' which may bind externally can not be used when making a shared object; recompile with -fPIC
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: tests/CMakeFiles/clipboard.dir/__/deps/getopt.c.o(.text+0x28): unresolvable R_AARCH64_ADR_PREL_PG_HI21 relocation against symbol `opterr@@GLIBC_2.17'
TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux/aarch64-yoe-linux-ld: final link failed: bad value
clang-10: error: linker command failed with exit code 1 (use -v to see invocation)
[97/117] Linking C executable examples/triangle-opengl
[98/117] Linking C executable tests/empty
[99/117] Linking C executable tests/threads
[100/117] Linking C executable examples/splitview
[101/117] Linking C executable examples/gears
[102/117] Linking C executable examples/heightmap
[103/117] Linking C executable tests/cursor
[104/117] Linking C executable examples/offscreen
[105/117] Building C object tests/CMakeFiles/triangle-vulkan.dir/triangle-vulkan.c.o
[106/117] Building C object tests/CMakeFiles/timeout.dir/__/deps/glad_gl.c.o
[107/117] Building C object tests/CMakeFiles/gamma.dir/gamma.c.o
[108/117] Building C object tests/CMakeFiles/inputlag.dir/inputlag.c.o
[109/117] Building C object tests/CMakeFiles/joysticks.dir/joysticks.c.o
[110/117] Building C object tests/CMakeFiles/opacity.dir/opacity.c.o
ninja: build stopped: subcommand failed.
WARNING: TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/temp/run.do_compile.1270938:1 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TOPDIR/build/tmp/work/aarch64-yoe-linux/glfw/3.3gitAUTOINC+781fbbadb0-r0/build' "$@" -- -j 44 -l 66.0'

Error details

Submitted on:
31/12/19 12:11
Error type:
Recipe
Task:
do_compile
Recipe:
glfw
Recipe version:
3.3gitAUTOINC+781fbbadb0-r0
Machine:
qemuarm64
Distro:
yoe
Build system:
x86_64-linux
Target system:
aarch64-yoe-linux
Host distro:
universal/arch
Branch:
yoe/mut
Commit:
4c5120679760d461bea5bc2d589bfa05dadd4293
Build:
#95922
Submitter:
raj.khem@gmail.com
Similar errors:
0
Open a bug