Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bali release is broken #89

Open
linusg opened this issue Feb 4, 2025 · 4 comments
Open

Bali release is broken #89

linusg opened this issue Feb 4, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@linusg
Copy link
Member

linusg commented Feb 4, 2025

Image

FAIL 1 test/harness/assert-notsamevalue-nan.js
/home/runner-3/.esvu/engines/bali/balde: error while loading shared libraries: libicui18n.so.74: cannot open shared object file: No such file or directory

FAIL 2 test/harness/assert-false.js
/home/runner-3/.esvu/engines/bali/balde: error while loading shared libraries: libicui18n.so.74: cannot open shared object file: No such file or directory

FAIL 3 test/harness/assert-false.js
/home/runner-3/.esvu/engines/bali/balde: error while loading shared libraries: libicui18n.so.74: cannot open shared object file: No such file or directory

@xTrayambak please update the release artefact and the esvu fork to install this correctly or link it statically.

@linusg linusg added the bug Something isn't working label Feb 4, 2025
@xTrayambak
Copy link

Okay, I'll try fixing this today. I thought I had fixed it, apparently not.

xTrayambak added a commit to ferus-web/bali that referenced this issue Feb 5, 2025
@linusg
Copy link
Member Author

linusg commented Feb 5, 2025

Still getting this with the latest build (https://github.com/ferus-web/bali/actions/runs/13151960657).

$ ./balde
./balde: error while loading shared libraries: libicui18n.so.74: cannot open shared object file: No such file or directory
$ ldd ./balde
./balde:
        linux-vdso.so.1 (0x00007fff52b2f000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9eff6f1000)
        libgmp.so.10 => /lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f9eff66f000)
        libicui18n.so.74 => not found
        libicuuc.so.74 => not found
        libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9eff443000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9eff421000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9eff1f8000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9effae3000)

@xTrayambak
Copy link

Alright, my bad. I'll try to properly fix this when I have time. Sorry for any problems I'm causing.

@linusg
Copy link
Member Author

linusg commented Feb 5, 2025

No worries, this is mostly for your awareness - not causing problems :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants