Archlinux - Cadence-git (AUR) - ladish problem

Unofficial support for the KXStudio Linux distribution and applications.
More info at http://kxstudio.linuxaudio.org/

Moderators: MattKingUSA, khz

Post Reply
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Archlinux - Cadence-git (AUR) - ladish problem

Post by Capoeira »

Falk,

this is actualy a ladish problem, I never got it work in Arch,
BUT, it worked when I had installed Cadence from your (disabled) Arch repro, some time ago.
so, how did you manage to make this work.

when I start Cadence I can't even configure jack from there. I tried jack2 and jack2-dbus packages.


after starting cadence, clicking on "configure jack" gives this in terminal:

Code: Select all

Traceback (most recent call last):
  File "/usr/share/cadence/src/cadence.py", line 747, in <lambda>
    self.connect(self.b_jack_configure, SIGNAL("clicked()"), lambda: jack_configure(self))
  File "/usr/share/cadence/src/shared_jack.py", line 381, in jack_configure
    jacksettings.JackSettingsW(self).exec_()
  File "/usr/share/cadence/src/jacksettings.py", line 125, in __init__
    self.loadServerSettings()
  File "/usr/share/cadence/src/jacksettings.py", line 232, in loadServerSettings
    value = jackctl.GetParameterValue(["engine",attribute])[2]
  File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

jack logs this:

Code: Select all

Wed Jun  6 19:55:29 2012: ERROR: Abort!
Wed Jun  6 19:55:29 2012: ERROR: info.si_signo = 6
Wed Jun  6 19:55:29 2012: ERROR: info.si_errno = 0
Wed Jun  6 19:55:29 2012: ERROR: Segmentation Fault!
Wed Jun  6 19:55:29 2012: ERROR: info.si_signo = 11
Wed Jun  6 19:55:29 2012: ERROR: info.si_errno = 0
Wed Jun  6 19:55:29 2012: ERROR: info.si_code  = 1 (SEGV_MAPERR)
Wed Jun  6 19:55:29 2012: ERROR: info.si_addr  = 0x64656c69
Wed Jun  6 19:55:29 2012: ERROR: reg[00]       = 0x00000033
Wed Jun  6 19:55:29 2012: ERROR: reg[01]       = 0xc0470000
Wed Jun  6 19:55:29 2012: ERROR: reg[02]       = 0x0000007b
Wed Jun  6 19:55:29 2012: ERROR: reg[03]       = 0x0000007b
Wed Jun  6 19:55:29 2012: ERROR: reg[04]       = 0x64656c69
Wed Jun  6 19:55:29 2012: ERROR: reg[05]       = 0xbfc39390
Wed Jun  6 19:55:29 2012: ERROR: reg[06]       = 0xbfc39358
Wed Jun  6 19:55:29 2012: ERROR: reg[07]       = 0xbfc38dc0
Wed Jun  6 19:55:29 2012: ERROR: reg[08]       = 0xb7533ff4
Wed Jun  6 19:55:29 2012: ERROR: reg[09]       = 0x64656c69
Wed Jun  6 19:55:29 2012: ERROR: reg[10]       = 0xffffffff
Wed Jun  6 19:55:29 2012: ERROR: reg[11]       = 0x00000000
Wed Jun  6 19:55:29 2012: ERROR: reg[12]       = 0x0000000e
Wed Jun  6 19:55:29 2012: ERROR: reg[13]       = 0x00000004
Wed Jun  6 19:55:29 2012: ERROR: reg[14]       = 0xb73da427
Wed Jun  6 19:55:29 2012: ERROR: reg[15]       = 0x00000073
Wed Jun  6 19:55:29 2012: ERROR: reg[16]       = 0x00210246
Wed Jun  6 19:55:29 2012: ERROR: reg[17]       = 0xbfc38dc0
Wed Jun  6 19:55:29 2012: ERROR: reg[18]       = 0x0000007b
Wed Jun  6 19:55:29 2012: ERROR: Stack trace:
Wed Jun  6 19:55:29 2012: ERROR:  1: 0xb73da427 <_IO_vfprintf+15383> (/lib/libc.so.6)
Wed Jun  6 19:55:29 2012: ERROR:  2: 0xb7492588 <__vsnprintf_chk+232> (/lib/libc.so.6)
Wed Jun  6 19:55:29 2012: ERROR: End of stack trace
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Archlinux - Cadence-git (AUR) - ladish problem

Post by Capoeira »

thanks

gladish has the same problem, when clicking configure jack, ladiconf starts but not functional
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Archlinux - Cadence-git (AUR) - ladish problem

Post by Capoeira »

python-dbus is now python3.
your bugreport for pyqt was not noticed at all.
If somebody makes a pyqt PCKGBUILD, would this resolve the problem?
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Archlinux - Cadence-git (AUR) - ladish problem

Post by Capoeira »

falkTX wrote:This is now fixed in testing, and should hit the main repos soon.
I'll try it myself later today to make sure it all works (but note that the new py3 'Cadence' app is not yet complete)

very nice, will wait for it.


btw. Will we have festige suporting new fsthost soon? just asking....
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Archlinux - Cadence-git (AUR) - ladish problem

Post by Capoeira »

falkTX wrote:
Capoeira wrote:
falkTX wrote:This is now fixed in testing, and should hit the main repos soon.
I'll try it myself later today to make sure it all works (but note that the new py3 'Cadence' app is not yet complete)

very nice, will wait for it.


btw. Will we have festige suporting new fsthost soon? just asking....
Hopefully soon yes, but I'm focusing on getting a beta1-cadence out first.

sure....thanks for the info
Post Reply