Your message dated Thu, 10 Jan 2008 02:02:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#459642: fixed in openmpi 1.2.5-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libopenmpi-dev
Version: 1.2.4-5
Severity: wishlist
Tags: patch

Greetings,

The attached patch adds an alternavites symlink linking libmpi++.so to
OpenMPI's libmpi_cxx.so.0, matching the C++ library links in mpich and
lam.  It works in the one case I've tried.  Please apply it.

Thanks,
-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/
--- openmpi-1.2.4.orig/debian/libopenmpi-dev.postinst	2008-01-07 14:43:14.000000000 -0500
+++ openmpi-1.2.4/debian/libopenmpi-dev.postinst	2008-01-07 14:46:18.000000000 -0500
@@ -5,6 +5,7 @@
 update-alternatives \
 	--install /usr/include/mpi mpi /usr/lib/openmpi/include 5 \
 	--slave /usr/lib/libmpi.so libmpi.so /usr/lib/openmpi/lib/libmpi.so.0 \
+	--slave /usr/lib/libmpi++.so libmpi++.so /usr/lib/openmpi/lib/libmpi_cxx.so.0 \
 	--slave /usr/bin/mpicc mpicc /usr/bin/mpicc.openmpi \
 	--slave /usr/bin/mpic++ mpic++ /usr/bin/mpic++.openmpi \
 	--slave /usr/bin/mpicxx mpicxx /usr/bin/mpic++.openmpi \

--- End Message ---
--- Begin Message ---
Source: openmpi
Source-Version: 1.2.5-1

We believe that the bug you reported is fixed in the latest version of
openmpi, which is due to be installed in the Debian FTP archive:

libopenmpi-dbg_1.2.5-1_i386.deb
  to pool/main/o/openmpi/libopenmpi-dbg_1.2.5-1_i386.deb
libopenmpi-dev_1.2.5-1_i386.deb
  to pool/main/o/openmpi/libopenmpi-dev_1.2.5-1_i386.deb
libopenmpi1_1.2.5-1_i386.deb
  to pool/main/o/openmpi/libopenmpi1_1.2.5-1_i386.deb
openmpi-bin_1.2.5-1_i386.deb
  to pool/main/o/openmpi/openmpi-bin_1.2.5-1_i386.deb
openmpi-common_1.2.5-1_all.deb
  to pool/main/o/openmpi/openmpi-common_1.2.5-1_all.deb
openmpi-doc_1.2.5-1_all.deb
  to pool/main/o/openmpi/openmpi-doc_1.2.5-1_all.deb
openmpi_1.2.5-1.diff.gz
  to pool/main/o/openmpi/openmpi_1.2.5-1.diff.gz
openmpi_1.2.5-1.dsc
  to pool/main/o/openmpi/openmpi_1.2.5-1.dsc
openmpi_1.2.5.orig.tar.gz
  to pool/main/o/openmpi/openmpi_1.2.5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated openmpi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 09 Jan 2008 16:30:33 -0600
Source: openmpi
Binary: openmpi-common openmpi-bin libopenmpi-dev libopenmpi1 libopenmpi-dbg 
openmpi-doc
Architecture: source i386 all
Version: 1.2.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian OpenMPI Maintainers <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description: 
 libopenmpi-dbg - high performance message passing library -- debug library
 libopenmpi-dev - high performance message passing library -- header files
 libopenmpi1 - high performance message passing library -- shared library
 openmpi-bin - high performance message passing library -- binaries
 openmpi-common - high performance message passing library -- common files
 openmpi-doc - high performance message passing library -- man pages
Closes: 459642
Changes: 
 openmpi (1.2.5-1) unstable; urgency=low
 .
   [ Dirk Eddelbuettel ]
 .
   * New upstream version
   * debian/patches/00list: Disabled man page patches 20*, 30* and 31* which
     have been included upstream
   * debian/patches/60_fix_manpage_name_section.dpatch: Applied small correction
   * Debian build and upload
 .
   [ Manuel Prinz ]
   * debian/*.lintian-override: Deleted, all issues are fixed
     - debian/libopenmpi{1,-dev}.links, debian/libopenmpi1.install:
       Moved *.so.0 links from /usr/lib/openmpi/lib to /usr/lib. Created
       *.so.0.0.0 symlinks in /usr/lib, pointing to /usr/lib/openmpi/lib.
       This fixes postinst-has-useless-call-to-ldconfig, postrm-has-useless-
       call-to-ldconfig and package-name-doesnt-match-sonames warnings.
     - debian/rules, debian/control: Added chrpath to Build-Depends and
       deleting all rpath info with chrpath in install-arch target. This
       fixes all binary-or-shlib-defines-rpath warnings.
   * debian/rules: Adjusted target dependencies to be more sane. Renamed
     "test" target to "check".
   * Applied a patch by Adam Powell IV that adds /usr/lib/libmpi++.so via
     update-alternatives for compatibility with LAM/MPI and MPICH. Thanks to
     Adam for the patch! (Closes: #459642)
Files: 
 6d98f6fe735f2c8d8e9913875101673e 1075 net extra openmpi_1.2.5-1.dsc
 34d97e4f5341aba7ccc1a712da9bda5f 6210375 net extra openmpi_1.2.5.orig.tar.gz
 c416d0d8ea76e88e7a47b6480339b193 17641 net extra openmpi_1.2.5-1.diff.gz
 cba86b364b02dff02318f6b5bf582ff6 124356 net extra openmpi-bin_1.2.5-1_i386.deb
 5ceb2d08d24ae53022851fc866907860 446706 libdevel extra 
libopenmpi-dev_1.2.5-1_i386.deb
 4f82285708cafc0aaa0672a781c21b25 1061046 libs extra 
libopenmpi1_1.2.5-1_i386.deb
 cd2f7245b09f54dcfc7c44d48b3d46ab 4005978 devel extra 
libopenmpi-dbg_1.2.5-1_i386.deb
 ff2e036fd9d077b7d4933b02cce86d10 48128 net extra openmpi-common_1.2.5-1_all.deb
 221e8a22c240213b6fe74bbc243f2c46 451080 doc extra openmpi-doc_1.2.5-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHhXqCCZSR95Gw07cRAmzyAKCBlueIWo1MIl1ZT1c0gcGbCvcgUACfcgIh
D0NchILxJ8xqVc3tUB4GTOg=
=1wSB
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to