Your message dated Tue, 13 Dec 2022 21:01:05 +0000
with message-id <e1p5cof-004fy8...@fasolo.debian.org>
and subject line Bug#1025761: fixed in opendrop 3.3.1-4
has caused the Debian Bug report #1025761,
regarding opendrop FTBFS with sundials 6.4.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 ow...@bugs.debian.org
immediately.)


-- 
1025761: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025761
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opendrop
Version: 3.3.1-3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=opendrop&ver=3.3.1-3%2Bb3

...
In file included from include/opendrop/younglaplace.hpp:135,
                 from opendrop/fit/younglaplace/.checkpoints/shape.cpp:763:
include/opendrop/younglaplace_detail.hpp: In constructor 
'opendrop::younglaplace::YoungLaplaceShape<realtype>::YoungLaplaceShape(realtype)':
include/opendrop/younglaplace_detail.hpp:54:23: error: too few arguments to 
function '_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)'
   54 |     nv = N_VNew_Serial(4);
      |          ~~~~~~~~~~~~~^~~
In file included from include/opendrop/younglaplace.hpp:10:
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp:56:27: error: too few arguments to 
function '_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)'
   56 |     nv_DBo = N_VNew_Serial(4);
      |              ~~~~~~~~~~~~~^~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp:78:31: error: too few arguments to 
function 'void* ERKStepCreate(ARKRhsFn, realtype, N_Vector, SUNContext)'
   78 |     arkode_mem = ERKStepCreate(arkrhs, RCONST(0.0), nv);
      |                  ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from include/opendrop/younglaplace.hpp:9:
