bitwig-studio: update to 6.0.6#61079
Conversation
| nostrip=yes | ||
| restricted=yes | ||
| repository=nonfree | ||
| shlib_provides="ld-linux.so.2" |
There was a problem hiding this comment.
I don't think this should be here.
There was a problem hiding this comment.
For the life of me, I cannot get past:
SONAME: ld-linux.so.2 <-> UNKNOWN PKG PLEASE FIX!
=> ERROR: bitwig-studio-6.0.6_1: cannot guess required shlibs, aborting!
A previous commit got past this with noverifyrdeps=yes, but I thought it seemed heavy-handed, so I went with shlib_provides="ld-linux.so.2". The best way I see forward, instead then, is to add skiprdeps="/opt/bitwig-studio/bin/BitwigPluginHost-X86-AVX2" since it is the 32-bit plugin host who is asking for glibc-32bit. I have this package installed and the mapping appears correct, but it just won't let me continue without one of these directives. Just want to verify if this is acceptable.
There was a problem hiding this comment.
I see someone else ran into this issue as well: #57882 (comment)
The current package fails in the same way currently.
There was a problem hiding this comment.
I think skiprdeps="/opt/bitwig-studio/bin/BitwigPluginHost-X86-AVX2" is the "cleanest" solution for now until we have something better. This is like noverifyrdeps but only for this problematic binary that depends on -32bit packages.
Testing the changes
Local build testing
Foolish me. Forgot to use a different branch. Third time's the charm.