: meson.build references asbestos/gadgets-x86/entry.S, but only gadgets-x86_64 and
Author: devops2626Created Jul 9, 2026Updated Jul 9, 2026
Environment: Alpine Linux, i686 (32-bit x86 host), meson 0.58.1, gcc 10.3.1
Steps to reproduce: git clone --recurse-submodules https://github.com/ish-app/ish.git cd ish meson setup build
Error: meson.build:69:0: ERROR: File asbestos/gadgets-x86/entry.S does not exist.
Details:
find asbestos -name entry.S only shows asbestos/gadgets-x86_64/entry.S and
asbestos/gadgets-aarch64/entry.S. There is no gadgets-x86 directory in the
current source tree, but meson.build still appears to reference it for 32-bit
x86 hosts. Either 32-bit x86 host builds should be officially dropped, or the
missing gadgets directory needs to be restored.
Source: ish-app/ish