Skip to content
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

bug: make binaries executable on Ubuntu #527

Closed
edkerk opened this issue Feb 23, 2024 Discussed in #526 · 0 comments
Closed

bug: make binaries executable on Ubuntu #527

edkerk opened this issue Feb 23, 2024 Discussed in #526 · 0 comments
Labels
bug Bug that needs fixing.

Comments

@edkerk
Copy link
Member

edkerk commented Feb 23, 2024

Discussed in #526

Originally posted by juferprada97 February 21, 2024
I have the following problem when installing Raven in matlab (Liinux64 - ubuntu) with the "make binaries executables".

line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/blast+/blastp".(mexa64|mexglx|mexmaci64|mac|bat)'

In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/blast+/makeblastdb executable: /bin/bash:
-c: line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/blast+/makeblastdb".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/cd-hit/cd-hit executable: /bin/bash: -c:
line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/cd-hit/cd-hit".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/diamond/diamond executable: /bin/bash:
-c: line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/diamond/diamond".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/hmmer/hmmbuild executable: /bin/bash: -c:
line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/hmmer/hmmbuild".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/hmmer/hmmsearch executable: /bin/bash:
-c: line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/hmmer/hmmsearch".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/GLPKmex/glpkcc executable: /bin/bash: -c:
line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/GLPKmex/glpkcc".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/libSBML/TranslateSBML executable:
/bin/bash: -c: line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/libSBML/TranslateSBML".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/libSBML/OutputSBML executable: /bin/bash:
-c: line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/libSBML/OutputSBML".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/mafft/mafft-linux64/mafft executable:
/bin/bash: -c: line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/mafft/mafft-linux64/mafft".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Warning: Failed to make /home/jufer/Apps/Raven/RAVEN/software/mafft/mafft-mac/mafft executable:
/bin/bash: -c: line 1: syntax error near unexpected token (' /bin/bash: -c: line 1: chmod +x
"/home/jufer/Apps/Raven/RAVEN/software/mafft/mafft-mac/mafft".(mexa64|mexglx|mexmaci64|mac|bat)'
In checkInstallation>makeBinaryExecutable (line 338)
In checkInstallation (line 107)
Fail

@edkerk edkerk added the bug Bug that needs fixing. label Feb 23, 2024
This was referenced Feb 23, 2024
@edkerk edkerk closed this as completed Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that needs fixing.
Projects
None yet
Development

No branches or pull requests

1 participant