Hi,
i'm not sure if this is the right place to ask this - is it?
My problem was already discussed on the debian mailing lists (http://osdir.com/ml/debian-bugs-rc/2010-09/msg00857.html) but i was not able to find a solution there that fits to my distro. On packman (http://www.mail-archive.com/packman@links2linux.de/msg02711.html) the issue was also discussed but the solution there was to compile pd as 32 bit.
Here is what i did: I compiled pd-extended-0.42.5 on a 64bit slackware linux. Everything seemed to work fine until i try to run pdextended. I tried to fix the errors but after that i encountered new errors which i wasn't able to fix.
Here is the console output and my commands:
$ pdextended sh: /usr/bin/pd-gui: No such file or directory ^CPd: signal 2 $ locate pd-gui /usr/lib64/pd-extended/bin/pd-gui $ su # ln -s /usr/lib64/pd-extended/bin/pd-gui /usr/bin/pd-gui $ pdextended tcl: /usr/bin/pd.tk: can't open script ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (input): No such file or directory ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (output): No such file or directory invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_pd_startup" pd: exiting $ su # ln -s /usr/lib64/pd-extended/bin/pd.tk /usr/bin/pd.tk $ pdextended ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (input): No such file or directory ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM ??? snd_pcm_open (output): No such file or directory tk scaling is 1.250351617440225 tcl: /usr/bin/pd.tk: can't open script invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_post" invalid command name "pdtk_pd_startup" pd: exiting
greets, Felix
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-01-24 19:57, Felix Pfeifer wrote:
Hi,
Here is what i did: I compiled pd-extended-0.42.5 on a 64bit slackware linux. Everything seemed to work fine until i try to run
then i would say it is _not_ a compilation issue.
pdextended. I tried to fix the errors but after that i encountered new errors which i wasn't able to fix.
Here is the console output and my commands:
$ pdextended sh: /usr/bin/pd-gui: No such file or directory ^CPd: signal 2 $ locate pd-gui /usr/lib64/pd-extended/bin/pd-gui $ su # ln -s /usr/lib64/pd-extended/bin/pd-gui /usr/bin/pd-gui $ pdextended tcl: /usr/bin/pd.tk: can't open script
this strongly reminds me of a bug we fixed in debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596780
fgamsdr IOhannes
I also have stumbled upon that (or a similar variation in my poor jugdement). You can also locate pd.tk, anyhow it happend to me when the final tidying up (when compilling pd) was not fully executed, thus it complained about the location of pd-gui.tcl in my case.
pedro@io:~$ pd Error in startup script: couldn't read file "/usr/lib/pd/tcl//pd-gui.tcl": no such file or directory
But this only happened when I started pd from anyplace. If I go into /usr/lib/pd-extended/bin
pedro@io:~$ cd /usr/lib/pd-extended/ pedro@io:/usr/lib/pd-extended$ cd bin pedro@io:/usr/lib/pd-extended/bin$ ./pd
It loads correctly. Is this you case?
On Mon, Jan 24, 2011 at 7:03 PM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
_not_
But this only happened when I started pd from anyplace. If I go into /usr/lib/pd-extended/bin pedro@io:~$ cd /usr/lib/pd-extended/ pedro@io:/usr/lib/pd-extended$ cd bin pedro@io:/usr/lib/pd-extended/bin$ ./pd It loads correctly. Is this you case?
oh yeah, it's the first time it runs :] i have to: $ cd /usr/lib64/pd-extended/bin and then i can do: $ ../pd
and it runs just fine. have you been able to fix your installation so that you can run from anyplace?
this strongly reminds me of a bug we fixed in debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596780
i'm on the way checking this, thank's so far.
Felix