You are not logged in.

#1 2013-06-19 03:13:18

AlecB
Member
Registered: 2013-01-26
Posts: 114

Lib32-jack is incompatible with jack2-dbus

I have been trying to install dssi-vst-git from the AUR, but it requires lib32-jack. When I tried to install lib32-jack, it gave me the following

resolving dependencies...
looking for inter-conflicts...
:: jack and jack2-dbus are in conflict. Remove jack2-dbus? [y/N] 
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: jack and jack2-dbus are in conflict

So do I have to downgrade to jack, or is there a version of lib32-jack that supports jack2-dbus. Or can I install dssi-vst-git without it? All I want to do is load vst synth plugins in Rosegarden (which only supports dssi), so if there is a way to do that without even using dssi-vst then feel free to let me know ;-)


I believe in Christianity as I believe that the sun has risen: not only because I see it, but because by it I see everything else.
C. S. Lewis

Offline

#2 2013-06-19 22:06:40

AlecB
Member
Registered: 2013-01-26
Posts: 114

Re: Lib32-jack is incompatible with jack2-dbus

Update: I found jack2-dbus-multilib, and installed it. Dssi-vst-git installed, but jack no longer works. With jack2-dbus-multilib,

jack_control start

Gives

Traceback (most recent call last):
  File "/usr/bin/jack_control", line 336, in <module>
    main()
  File "/usr/bin/jack_control", line 132, in main
    bus = dbus.SessionBus()
  File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 211, in __new__
    mainloop=mainloop)
  File "/usr/lib/python2.7/site-packages/dbus/_dbus.py", line 100, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 122, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

I believe in Christianity as I believe that the sun has risen: not only because I see it, but because by it I see everything else.
C. S. Lewis

Offline

Board footer

Powered by FluxBB