IRC channel logs

2020-12-25.log

back to list of logs

*siraben uploaded an image: Screen Shot 2020-12-25 at 09.02.25.png (146KiB) < https://matrix.org/_matrix/media/r0/download/matrix.org/mvqXJqOHHVbEcswEGjcbmmsJ/Screen Shot 2020-12-25 at 09.02.25.png >
<siraben>this can't solely be CI cloning siraben/compiler, hm.
<siraben>OriansJ: I opened a PR which checks that precisely can compile a simple hello world program with GCC
<siraben>I'm trying to build blynn-compiler on virtualized x86_64 linux on macOS, but get an exec format error: http://ix.io/2Js6
<fossy>siraben: how is it vertialized
<fossy>output of file bin/pack_blobs and ldd bin/pack_blobs
<siraben>fossy: https://github.com/nix-community/linuxkit-nix
<siraben>"native virtualization (Hypervisor.Framework)"
<siraben>maybe it can't run i686 executables?
<fossy>sounds likely
<fossy>if theres no linux kernel macos no longer supports 32bit
<siraben>hm, any chance to use qemu instead?
<fossy>yes?
<siraben>i'll look into that
<siraben>I am unable to build blynn-compiler using M2-Planet from mescc-tools-seed
<fossy>siraben: I am able to
<fossy>what is your error
<siraben>fossy: https://github.com/siraben/compiler/runs/1607287855
<siraben>merry christmas to all ❄️
<siraben>I have exactly the same error as the CI
<fossy>odd
<pder>siraben: I looked at that look and don't understand where the "shrinking RPATHS of ELF executables" and "patching script interpreter" paths is coming from. Can you try eliminating those steps so the binaries are not modified?
<pder>s/look/log/
<siraben>pder: ok, that's from Nix
<siraben>patching script interpreter is harmless, it just rewrites the shebang at the top of go.sh to point into the nix store
<pder> https://paste.debian.net/1178287/
<pder>Verify the checksums of your binaries in mescc-tools-seed/bin. Mine are posted in that link