Csound Csound-dev Csound-tekno Search About

[Csnd] CsoundAC under Ubuntu Lucid

Date2010-06-13 17:49
FromGlenn Holmer
Subject[Csnd] CsoundAC under Ubuntu Lucid
I'm interested in learning CsoundAC, but it fails immediately on Ubuntu
Linux 10.04 ("Lucid Lynx"):

shadowm@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 "", line 1, in 
  File "/usr/lib/python2.6/dist-packages/CsoundAC.py", line 25, in 
    _CsoundAC = swig_import_helper()
  File "/usr/lib/python2.6/dist-packages/CsoundAC.py", line 21, in swig_import_helper
    _mod = imp.load_module('_CsoundAC', fp, pathname, description)
ImportError: /usr/lib/libcsnd.so.5.2: undefined symbol: csoundSetKillXYinCallback

There's at least one bug opened against it:

https://bugs.launchpad.net/ubuntu/+source/csound/+bug/373346

Does anyone know of a workaround?

Date2010-06-13 18:43
FromMichael Gogins
Subject[Csnd] Re: CsoundAC under Ubuntu Lucid
The error message appears to indicate that the version of csnd you are
loading is not the same version that _CsoundAC.so was linked with. You
may be able to fix this by reverting csnd to an earlier version or,
more likely, advancing to a newer version of csnd.

Hope this helps,
Mike

On Sun, Jun 13, 2010 at 12:49 PM, Glenn Holmer  wrote:
> I'm interested in learning CsoundAC, but it fails immediately on Ubuntu
> Linux 10.04 ("Lucid Lynx"):
>
> shadowm@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 "", line 1, in 
>  File "/usr/lib/python2.6/dist-packages/CsoundAC.py", line 25, in 
>    _CsoundAC = swig_import_helper()
>  File "/usr/lib/python2.6/dist-packages/CsoundAC.py", line 21, in swig_import_helper
>    _mod = imp.load_module('_CsoundAC', fp, pathname, description)
> ImportError: /usr/lib/libcsnd.so.5.2: undefined symbol: csoundSetKillXYinCallback
>
> There's at least one bug opened against it:
>
> https://bugs.launchpad.net/ubuntu/+source/csound/+bug/373346
>
> Does anyone know of a workaround?
>
> --
> "After the vintage season came the aftermath - and Cenbe."
> Glenn Holmer  (Q-Link: ShadowM)  http://www.lyonlabs.org
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"