Your message dated Sun, 28 Jun 2020 18:05:07 +0000
with message-id <e1jpbfv-000cp5...@fasolo.debian.org>
and subject line Bug#946329: fixed in valgrind 1:3.16.1-1
has caused the Debian Bug report #946329,
regarding valgrind-mpi FTBFS
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 ow...@bugs.debian.org
immediately.)


-- 
946329: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946329
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: valgrind
Version: 1:3.15.0-1
Severity: serious

valgrind currently fails to build from source. The Ubuntu patch to drop MPI 1
support (drop-MPI-1-support.patch) probably fixes this.


In file included from libmpiwrap.c:116:
libmpiwrap.c: In function 'showTy':
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:1112:24: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
 1112 | #        define MPI_UB THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_UB, 
MPI_Type_create_resized);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:281:19: note: in expansion of macro 'MPI_UB'
  281 |    else if (ty == MPI_UB)             fprintf(f,"UB");
      |                   ^~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:1113:24: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
 1113 | #        define MPI_LB THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_LB, 
MPI_Type_create_resized);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:282:19: note: in expansion of macro 'MPI_LB'
  282 |    else if (ty == MPI_LB)             fprintf(f,"LB");
      |                   ^~~~~~
libmpiwrap.c: In function 'showCombiner':
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:743:46: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
  743 | #        define MPI_COMBINER_HVECTOR_INTEGER 
THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_COMBINER_HVECTOR_INTEGER, 
MPI_COMBINER_HVECTOR);
      |                                              
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:354:12: note: in expansion of macro 'MPI_COMBINER_HVECTOR_INTEGER'
  354 |       case MPI_COMBINER_HVECTOR_INTEGER: fprintf(f, "HVECTOR_INTEGER"); 
break;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:743:46: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
  743 | #        define MPI_COMBINER_HVECTOR_INTEGER 
THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_COMBINER_HVECTOR_INTEGER, 
MPI_COMBINER_HVECTOR);
      |                                              
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:354:12: note: in expansion of macro 'MPI_COMBINER_HVECTOR_INTEGER'
  354 |       case MPI_COMBINER_HVECTOR_INTEGER: fprintf(f, "HVECTOR_INTEGER"); 
break;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:354:40: error: expected expression before ':' token
  354 |       case MPI_COMBINER_HVECTOR_INTEGER: fprintf(f, "HVECTOR_INTEGER"); 
break;
      |                                        ^
In file included from libmpiwrap.c:116:
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:744:47: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
  744 | #        define MPI_COMBINER_HINDEXED_INTEGER 
THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_COMBINER_HINDEXED_INTEGER, 
MPI_COMBINER_HINDEXED);
      |                                               
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:359:12: note: in expansion of macro 'MPI_COMBINER_HINDEXED_INTEGER'
  359 |       case MPI_COMBINER_HINDEXED_INTEGER: fprintf(f, 
"HINDEXED_INTEGER"); break;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:744:47: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
  744 | #        define MPI_COMBINER_HINDEXED_INTEGER 
THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_COMBINER_HINDEXED_INTEGER, 
MPI_COMBINER_HINDEXED);
      |                                               
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:359:12: note: in expansion of macro 'MPI_COMBINER_HINDEXED_INTEGER'
  359 |       case MPI_COMBINER_HINDEXED_INTEGER: fprintf(f, 
"HINDEXED_INTEGER"); break;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:359:41: error: expected expression before ':' token
  359 |       case MPI_COMBINER_HINDEXED_INTEGER: fprintf(f, 
"HINDEXED_INTEGER"); break;
      |                                         ^
In file included from libmpiwrap.c:116:
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:745:45: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
  745 | #        define MPI_COMBINER_STRUCT_INTEGER 
THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_COMBINER_STRUCT_INTEGER, 
MPI_COMBINER_STRUCT);
      |                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:366:12: note: in expansion of macro 'MPI_COMBINER_STRUCT_INTEGER'
  366 |       case MPI_COMBINER_STRUCT_INTEGER: fprintf(f, "STRUCT_INTEGER"); 
