Skip to content

bitwig-studio: update to 6.0.6#61079

Open
Settyness wants to merge 1 commit into
void-linux:masterfrom
Settyness:setty-series
Open

bitwig-studio: update to 6.0.6#61079
Settyness wants to merge 1 commit into
void-linux:masterfrom
Settyness:setty-series

Conversation

@Settyness

Copy link
Copy Markdown
Contributor

Testing the changes

  • I tested the changes in this PR: YES

Local build testing

  • I built this PR locally for my native architecture, (x86_64-glibc)

Foolish me. Forgot to use a different branch. Third time's the charm.

Comment thread srcpkgs/bitwig-studio/template Outdated
nostrip=yes
restricted=yes
repository=nonfree
shlib_provides="ld-linux.so.2"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this should be here.

@Settyness Settyness Jun 21, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see someone else ran into this issue as well: #57882 (comment)

The current package fails in the same way currently.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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

Successfully merging this pull request may close these issues.

2 participants