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

Automatically handle all binaries in shared/lib #6

Closed
Samueru-sama opened this issue Jan 22, 2025 · 2 comments
Closed

Automatically handle all binaries in shared/lib #6

Samueru-sama opened this issue Jan 22, 2025 · 2 comments

Comments

@Samueru-sama
Copy link
Contributor

Instead of doing what I did here for webkit2gtk.

lib4bin should check all files in lib and if they are binaries then move them to shared/bin and put a relative symlink to sharun at their original location.

It should be relative easy to do.

  • Check all elf files in shared/lib.

  • Make sure they are not static

  • Make sure they don't contain .so* in their name since old distros have binaries that show as shared objects.

  • Move and symlink to sharun.

@VHSgunzo
Copy link
Owner

@Samueru-sama
in fact, no ELF executable file is automatically copied to shared/lib, only shared objects get there, and things like webkit or gstreamer must be handled individually in hooks

@Samueru-sama
Copy link
Contributor Author

@Samueru-sama in fact, no ELF executable file is automatically copied to shared/lib, only shared objects get there, and things like webkit or gstreamer must be handled individually in hooks

Alright closing in that case, it means we need a gstreamer hook as well.

@Samueru-sama Samueru-sama closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2025
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

2 participants