-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multilib support for jack-2.9999 was dropped #1
Comments
32-bit libs should be installed into <PREFIX>/lib/ 64-bit libs should be installed into <PREFIX>/lib64/ |
Error 1, shebang:
|
Error 2, wscript not found
ls -la /var/tmp/portage/media-sound/jack2-2.9999/work/total 20 |
|
recent git implementations require safe.directory to work properly https://bugs.gentoo.org/879353 gentoo/gentoo#28154 The current fix for #879353, commit 207a50da440b7c6bea060972a7684e792c2a84fc, does not address the install, as observed in #1 (comment) This is workaround for #1 The git eclass should handle this situation without ebuild workarounds.
Commit 41ab268 drops support for multilib in jack2.
This is of no issue on arm&arm64 but breaks lib32+lib64 deployments on x86_64.
Once https://bugs.gentoo.org/879353 is fixed for multlib setups, multilib support can be brought back for jack2/jackdbus.
The text was updated successfully, but these errors were encountered: