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

Fix #48. Add GUIX Support #225

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Fix #48. Add GUIX Support #225

wants to merge 1 commit into from

Conversation

thw26
Copy link
Collaborator

@thw26 thw26 commented Nov 11, 2024

Fixes #48.

Currently blocked as Python 3.12 is not supported to do enough testing to figure out the workarounds to patch the binary's ELF.

guest@gnu ~$ chmod 700 oudedetai 
guest@gnu ~$ ./oudedetai 
bash: ./oudedetai: No such file or directory
guest@gnu ~$ sudo patchelf --set-interpreter /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/ld-linux-x86-64.so.2 Downloads/oudedetai 
guest@gnu ~$ ./Downloads/oudedetai 
./Downloads/oudedetai: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

@thw26 thw26 added installer This issue is related to the install routine blocked labels Nov 11, 2024
@thw26 thw26 marked this pull request as draft November 11, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked installer This issue is related to the install routine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for GUIX
1 participant