Your message dated Tue, 25 Mar 2014 11:34:09 +0000 with message-id <[email protected]> and subject line Bug#741297: fixed in rmpi 0.6-3-2 has caused the Debian Bug report #741297, regarding Rmpi dlopen's libmpi.so.0 instead of libmpi.so.1 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 741297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741297 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: r-cran-rmpi Version: 0.6-3-1 Severity: serious Control: tag -1 patch Rmpi should dlopen libmpi.so.1 in addition to libmpi.so.0, otherwise Rmpi is useless without having libopenmpi-dev installed (which provides libmpi.so). The following trivial patch fixes this: --- rmpi-0.6-3.orig/src/Rmpi.c +++ rmpi-0.6-3/src/Rmpi.c @@ -69,7 +69,8 @@ #ifndef MAC #ifdef OPENMPI - if (!dlopen("libmpi.so.0", RTLD_GLOBAL | RTLD_LAZY) + if (!dlopen("libmpi.so.1", RTLD_GLOBAL | RTLD_LAZY) + && !dlopen("libmpi.so.0", RTLD_GLOBAL | RTLD_LAZY) && !dlopen("libmpi.so", RTLD_GLOBAL | RTLD_LAZY)){ //&& !dlopen("libmpi.dylib", RTLD_GLOBAL | RTLD_LAZY) //&& !dlopen("libmpi.1.dylib", RTLD_GLOBAL | RTLD_LAZY)) { -- Don Armstrong http://www.donarmstrong.com Where I sleep at night, is this important compared to what I read during the day? What do you think defines me? Where I slept or what I did all day? -- Thomas Van Orden of Van Orden v. Perry
--- End Message ---
--- Begin Message ---Source: rmpi Source-Version: 0.6-3-2 We believe that the bug you reported is fixed in the latest version of rmpi, which is due to be installed in the Debian FTP archive. 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 rmpi 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.8 Date: Tue, 25 Mar 2014 06:16:15 -0500 Source: rmpi Binary: r-cran-rmpi Architecture: source i386 Version: 0.6-3-2 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel <[email protected]> Changed-By: Dirk Eddelbuettel <[email protected]> Description: r-cran-rmpi - GNU R package interfacing MPI libraries for distributed computing Closes: 741297 Changes: rmpi (0.6-3-2) unstable; urgency=low . * src/Rmpi.c: Applied patch from Don Armstrong to check for libmpi.so.0 and libmpi.so.1 which has been forwarded upstream (Closes: #741297) . * debian/control: Set Build-Depends: to current R version * debian/control: Set Standards-Version: to current version Checksums-Sha1: d7cfa4e9e0c7bc8e5cbc4cf47642f71bf7184842 1029 rmpi_0.6-3-2.dsc 04e524f04d4d10cab881c6abf7aaaae886ccdea9 94142 rmpi_0.6-3.orig.tar.gz c35263a04e34b6e6c07c275b47042d0529316f39 3605 rmpi_0.6-3-2.diff.gz 613d75fa7e01e1249a8576583589509bc9dee1a6 189644 r-cran-rmpi_0.6-3-2_i386.deb Checksums-Sha256: 8a259f11641d8b6acfeb3989e404eda04f80337441590157a27b602a1eb0de9a 1029 rmpi_0.6-3-2.dsc 8d1dd87855ee565a27d8e4fca8fe35856b90616dc357c2bca32d0deddb0a219a 94142 rmpi_0.6-3.orig.tar.gz 1046e8eb9db8da7821b421bef14bf055e051959c873edb9db0c218b130b6c716 3605 rmpi_0.6-3-2.diff.gz de8d659e446681db0b6aa0156c289aacfaac95a0f9ac98c1040cd26392971b21 189644 r-cran-rmpi_0.6-3-2_i386.deb Files: c424081b387c758993a322c9ec62c6a5 1029 gnu-r optional rmpi_0.6-3-2.dsc 5d1f2bcc45b34fb2d4e26e4a02f178a6 94142 gnu-r optional rmpi_0.6-3.orig.tar.gz 99239444b03083432dd3f41eab9e35f3 3605 gnu-r optional rmpi_0.6-3-2.diff.gz 0687ed54a454fcb15e52abd6e146cda1 189644 gnu-r optional r-cran-rmpi_0.6-3-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iD8DBQFTMWc3CZSR95Gw07cRAplDAJ4rHmt0jW/UPl57lPKD58SJJc7hmgCeNFjt QNr+bhZ7sJAyQsyLlboq7AQ= =zQrU -----END PGP SIGNATURE-----
--- End Message ---

