[Bug 462205] [NEW] /usr/bin/run_mopac7 has wrong path [with patch]

Steffen Neumann sneumann at ipb-halle.de
Tue Oct 27 20:36:49 UTC 2009


Public bug reported:

Hi,

for some reason the shell wrapper /usr/bin/run_mopac7
in karmic's mopac7-bin (1.14-4) 
has a wrong call to the real binary.

See patch below.
This renders the package unusable on all architectures,
I suggest a high priority.

Yours,
Steffen


rcsdiff -u ./run_mopac7 
===================================================================
RCS file: ./RCS/run_mopac7,v
retrieving revision 1.1
diff -u -r1.1 ./run_mopac7
--- ./run_mopac7	2009/10/27 19:53:53	1.1
+++ ./run_mopac7	2009/10/27 19:54:26
@@ -19,7 +19,7 @@
 export FOR012=$1.arc	## archive/summary file
 
 echo starting mopac7 job $1
-./fortran/mopac7 > $1.OUT
+/usr/lib/mopac7/mopac7 > $1.OUT
 ##./src/mopac7 > $1.OUT
 echo mopac7 job $1 finished

** Affects: mopac7 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
/usr/bin/run_mopac7 has wrong path [with patch]
https://bugs.launchpad.net/bugs/462205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list