falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.62k stars 147 forks source link

VST opens in Ubuntu but not Fedora #1209

Open JRSV opened 4 years ago

JRSV commented 4 years ago

I have a number of VSTs that load succesfully in Ubuntu 19.10 but fail to load in Fedora 31. (eg. https://freevstplugins.net/clog-boxes/)

"This Carla build cannot handle this binary" how can I figure out what is the problem?

when compiling the latest version in Fedora 31 I get this message:

install: cannot stat 'bin/CarlaRack.': No such file or directory install: cannot stat 'bin/CarlaPatchbay.': No such file or directory make: *** [Makefile:549: install_main] Error 1 [jrsv@jrsv-dell Carla-develop]$

cheers

falkTX commented 4 years ago

I think you will have to see with the Fedora maintainer. Building the windows bridges is not totally straight forward, so I understand some might skip on that.

Regarding your build/install issue, you are simply missing a few dependencies (run make features to figure out which, and ignore the ffmpeg one and external plugins). For building the windows bridges, see its dedicated section in https://github.com/falkTX/Carla/blob/develop/INSTALL.md

JRSV commented 4 years ago

I have followed the build instructions and in theory met all dependencies however it seems it does not compile as it should as make features informs of this.

sudo dnf install python3-qt5-devel python3-rdflib \ file-devel liblo-devel alsa-lib-devel pulseaudio-libs-devel libX11-devel gtk2-devel gtk3-devel qt4-devel qt5-devel fluidsynth-devel libsndfile-devel

thanks anyway

falkTX commented 4 years ago

any further attempts? any success on those?

JRSV commented 4 years ago

No, sorry, the suggested steps left me hanging

I think you will have to see with the Fedora maintainer. I have no idea how to proceed with that one,

Regarding your build/install issue... The fight to hunt down dependencies led me to desist.

however, I have tried out manjaro, with success and enlightened me to try some ideas (which I havent been able to do yet)

falkTX commented 4 years ago

Well, I mean to try to contact whoever is responsible for packaging carla on Fedora.

But well, turns out I know who that person is :P I will ping him about this.

JRSV commented 4 years ago

so, apparently my manjaro inspired ideas get frustrated as there seems to be no repository to install the carla-bridge-win32/64 that I figure is missing. https://repology.org/project/carla-bridges-win64/versions. I have searched a bit and I have found no info on how to install this in Fedora. Hope your ping with the fedora maintainer brings me better news :P cheers

JoshuaRogers commented 2 years ago

@falkTX : First off, thanks for the awesome project.

I’m a Fedora user and was just getting ready to investigate building the Win64 plug-in, but before I got into the meat of it, I was wondering if the inquiry to the Fedora maintainer had turned anything up. I hated to start working on something that someone else has almost finished. :p

If it hasn’t, then I might try to figure it out myself.

Thanks for the project.

falkTX commented 2 years ago

I dont think anything happened there. But @eeickmeyer can tell more details.

eeickmeyer commented 2 years ago

Well, I don't maintain the Fedora package, but you might be able to figure out how to apply what I did by looking at the debian/rules file in the package for Ubuntu. Take a look at the code at https://launchpad.net/carla