break;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:745:45: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
  745 | #        define MPI_COMBINER_STRUCT_INTEGER 
THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_COMBINER_STRUCT_INTEGER, 
MPI_COMBINER_STRUCT);
      |                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:366:12: note: in expansion of macro 'MPI_COMBINER_STRUCT_INTEGER'
  366 |       case MPI_COMBINER_STRUCT_INTEGER: fprintf(f, "STRUCT_INTEGER"); 
break;
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:366:39: error: expected expression before ':' token
  366 |       case MPI_COMBINER_STRUCT_INTEGER: fprintf(f, "STRUCT_INTEGER"); 
break;
      |                                       ^
libmpiwrap.c: In function 'extentOfTy':
libmpiwrap.c:462:8: warning: implicit declaration of function 
'PMPI_Type_extent'; did you mean 'MPI_Type_extent'? 
[-Wimplicit-function-declaration]
  462 |    r = PMPI_Type_extent(ty, &n);
      |        ^~~~~~~~~~~~~~~~
      |        MPI_Type_extent
In file included from libmpiwrap.c:116:
libmpiwrap.c: In function 'walk_type':
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:322:57: error: expected 
expression before '_Static_assert'
  322 | #define THIS_SYMBOL_WAS_REMOVED_IN_MPI30(func, newfunc) 
_Static_assert(0, #func " was removed in MPI-3.0.  Use " #newfunc " instead.")
      |                                                         ^~~~~~~~~~~~~~
/usr/lib/x86_64-linux-gnu/openmpi/include/mpi.h:1113:24: note: in expansion of 
macro 'THIS_SYMBOL_WAS_REMOVED_IN_MPI30'
 1113 | #        define MPI_LB THIS_SYMBOL_WAS_REMOVED_IN_MPI30(MPI_LB, 
MPI_Type_create_resized);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libmpiwrap.c:736:17: note: in expansion of macro 'MPI_LB'
  736 |       if (ty == MPI_LB || ty == MPI_UB)
      |                 ^~~~~~
