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

Failed to build an universal debug binary artifact on Fedora 35 #29

Open
STRRL opened this issue Mar 23, 2022 · 0 comments
Open

Failed to build an universal debug binary artifact on Fedora 35 #29

STRRL opened this issue Mar 23, 2022 · 0 comments
Labels
question Further information is requested

Comments

@STRRL
Copy link
Member

STRRL commented Mar 23, 2022

After executing make debug on my machine, then copy the target/debug/toda into chaos-daemon container, it would failed to execute toda command with error:

/usr/local/bin/toda: error while loading shared libraries: libfuse3.so.3: cannot open shared object file: No such file or directory

After install the package libfuse3-3, it still failed with error:

toda: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by toda)
toda: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by toda)
toda: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by toda)

🤪🤪
I could remove --release in Dockerfile to fetch a debug build now. I think we could also use this way to replace make debug recipe (also build debug build in docker)

@STRRL STRRL added the question Further information is requested label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant