[4.1.1] libSPIRV.so: cannot open shared object file: No such

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49056
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [4.1.1] libSPIRV.so: cannot open shared object file: No

Post by Graf Zahl »

Chris wrote:but it's apparent that custom building all your packages really didn't give you that much in terms of performance and resource saving, it was easy to break things with bad build settings, and building packages took way more time than just grabbing binaries.
So we agree about the core issue here. But this same issue will always be present if some library gets used both by the system and by other applications and there's conflicts that cannot be resolved easily. This is why I consider it such a problem if applications depend on what the system provides and the system depends on the single instance of said library. It may be too new if the application code is too old or it may be too old if the system hasn't been built against the latest version. And here's where separation of modules would help.

I only need to point to the 32 bit performance issue with libsndfile shortly after the GPL transition. This was because the official build was miscompiled. Now, if that had been used by the system without being able to replace easily it'd have been a major problem for GZDoom.
User avatar
Rachael
Posts: 13531
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: [4.1.1] libSPIRV.so: cannot open shared object file: No

Post by Rachael »

Having used Gentoo, myself, as well as pretty much any other distribution - I prefer pretty much any other distribution. Even Slackware is better than Gentoo, although I will admit Emerge is better with picking up the dependencies than Slackware's package manager is.

The only thing I like about Gentoo is its extremely minimalistic approach, which is great for cloud services (such as Linode). It basically runs with a lot less bloat than any other system. That's pretty much its only advantage.
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: [4.1.1] libSPIRV.so: cannot open shared object file: No

Post by _mental_ »

Internal libraries were forced to be static in 6fafa29.
Post Reply

Return to “Closed Bugs [GZDoom]”