make[4]: *** [Makefile:658: libmpiwrap_amd64_linux_so-libmpiwrap.o] Error 1


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (500, 'unstable-debug'), (100, 
'experimental'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.3.0-2-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages valgrind depends on:
ii  libc6      2.29-5
ii  libc6-dbg  2.29-5

Versions of packages valgrind recommends:
ii  gdb           8.3.1-1
ii  valgrind-dbg  1:3.15.0-1

Versions of packages valgrind suggests:
pn  alleyoop      <none>
ii  kcachegrind   4:19.08.1-1
pn  valgrind-mpi  <none>
pn  valkyrie      <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: valgrind
Source-Version: 1:3.16.1-1
Done: Alessandro Ghedini <gh...@debian.org>

We believe that the bug you reported is fixed in the latest version of
valgrind, 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 946...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessandro Ghedini <gh...@debian.org> (supplier of updated valgrind 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 28 Jun 2020 18:49:18 +0100
Source: valgrind
Architecture: source
Version: 1:3.16.1-1
Distribution: unstable
Urgency: medium
Maintainer: Alessandro Ghedini <gh...@debian.org>
Changed-By: Alessandro Ghedini <gh...@debian.org>
Closes: 942532 942614 946329 946640
Changes:
 valgrind (1:3.16.1-1) unstable; urgency=medium
 .
   * New upstream release
   * Bump Standards-Version to 4.5.0 (no changes needed)
   * Bump debhelper compat level to 13
   * Drop 07_fix-spelling-in-binary.patch (merged upstream)
   * Update 08_fix-spelling-in-manpage.patch
   * Update 11_arm64-cache-flush.patch
   * Refresh patches
   * Drop support for MPI 1 (Closes: #946329)
   * Install dh_view tool.
     Thanks to Sebastien Bacher for the patch. (Closes: #946640)
   * Fix path to vgdb executable in output message (Closes: #942532)
   * Fix debuginfo section duplicates a section in the main ELF file
     (Closes: #942614)
   * Update lintian overrides for renamed tags
   * Remove sgcheck paragraph from copyright
Checksums-Sha1:
 115cfb69d93c64be76f178f474048638c5b43faf 2438 valgrind_3.16.1-1.dsc
 192bfe53802abb7f23edbb8aad61158a60c34f8a 16262776 valgrind_3.16.1.orig.tar.bz2
 8e8686acabe0de46deb15d484fdb966831933e48 27772 valgrind_3.16.1-1.debian.tar.xz
 c222969b472716eaeeb351bdf29032bfdd1b6726 9184 valgrind_3.16.1-1_amd64.buildinfo
Checksums-Sha256:
 bd9b1bf5454da3d93d2dfab8de44df0c3aebe0371022c4f00aef6850aa0b4e07 2438 
valgrind_3.16.1-1.dsc
 c91f3a2f7b02db0f3bc99479861656154d241d2fdb265614ba918cc6720a33ca 16262776 
valgrind_3.16.1.orig.tar.bz2
 39702edd1a060141efa2509641d4dfa6ef3b7ee090e586a54ea3f6a8d9288c46 27772 
valgrind_3.16.1-1.debian.tar.xz
 fb0278f8426cbc4770720c00e01f68f29b300ef5e66f2656903d7ee6a2c836bb 9184 
valgrind_3.16.1-1_amd64.buildinfo
Files:
 c2c540203da4b4435fed415991701f19 2438 devel optional valgrind_3.16.1-1.dsc
 d1b153f1ab17cf1f311705e7a83ef589 16262776 devel optional 
valgrind_3.16.1.orig.tar.bz2
 82ce21d5759b7abea484672617032b51 27772 devel optional 
valgrind_3.16.1-1.debian.tar.xz
 2d8152ae8e78a18fe62e4fbc4db21c23 9184 devel optional 
valgrind_3.16.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEBsId305pBx+F583DbwzL4CFiRygFAl742RwRHGdoZWRvQGRl
Ymlhbi5vcmcACgkQbwzL4CFiRyijmQ//adaAXaTgS/Bc0lHglIn3BwjKGBlvSlyE
rKCf33hU17c+yIGoniOcD61Osxaslan7z1aRzvVqhj4z3XMxPsJEqAB6klrQ1JeH
Si0LaE0H2fvip7tWc49zzozlMHhTkPGi//WJFYiGDxt0UWqvrHwi07aNwjsLtepE
6SAABKAsHBfNcc6YtnIwAjCVtvrWrH4ehTrZMWjrmcr/89whQ5uLRqtZLG/NJlX7
WGXreqh6aOH6CuRUzYFP199h+WztyzLa+LwK60vMbkb1UVLPBC93xXEjdOx86oKg
QsHMJ91XGpq8DCNajtoc+8vPA2M73OkXR4sYQ7M4zOFmv0Tx/DzXhzjl1i37udfZ
F6ehU7VdowX05/5zMC8BIwllGHkxvjYdp0ufQfvdP+5YuJLE56fSbSQziSGSY0TH
7pYvKMmjEz4ZFtHHSZHYFr4hzb9BMOLiX6i5KZuCqRUDZCKAYhiKof7a/gJY3UTQ
SQK7DreHNsW6+vh87PSw1JrepuWaDCbpG57WIKteXNVG42sVXj62Lk15XZuHO6fZ
l44tU51Uu8AmqkkzGl/Nx/GVrvRw2wucK0Cq8/ynHBHsk2bq7ebigoqeItyh2GTm
VldEp7NvXhkuYp9KfjrUJOBpRnSxbXxQtM9GcUabQNvr727QTMOrWOb2LJNLki03
E5qLVB5TjsE=
=9j/M
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to