/usr/bin/run_mopac7 has wrong path [with patch]

Bug #462205 reported by Steffen Neumann
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
mopac7 (Debian)
Fix Released
Unknown
mopac7 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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

Related branches

Revision history for this message
Daniel Leidert (dleidert-deactivatedaccount) wrote :

This is a problem in the packaging files (sed rule in debian/rules).

Changed in mopac7 (Debian):
status: Unknown → New
Changed in mopac7 (Debian):
status: New → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package mopac7 - 1.15-4

---------------
mopac7 (1.15-4) unstable; urgency=low

  * debian/rules (Build-Depends): Added dpatch.
  * debian/patches/04_limit_atoms.dpatch: New patch, reduces the maximum
    number of atoms to work around a build failure on ia64.
  * debian/rules: Include /usr/share/cdbs/1/rules/dpatch.mk.

mopac7 (1.15-3) unstable; urgency=low

  * debian/rules (CFLAGS, FFLAGS): Don't use -ffunction-sections with -g on
    ia64 and fix the regression introduced with my last upload.

mopac7 (1.15-2) unstable; urgency=low

  * debian/control (Standards-Version): Bumped to 3.8.4.
  * debian/rules (CFLAGS, FFLAGS): Use -g0 on mips and mipsel architecture
    (closes: #517707). Thanks to Thorsten Glaser.

mopac7 (1.15-1) unstable; urgency=low

  * New upstream release.
  * debian/rules: Use -fPIC. Replace the --list-missing switch for dh_install
    with the list-missing rule.

mopac7 (1.14-5) unstable; urgency=low

  * debian/control (Standards-Version): Bumped to 3.8.3.
    (Vcs-Svn): Fixed vcs-field-uses-not-recommended-uri-format.
  * debian/rules (binary-fixup/mopac7-bin): Fix sed rule to fix path in binary
    (LP: #462205, closes: #552799).
 -- Ubuntu Archive Auto-Sync <email address hidden> Sun, 09 May 2010 13:57:41 +0100

Changed in mopac7 (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.