Closed borntohonk closed 1 month ago
second note:
importing hactool into the container externally:
hactool: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by hactool)
so glibc is also required in the container. (libc6-dev on apt)
second note:
importing hactool into the container externally:
hactool: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by hactool)
official devkitPro hactool binary contains no such symbol.
~so glibc is also required in the container. (libc6-dev on apt)~
libc6-dev is a development library, not a runtime library. As noted above hactool has no symbols which require changes to the image.
make[3]: hactool: No such file or directory make[3]: *** [/Atmosphere/emummc/Makefile:104: /Atmosphere/emummc/emummc_unpacked.kip] Error 127
attempting to comply with your request to not use CI's running pacman -Syu https://github.com/devkitPro/pacman/issues/31
please add hactool to your container, so that I can comply with your needs and instead use your container.
reproducible command on debian: (note: there's some quirks in atmospheres make all chain which fails troposphere commands, which is why make is called twice before that.)
expected result: hactool present so that atmosphere compiles
or the equivalent github actions workflow: