On 2023-07-04, Vagrant Cascadian wrote: > On 2023-07-04, Vagrant Cascadian wrote: >> On 2023-07-02, Vagrant Cascadian wrote: >>> On 2023-06-18, Vagrant Cascadian wrote: >>>> Builds most of the u-boot-* packages successfully, notable issues are >>>> with u-boot-tools failing to build >> >> u-boot-tools needs some updates to the patch disabling openssl >> support... > > Still needed, although I find it strange that we are running the u-boot > testsuite with the u-boot-tools package... as it mostly runs tests for > the u-boot-sandbox targets rather than the tools... seems much more > appropriate for the... u-boot-sandbox package? :) > > At any rate, whereever the tests are run from, it appears to also need > the python-filelock package as an input, as well as patching out > CONFIG_*_SIGNATURE and/or related variables... still poking at that. More specifically: +make O=/tmp/guix-build-u-boot-tools-2023.07-rc6.drv-0/u-boot-2023.07-rc6/build-sandbox_vpl -s -j4 ../scripts/dtc-version.sh: line 18: which: command not found In file included from ../tools/imagetool.h:24, from ../tools/aisimage.c:7: ../include/image.h:1397:12: fatal error: openssl/evp.h: No such file or directory 1397 | # include | ^~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.host:112: tools/aisimage.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from ../tools/imagetool.h:24, from ../tools/atmelimage.c:7: ../include/image.h:1397:12: fatal error: openssl/evp.h: No such file or directory 1397 | # include | ^~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.host:112: tools/atmelimage.o] Error 1 In file included from ../tools/imagetool.h:24, from ../tools/fit_common.c:20: ../include/image.h:1397:12: fatal error: openssl/evp.h: No such file or directory 1397 | # include | ^~~~~~~~~~~~~~~ compilation terminated. make[3]: *** [scripts/Makefile.host:112: tools/fit_common.o] Error 1 In file included from ../tools/imagetool.h:24, from ../tools/fit_image.c:16: ../include/image.h:1397:12: fatal error: openssl/evp.h: No such file or directory 1397 | # include | ^~~~~~~~~~~~~~~ compilation terminated. live well, vagrant