On Sun, Oct 20, 2024, at 11:23 AM, Christoph Buck wrote: > I think something goes wrong during crosscompilation of the guile > modules in package `module-import-compiled`. The abi error is thrown > early on boot in the `initrd.cpio.gz` ramdisk. I extracted and > decompressed the ramdisk from both builds (crosscompilation and qemu) > which contain the `module-import-compiled` guile modules. I would expect > that the *.go files from the `module-import-compiled` package of both > ramdisks are binary identical but they have different md5sums. Lets take > for example `file-systems.go`, which cause the abi error. [...]
Can you show us the *complete and unedited* output of `readelf -hlSd file-systems.go` from both the working and the broken ramdisk, please? zw