/usr/include/arkode/arkode_erkstep.h:76:23: note: declared here
   76 | SUNDIALS_EXPORT void* ERKStepCreate(ARKRhsFn f, realtype t0,
      |                       ^~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp:97:35: error: too few arguments to 
function 'void* ERKStepCreate(ARKRhsFn, realtype, N_Vector, SUNContext)'
   97 |     arkode_mem_DBo = ERKStepCreate(arkrhs_DBo, RCONST(0.0), nv_DBo);
      |                      ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/arkode/arkode_erkstep.h:76:23: note: declared here
   76 | SUNDIALS_EXPORT void* ERKStepCreate(ARKRhsFn f, realtype t0,
      |                       ^~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp: In member function 'realtype 
opendrop::younglaplace::YoungLaplaceShape<realtype>::volume(realtype)':
include/opendrop/younglaplace_detail.hpp:334:37: error: too few arguments to 
function '_generic_N_Vector* N_VMake_Serial(sunindextype, realtype*, 
SUNContext)'
  334 |     N_Vector nv_vol = N_VMake_Serial(1, data);
      |                       ~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/nvector/nvector_serial.h:89:26: note: declared here
   89 | SUNDIALS_EXPORT N_Vector N_VMake_Serial(sunindextype vec_length, 
realtype *v_data, SUNContext sunctx);
      |                          ^~~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp:337:41: error: too few arguments to 
function 'void* ERKStepCreate(ARKRhsFn, realtype, N_Vector, SUNContext)'
  337 |     void *arkode_mem_vol = ERKStepCreate(arkrhs_vol, RCONST(0.0), 
nv_vol);
      |                            
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/arkode/arkode_erkstep.h:76:23: note: declared here
   76 | SUNDIALS_EXPORT void* ERKStepCreate(ARKRhsFn f, realtype t0,
      |                       ^~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp: In member function 'realtype 
opendrop::younglaplace::YoungLaplaceShape<realtype>::surface_area(realtype)':
include/opendrop/younglaplace_detail.hpp:371:38: error: too few arguments to 
function '_generic_N_Vector* N_VMake_Serial(sunindextype, realtype*, 
SUNContext)'
  371 |     N_Vector nv_surf = N_VMake_Serial(1, data);
      |                        ~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/nvector/nvector_serial.h:89:26: note: declared here
   89 | SUNDIALS_EXPORT N_Vector N_VMake_Serial(sunindextype vec_length, 
realtype *v_data, SUNContext sunctx);
      |                          ^~~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp:374:42: error: too few arguments to 
function 'void* ERKStepCreate(ARKRhsFn, realtype, N_Vector, SUNContext)'
  374 |     void *arkode_mem_surf = ERKStepCreate(arkrhs_surf, RCONST(0.0), 
nv_surf);
      |                             
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/arkode/arkode_erkstep.h:76:23: note: declared here
   76 | SUNDIALS_EXPORT void* ERKStepCreate(ARKRhsFn f, realtype t0,
      |                       ^~~~~~~~~~~~~
include/opendrop/younglaplace_detail.hpp: In instantiation of 
'opendrop::younglaplace::YoungLaplaceShape<realtype>::YoungLaplaceShape(realtype)
 [with realtype = double]':
opendrop/fit/younglaplace/.checkpoints/shape.cpp:2760:79:   required from here
include/opendrop/younglaplace_detail.hpp:90:43: error: invalid conversion from 
'int' to 'ARKODE_ERKTableID' [-fpermissive]
   90 |     flag = ERKStepSetTableNum(arkode_mem, DEFAULT_ERK_6);
      |                                           ^~~~~~~~~~~~~
      |                                           |
      |                                           int
/usr/include/arkode/arkode_erkstep.h:112:76: note:   initializing argument 2 of 
'int ERKStepSetTableNum(void*, ARKODE_ERKTableID)'
  112 | SUNDIALS_EXPORT int ERKStepSetTableNum(void *arkode_mem, 
ARKODE_ERKTableID etable);
      |                                                          
~~~~~~~~~~~~~~~~~~^~~~~~
include/opendrop/younglaplace_detail.hpp:106:47: error: invalid conversion from 
'int' to 'ARKODE_ERKTableID' [-fpermissive]
  106 |     flag = ERKStepSetTableNum(arkode_mem_DBo, DEFAULT_ERK_6);
      |                                               ^~~~~~~~~~~~~
      |                                               |
      |                                               int
/usr/include/arkode/arkode_erkstep.h:112:76: note:   initializing argument 2 of 
'int ERKStepSetTableNum(void*, ARKODE_ERKTableID)'
  112 | SUNDIALS_EXPORT int ERKStepSetTableNum(void *arkode_mem, 
ARKODE_ERKTableID etable);
      |                                                          
~~~~~~~~~~~~~~~~~~^~~~~~
...

--- End Message ---
--- Begin Message ---
Source: opendrop
Source-Version: 3.3.1-4
Done: Drew Parsons <dpars...@debian.org>

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

Debian distribution maintenance software
pp.
Drew Parsons <dpars...@debian.org> (supplier of updated opendrop 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: SHA256

Format: 1.8
Date: Tue, 13 Dec 2022 20:36:32 +0100
Source: opendrop
Architecture: source
Version: 3.3.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Drew Parsons <dpars...@debian.org>
Closes: 1025761
Changes:
 opendrop (3.3.1-4) unstable; urgency=medium
 .
   * debian/patches/sundials_nvector_API6.patch updates sundials
     (nvector) v6 API to use a SUNContext. Closes: #1025761.
   * mark opendrop-doc Multi-Arch: foreign
   * Standards-Version: 4.6.1
Checksums-Sha1:
 a43c5b9505d6b16b3a24b7be90401b10d1a081b4 2614 opendrop_3.3.1-4.dsc
 39de8089d0ea9bf5081ffcbd60fc35dd903194c6 29552 opendrop_3.3.1-4.debian.tar.xz
Checksums-Sha256:
 c2393dea9bd92281c7757dd1a3ea776918f62354083cbed58d2847d71ab65e72 2614 
opendrop_3.3.1-4.dsc
 9a4255f1eedecb0746846c3d4b511cecbfbeff7791aa27bb6a7db04f0da200d3 29552 
opendrop_3.3.1-4.debian.tar.xz
Files:
 723fbb87561b3e0cc8cc3686ed835f7f 2614 science optional opendrop_3.3.1-4.dsc
 ef5e4d571ca2421cdc3ef473762d8dbf 29552 science optional 
opendrop_3.3.1-4.debian.tar.xz

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

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmOY19wACgkQVz7x5L1a
AfopQQ/+M1NmWqakxfh2vCEeITe5muOd538Fe2z6Q9SCJBHITJ0SVunwurhqlqO9
ck3QQURjjjOvPrIMODmGisCZYnSvmOcUj6vOigGOpb4fItdrVubfQ2cSGc4fZPUf
LhYQxRJAptxEq3zX90mRum+fIzf4r4HO1a4Z8V+yclLlx5q05YRaydKSL5df4NP4
lj7davoTTy28PtuurCWvucXdbyVuhrUxaiWuH6PE9ecjRT0XwDVl+LJQST8rn5yU
QStteN+iBr5e5sUmIv3M7RMU1r5L29CIVUIcjwduMWGM7vT0sk4wYguV+4Hxtypr
GOdKIy1DG5BIDmXxzAyS2AHNcy4y7ATBV++rJzURuwhPlb6fo+xfjpAuYFa3Cy2F
wLylNIgHz1HBskM05l3gLk8dKrBWVpXgr7T5Uh9tC0+CoxJjYB66aLlyALUjU4k5
5Ae4ZunfPBVo/TsIAloVPXPmweYd9Lu8pagbw+eSXZjnj8I9ax171m2DmndUlQLH
8T44cfWl3cc3n/VMYz1AUBfFi2iaQ11xtcadxJkNmfl/n8xA0o6GyWLDXjZBStUM
v5hLTkDRB67cSFxwd6n/kDuSqTGVJfGxYZiukTjHwPybv38wSOEt5lQr3YHX1mMB
ww4fSlqyayZ1EU6DfFNTbU/KXFFSFtEbLLtdTdm13ih4i/Gcb24=
=rB7Y
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to