Hi,
While building the 09.00.00.03 SDK I get an error. If I build with MACHINE=am62xx-evm bitbake tisdk-default-image then it actually stops the build. Putting the -k in there seems to allow it to continue but I'd like to know if that is normal or not.
The error seems to be with a submodule called glm required by powervr-graphics. It looks like it can't read the git repo but I don't seem to have any issue if I manually git clone this repo so I don't think there is anything wrong with the network settings etc.
ERROR: powervr-graphics-5.10-r0 do_configure: ExecutionError('/home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/temp/run.do_configure.3377018', 1, None, None) ERROR: Logfile of failure stored in: /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/temp/log.do_configure.3377018 Log data follows: | DEBUG: Executing python function extend_recipe_sysroot | NOTE: Direct dependencies are ['/home/username/tisdk/sources/oe-core/meta/recipes-core/glibc/glibc_2.35.bb:do_populate_sysroot', '/home/username/tisdk/sources/oe-core/meta/recipes-devtools/cmake/cmake-native_3.22.3.bb:do_populate_sysroot', '/home/username/tisdk/sources/oe-core/meta/recipes-devtools/gcc/gcc-cross_11.3.bb:do_populate_sysroot', '/home/username/tisdk/sources/oe-core/meta/recipes-devtools/gcc/gcc-runtime_11.3.bb:do_populate_sysroot', '/home/username/tisdk/sources/oe-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot', '/home/username/tisdk/sources/oe-core/meta/recipes-graphics/wayland/wayland-protocols_1.25.bb:do_populate_sysroot', '/home/username/tisdk/sources/oe-core/meta/recipes-graphics/wayland/wayland_1.20.0.bb:do_populate_sysroot', 'virtual:native:/home/username/tisdk/sources/oe-core/meta/recipes-devtools/ninja/ninja_1.10.2.bb:do_populate_sysroot', 'virtual:native:/home/username/tisdk/sources/oe-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', 'virtual:native:/home/username/tisdk/sources/oe-core/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', 'virtual:native:/home/username/tisdk/sources/oe-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/username/tisdk/sources/oe-core/meta/recipes-extended/xz/xz_5.2.6.bb:do_populate_sysroot', 'virtual:native:/home/username/tisdk/sources/oe-core/meta/recipes-graphics/wayland/wayland_1.20.0.bb:do_populate_sysroot'] | NOTE: Installed into sysroot: [] | NOTE: Skipping as already exists in sysroot: ['glibc', 'cmake-native', 'gcc-cross-aarch64', 'gcc-runtime', 'quilt-native', 'wayland-protocols', 'wayland', 'ninja-native', 'patch-native', 'pkgconfig-native', 'pseudo-native', 'xz-native', 'wayland-native', 'libtool-native', 'attr-native', 'linux-libc-headers', 'libgcc', 'bzip2-native', 'zstd-native', 'ncurses-native', 'curl-native', 'zlib-native', 'gettext-minimal-native', 're2c-native', 'libffi-native', 'expat-native', 'python3-native', 'libxml2-native', 'libffi', 'libxml2', 'expat', 'mpfr-native', 'gmp-native', 'gnu-config-native', 'libmpc-native', 'flex-native', 'binutils-cross-aarch64', 'texinfo-dummy-native', 'openssl-native', 'util-linux-libuuid-native', 'libtirpc-native', 'readline-native', 'gdbm-native', 'sqlite3-native', 'libnsl2-native', 'zlib', 'python3', 'm4-native', 'perl-native', 'ncurses', 'bzip2', 'opkg-utils', 'openssl', 'libnsl2', 'xz', 'gdbm', 'util-linux-libuuid', 'readline', 'sqlite3', 'libtirpc', 'libxcrypt', 'make-native', 'cryptodev-linux'] | DEBUG: Python function extend_recipe_sysroot finished | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 11.3.0 | -- The CXX compiler identification is GNU 11.3.0 | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Check for working C compiler: /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux/aarch64-oe-linux-gcc - skipped | -- Detecting C compile features | -- Detecting C compile features - done | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Check for working CXX compiler: /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/recipe-sysroot-native/usr/bin/aarch64-oe-linux/aarch64-oe-linux-g++ - skipped | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Adding PVRCore | Submodule glm not initalised, Attempting to fetch now | Submodule 'external/glm/source' (https://github.com/g-truc/glm.git) registered for path 'source' | Cloning into '/home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/git/external/glm/source'... | fatal: unable to access 'https://github.com/g-truc/glm.git/': Could not resolve host: github.com | fatal: clone of 'https://github.com/g-truc/glm.git' into submodule path '/home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/git/external/glm/source' failed | Failed to clone 'external/glm/source'. Retry scheduled | Cloning into '/home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/git/external/glm/source'... | fatal: unable to access 'https://github.com/g-truc/glm.git/': Could not resolve host: github.com | fatal: clone of 'https://github.com/g-truc/glm.git' into submodule path '/home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/git/external/glm/source' failed | Failed to clone 'external/glm/source' a second time, aborting | -- Configuring incomplete, errors occurred! | See also "/home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/build/CMakeFiles/CMakeOutput.log". | CMake Error at cmake/utilities/submodules.cmake:42 (message): | Failed updating git submodule glm with error 1 | Call Stack (most recent call first): | framework/PVRCore/CMakeLists.txt:78 (add_submodule_to_sdk) | | | WARNING: /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/temp/run.do_configure.3377018:162 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/git -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DPYTHON_EXECUTABLE:PATH=/usr/bin/python3 -DPython_EXECUTABLE:PATH=/usr/bin/python3 -DPython3_EXECUTABLE:PATH=/usr/bin/python3 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_TOOLCHAIN_FILE=/home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/toolchain.cmake -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DPVR_WINDOW_SYSTEM=Wayland -DCMAKE_LIBRARY_PATH= -DPVR_BUILD_OPENGLES_EXAMPLES=On -DPVR_BUILD_VULKAN_EXAMPLES=Off -Wno-dev' | WARNING: Backtrace (BB generated script): | #1: cmake_do_configure, /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/temp/run.do_configure.3377018, line 162 | #2: do_configure, /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/temp/run.do_configure.3377018, line 141 | #3: main, /home/username/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/powervr-graphics/5.10-r0/temp/run.do_configure.3377018, line 198 ERROR: Task (/home/username/tisdk/sources/meta-processor-sdk/recipes-graphics/powervr-graphics/powervr-graphics_5.10.bb:do_configure) failed with exit code '1' NOTE: Tasks Summary: Attempted 7482 tasks of which 404 didn't need to be rerun and 1 failed.