El 8/10/24 a las 11:39, Micha Lenk escribió:
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-s390x-linux-gnu' make[3]: *** No rule to make target '/<<PKGBUILDDIR>>/src/bankdata/bankdata.de.db', needed by 'src/bankdata/CMakeFiles/bankdata_db'. Stop. make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-s390x-linux-gnu' make[2]: *** [CMakeFiles/Makefile2:417: src/bankdata/CMakeFiles/bankdata_db.dir/all] Error 2
That looks like a Makefile bug. You can probably reproduce it on amd64 (i.e. in your own computer, without using a porter box) using make --shuffle. https://trofi.github.io/posts/238-new-make-shuffle-mode.html We are still at version 4.3 but you can download it from ftp.gnu.org and build it with "./configure; make". Thanks.