-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No such file or directory" on application run #7
Comments
Could you send us the output of: |
469 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
469 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
469 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_MEASUREMENT", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_TELEPHONE", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_ADDRESS", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_NAME", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_PAPER", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_MONETARY", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_TIME", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/lib64/locale/en_US/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 3
469 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
469 open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
|
Looks like your strace output got truncated. Can repost the full output? |
I did Here's the strace.log http://pastebin.com/NUrejtJP |
Here's with -v verbose=all arguments |
It looks like you don't have Python installed. There's no 'python' executable on your PATH. After you'll install Python >= 2.5 you can try command: |
I have installed bash-4.2$ python Maybe an environment variable setting. Weird because I could run the version from the website and not the one from git. |
the /usr/bin/env doesn\t show me anthing regarding python, though it seems to be installed on the system. I'm using Slackware 14.1 Current 64 |
On the Slackware the python executable seems to be /usr/bin/python2.7. You can start LinuxBand with: Or you can create a symbolic link and start like this: The /usr/bin/env doesn't show you anything? What's the output of: Isn't python just an alias to /usr/bin/python2.7? That would explain it. |
I've edited the /usr/bin/linuxband Also had to fix the ^M line ending formatting issue with the dos2unix utili on that script. And now the application can run. Although I'm having some mma issues and cant produce the sound, but that's not the topic of this issue, I'll check the installation of mma first. |
The issue #6 says that we should clone the git repo and install from there since it has the latest bugfixes. However when I run the version from the website linuxband-12.02.1 The program runs but encounters that startup error as mentioned in the issue #6.
I've cloned the repo
used autogen.sh then used the standard ./configure make etc... procedure. It all went fine, but when i run linuxband or /usr/bin/linuxband I get this immediate ouput:
The text was updated successfully, but these errors were encountered: