[Bug 378235] Re: undefined symbol in pd-csound

2022-02-23 Thread IOhannes m zmoelnig
the [csoundapi~] object has been replaced by [csound6~] a while ago (and it works) ** Changed in: csound (Ubuntu) Status: Confirmed => Fix Released ** Changed in: csound (Ubuntu) Assignee: (unassigned) => IOhannes m zmoelnig (umlaeute) -- You received this bug notification because

[Bug 378235] Re: undefined symbol in pd-csound

2012-01-24 Thread Gabriel Rota
fix for lucid 10.04 is backport from maveric prevu cdbs/maverick sudo prevu-update prevu csound/maverick sudo apt-get update sudo apt-get upgrade -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/378235

[Bug 378235] Re: undefined symbol in pd-csound

2010-07-22 Thread rstets
this is so sad. getting ImportError: /usr/lib/libcsnd.so.5.2: undefined symbol: csoundSetKillXY on import csnd in python in 10.04 too -- undefined symbol in pd-csound https://bugs.launchpad.net/bugs/378235 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 378235] Re: undefined symbol in pd-csound

2010-06-14 Thread Glenn Holmer
Also affects CsoundAC in Lucid: shad...@orac:~ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type help, copyright, credits or license for more information. import CsoundAC Traceback (most recent call last): File stdin, line 1, in module File

[Bug 378235] Re: undefined symbol in pd-csound

2010-01-24 Thread tommy
This problem still exists. I've updated the patch to fix the line in stead of commenting it out. In stead of a comma inside a string, it should have two strings with the comma in between. ** Attachment added: csound.patch http://launchpadlibrarian.net/38328862/csound.patch ** Changed in:

[Bug 378235] Re: undefined symbol in pd-csound

2009-05-21 Thread becks
** Description changed: be...@zappa:~$ lsb_release -d Description:Ubuntu 9.04 be...@zappa:~$ apt-cache policy pd-csound pd-csound: Installed: 1:5.08.2~dfsg-1.1ubuntu2 Candidate: 1:5.08.2~dfsg-1.1ubuntu2 Version table: *** 1:5.08.2~dfsg-1.1ubuntu2 0 500

[Bug 378235] Re: undefined symbol in pd-csound

2009-05-21 Thread becks
in attachment my patch for csound-5.10.1~dfsg1 after this all seem to works fine be...@zappa:~$ python -c import csnd be...@zappa:~$ echo $? 0 puredata: csoundapi~ : csoundapi~ 1.01 A PD csound class using the Csound 5.10.1 API (c) V Lazzarini, 2005-2007 also csladspa works ** Attachment