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

Dependencies don't work on 22.04 #2

Closed
mattgodbolt opened this issue Mar 7, 2023 · 1 comment
Closed

Dependencies don't work on 22.04 #2

mattgodbolt opened this issue Mar 7, 2023 · 1 comment

Comments

@mattgodbolt
Copy link
Member

We build on 20.04 but the image doesn't work on 22.04 (which the admin node is).

I hacked it to copy libraries, but the rpath isn't transitive:

/opt/compiler-explorer/cobol/gnucobol-3.2-rc2/bin/cobc: error while loading shared libraries: libicuuc.so.66: cannot open shared object file: No such file or directory

and if I hack the LD_LIBRARY_PATH:

$ env LD_LIBRARY_PATH=/opt/compiler-explorer/cobol/gnucobol-3.2-rc2/lib /opt/compiler-explorer/cobol/gnucobol-3.2-rc2/bin/cobc
Inconsistency detected by ld.so: dl-call-libc-early-init.c: 37: _dl_call_libc_early_init: Assertion `sym != NULL' failed!
@mattgodbolt
Copy link
Member Author

Ok this is as I've copied libc and libpthread (oops). don't do that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant