Package: openmpi-checkpoint
Version: 1.4.2-4
Severity: normal

There is two problems in the openmpi-checkpoint package (problem
reported in debian-stable):

1. Two executables were replaced by symlinks that create a circular
reference:
/usr/bin/orte-checkpoint <-> /usr/bin/ompi-checkpoint
/usr/bin/orte-restart    <-> /usr/bin/ompi-restart

Those two orte-* files should be binary executables from the build (the
ompi-* symlinks are fines).

2. Two necessary executables were not listed in the package files :
/usr/bin/opal-checkpoint
/usr/bin/opal-restart

A few fixes in the package files fixed the problem, I have attached a
diff file of the necessary changes. Could it be applied to the official
package?

Regards,

-- 
Matthieu Volat <matthieu.vo...@inria.fr>
INRIA, project team MESCAL <mescal.imag.fr>
--- openmpi-1.4.2/debian/openmpi-checkpoint.install.orig	2012-05-16 10:03:19.000000000 +0200
+++ openmpi-1.4.2/debian/openmpi-checkpoint.install	2012-05-15 09:17:08.000000000 +0200
@@ -1,5 +1,9 @@
-usr/bin/ompi-restart
 usr/bin/ompi-checkpoint
+usr/bin/ompi-restart
+usr/bin/opal-checkpoint
+usr/bin/opal-restart
+usr/bin/orte-checkpoint
+usr/bin/orte-restart
 usr/share/man/man1/ompi-checkpoint.1
 usr/share/man/man1/ompi-restart.1
 usr/share/man/man7/ompi_crcp.7
--- openmpi-1.4.2/debian/openmpi-checkpoint.links.orig	2012-05-16 10:03:03.000000000 +0200
+++ openmpi-1.4.2/debian/openmpi-checkpoint.links	2012-05-14 12:16:16.000000000 +0200
@@ -1,4 +1,2 @@
-usr/bin/ompi-checkpoint			usr/bin/orte-checkpoint
-usr/bin/ompi-restart			usr/bin/orte-restart
 usr/share/man/man1/ompi-checkpoint.1	usr/share/man/man1/orte-checkpoint.1
 usr/share/man/man1/ompi-restart.1	usr/share/man/man1/orte-restart.1

Reply via email to