Your message dated Thu, 29 Dec 2022 07:20:27 +0000
with message-id <e1pandh-003li9...@fasolo.debian.org>
and subject line Bug#1025757: fixed in dyssol 1.1.0+ds1-1
has caused the Debian Bug report #1025757,
regarding dyssol 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.)


-- 
1025757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025757
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dyssol
Version: 1.0.2+ds2-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=dyssol&ver=1.0.2%2Bds2-1%2Bb1

...
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘bool 
CDAESolver::SetModel(CDAEModel*)’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:56:30: error: too few arguments 
to function ‘void* IDACreate(SUNContext)’
   56 |         m_pIDAmem = IDACreate();
      |                     ~~~~~~~~~^~
In file included from /<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:4:
/usr/include/ida/ida.h:107:23: note: declared here
  107 | SUNDIALS_EXPORT void *IDACreate(SUNContext sunctx);
      |                       ^~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:71:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   71 |         m_vectorVars  = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:7:
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:72:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   72 |         m_vectorDers  = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:73:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   73 |         m_vectorATols = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:74:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   74 |         m_vectorId    = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:96:45: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   96 |         N_Vector vConstrVars = N_VNew_Serial(nVarsCnt);
      |                                ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:129:29: error: too few arguments 
to function ‘_generic_SUNMatrix* SUNDenseMatrix(sunindextype, sunindextype, 
SUNContext)’
  129 |         m_A = SUNDenseMatrix(nVarsCnt, nVarsCnt);
      |               ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/sunlinsol/sunlinsol_dense.h:36,
                 from /<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:6:
/usr/include/sunmatrix/sunmatrix_dense.h:79:27: note: declared here
   79 | SUNDIALS_EXPORT SUNMatrix SUNDenseMatrix(sunindextype M, sunindextype 
N, SUNContext sunctx);
      |                           ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:131:31: error: too few arguments 
to function ‘_generic_SUNLinearSolver* SUNLinSol_Dense(N_Vector, SUNMatrix, 
SUNContext)’
  131 |         m_LS = SUNLinSol_Dense(m_vectorVars, m_A);
      |                ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/sunlinsol/sunlinsol_dense.h:58:33: note: declared here
   58 | SUNDIALS_EXPORT SUNLinearSolver SUNLinSol_Dense(N_Vector y, SUNMatrix 
A, SUNContext sunctx);
      |                                 ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘bool 
CDAESolver::Calculate(realtype, realtype)’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:157:45: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  157 |                 vConsistVars = N_VNew_Serial( 
static_cast<sunindextype>(m_pModel->GetVariablesNumber()) );
      |                                
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:158:45: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  158 |                 vConsistDers = N_VNew_Serial( 
static_cast<sunindextype>(m_pModel->GetVariablesNumber()) );
      |                                
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘bool 
CDAESolver::InitStoringMemory()’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:256:35: error: too few arguments 
to function ‘void* IDACreate(SUNContext)’
  256 |         m_pStoreIDAmem = IDACreate();
      |                          ~~~~~~~~~^~
/usr/include/ida/ida.h:107:23: note: declared here
  107 | SUNDIALS_EXPORT void *IDACreate(SUNContext sunctx);
      |                       ^~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:269:42: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  269 |         m_StoreVectorVars = N_VNew_Serial( nVarsCnt );
      |                             ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:270:42: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  270 |         m_StoreVectorDers = N_VNew_Serial( nVarsCnt );
      |                             ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:283:35: error: too few arguments 
to function ‘_generic_SUNMatrix* SUNDenseMatrix(sunindextype, sunindextype, 
SUNContext)’
  283 |         m_A_store = SUNDenseMatrix(nVarsCnt, nVarsCnt);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/sunmatrix/sunmatrix_dense.h:79:27: note: declared here
   79 | SUNDIALS_EXPORT SUNMatrix SUNDenseMatrix(sunindextype M, sunindextype 
N, SUNContext sunctx);
      |                           ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:285:22: error: 
‘SUNDenseLinearSolver’ was not declared in this scope; did you mean 
‘SUNNonlinearSolver’?
  285 |         m_LS_store = SUNDenseLinearSolver(m_vectorVars, m_A_store);
      |                      ^~~~~~~~~~~~~~~~~~~~
      |                      SUNNonlinearSolver
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:294:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  294 |         if (!storeMem->ida_ewt)         storeMem->ida_ewt   = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:295:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  295 |         if (!storeMem->ida_yy)          storeMem->ida_yy    = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:296:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  296 |         if (!storeMem->ida_yp)          storeMem->ida_yp    = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:297:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  297 |         if (!storeMem->ida_delta)       storeMem->ida_delta = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘void 
CDAESolver::CopyIDAmem(void*, void*)’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:379:14: error: ‘struct 
IDAMemRec’ has no member named ‘ida_rr’; did you mean ‘ida_res’?
  379 |         dst->ida_rr = src->ida_rr;
      |              ^~~~~~
      |              ida_res
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:379:28: error: ‘struct 
IDAMemRec’ has no member named ‘ida_rr’; did you mean ‘ida_res’?
  379 |         dst->ida_rr = src->ida_rr;
      |                            ^~~~~~
      |                            ida_res
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘bool 
CDAESolver::SetModel(CDAEModel*)’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:56:30: error: too few arguments 
to function ‘void* IDACreate(SUNContext)’
   56 |         m_pIDAmem = IDACreate();
      |                     ~~~~~~~~~^~
In file included from /<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:4:
/usr/include/ida/ida.h:107:23: note: declared here
  107 | SUNDIALS_EXPORT void *IDACreate(SUNContext sunctx);
      |                       ^~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:71:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   71 |         m_vectorVars  = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:7:
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:72:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   72 |         m_vectorDers  = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:73:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   73 |         m_vectorATols = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:74:38: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   74 |         m_vectorId    = N_VNew_Serial(nVarsCnt);
      |                         ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:96:45: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
   96 |         N_Vector vConstrVars = N_VNew_Serial(nVarsCnt);
      |                                ~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:129:29: error: too few arguments 
to function ‘_generic_SUNMatrix* SUNDenseMatrix(sunindextype, sunindextype, 
SUNContext)’
  129 |         m_A = SUNDenseMatrix(nVarsCnt, nVarsCnt);
      |               ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/sunlinsol/sunlinsol_dense.h:36,
                 from /<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:6:
/usr/include/sunmatrix/sunmatrix_dense.h:79:27: note: declared here
   79 | SUNDIALS_EXPORT SUNMatrix SUNDenseMatrix(sunindextype M, sunindextype 
N, SUNContext sunctx);
      |                           ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:131:31: error: too few arguments 
to function ‘_generic_SUNLinearSolver* SUNLinSol_Dense(N_Vector, SUNMatrix, 
SUNContext)’
  131 |         m_LS = SUNLinSol_Dense(m_vectorVars, m_A);
      |                ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/sunlinsol/sunlinsol_dense.h:58:33: note: declared here
   58 | SUNDIALS_EXPORT SUNLinearSolver SUNLinSol_Dense(N_Vector y, SUNMatrix 
A, SUNContext sunctx);
      |                                 ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘bool 
CDAESolver::Calculate(realtype, realtype)’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:157:45: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  157 |                 vConsistVars = N_VNew_Serial( 
static_cast<sunindextype>(m_pModel->GetVariablesNumber()) );
      |                                
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:158:45: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  158 |                 vConsistDers = N_VNew_Serial( 
static_cast<sunindextype>(m_pModel->GetVariablesNumber()) );
      |                                
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘bool 
CDAESolver::InitStoringMemory()’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:256:35: error: too few arguments 
to function ‘void* IDACreate(SUNContext)’
  256 |         m_pStoreIDAmem = IDACreate();
      |                          ~~~~~~~~~^~
/usr/include/ida/ida.h:107:23: note: declared here
  107 | SUNDIALS_EXPORT void *IDACreate(SUNContext sunctx);
      |                       ^~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:269:42: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  269 |         m_StoreVectorVars = N_VNew_Serial( nVarsCnt );
      |                             ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:270:42: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  270 |         m_StoreVectorDers = N_VNew_Serial( nVarsCnt );
      |                             ~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:283:35: error: too few arguments 
to function ‘_generic_SUNMatrix* SUNDenseMatrix(sunindextype, sunindextype, 
SUNContext)’
  283 |         m_A_store = SUNDenseMatrix(nVarsCnt, nVarsCnt);
      |                     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
/usr/include/sunmatrix/sunmatrix_dense.h:79:27: note: declared here
   79 | SUNDIALS_EXPORT SUNMatrix SUNDenseMatrix(sunindextype M, sunindextype 
N, SUNContext sunctx);
      |                           ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:285:22: error: 
‘SUNDenseLinearSolver’ was not declared in this scope; did you mean 
‘SUNNonlinearSolver’?
  285 |         m_LS_store = SUNDenseLinearSolver(m_vectorVars, m_A_store);
      |                      ^~~~~~~~~~~~~~~~~~~~
      |                      SUNNonlinearSolver
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:294:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  294 |         if (!storeMem->ida_ewt)         storeMem->ida_ewt   = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:295:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  295 |         if (!storeMem->ida_yy)          storeMem->ida_yy    = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:296:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  296 |         if (!storeMem->ida_yp)          storeMem->ida_yp    = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:297:76: error: too few arguments 
to function ‘_generic_N_Vector* N_VNew_Serial(sunindextype, SUNContext)’
  297 |         if (!storeMem->ida_delta)       storeMem->ida_delta = 
N_VNew_Serial(nVarsCnt);
      |                                                               
~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/nvector/nvector_serial.h:85:26: note: declared here
   85 | SUNDIALS_EXPORT N_Vector N_VNew_Serial(sunindextype vec_length, 
SUNContext sunctx);
      |                          ^~~~~~~~~~~~~
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp: In member function ‘void 
CDAESolver::CopyIDAmem(void*, void*)’:
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:379:14: error: ‘struct 
IDAMemRec’ has no member named ‘ida_rr’; did you mean ‘ida_res’?
  379 |         dst->ida_rr = src->ida_rr;
      |              ^~~~~~
      |              ida_res
/<<PKGBUILDDIR>>/EquationSolvers/DAESolver.cpp:379:28: error: ‘struct 
IDAMemRec’ has no member named ‘ida_rr’; did you mean ‘ida_res’?
  379 |         dst->ida_rr = src->ida_rr;
      |                            ^~~~~~
      |                            ida_res
make[3]: *** [CMakeFiles/libdyssol_static.dir/build.make:163: 
CMakeFiles/libdyssol_static.dir/EquationSolvers/DAESolver.cpp.o] Error 1

--- End Message ---
--- Begin Message ---
Source: dyssol
Source-Version: 1.1.0+ds1-1
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
dyssol, 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.
Anton Gladky <gl...@debian.org> (supplier of updated dyssol 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: Wed, 28 Dec 2022 23:23:51 +0100
Source: dyssol
Architecture: source
Version: 1.1.0+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 1025757
Changes:
 dyssol (1.1.0+ds1-1) unstable; urgency=medium
 .
   * [875d227] New upstream version 1.1.0+ds1. (Closes: #1025757)
   * [74703be] Refresh/remove patches.
   * [4a6fc55] Fix doc install.
   * [b477226] Update standards version to 4.6.1, no changes needed.
   * [334b805] Avoid explicitly specifying -Wl,--as-needed linker flag.
Checksums-Sha1:
 e78b372068df6dd4c41c18344d544f43077826e1 2465 dyssol_1.1.0+ds1-1.dsc
 a7a3cecbbe59afdafca4b98eda9f7bd8d8bb80f2 13613920 dyssol_1.1.0+ds1.orig.tar.xz
 2acf13b9b04c25ebc39b29b45d2182ab1bd2846d 8272 dyssol_1.1.0+ds1-1.debian.tar.xz
 18b573010dd137a6c30cbb90802dea35801444ea 13936 
dyssol_1.1.0+ds1-1_source.buildinfo
Checksums-Sha256:
 3b1ccfbbf433b8f1f02d488e32f93dc0f60f2a2fa7dd2da840e31b7c74df57bf 2465 
dyssol_1.1.0+ds1-1.dsc
 9f449443441d832519686f39bba2cefe10f430ed548ec7bbf33508c30b7716b4 13613920 
dyssol_1.1.0+ds1.orig.tar.xz
 bb51c41e8c2600bb74848ac0820af907b34f5015e722ccbcb3424afb18e6bad7 8272 
dyssol_1.1.0+ds1-1.debian.tar.xz
 0935ddaf1dbae82c42c60a2304678862a87511aef4c1ac10912c84976062eea1 13936 
dyssol_1.1.0+ds1-1_source.buildinfo
Files:
 dee2b68941947c3103dc3d7c87ac5fd4 2465 science optional dyssol_1.1.0+ds1-1.dsc
 8301c5b5321c709909f436a08bcbb710 13613920 science optional 
dyssol_1.1.0+ds1.orig.tar.xz
 91c5e8c6a48c306e53f5b01bb07bdefe 8272 science optional 
dyssol_1.1.0+ds1-1.debian.tar.xz
 0036875d4f611b55b0e5b3f8af9569fd 13936 science optional 
dyssol_1.1.0+ds1-1_source.buildinfo

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

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmOtPN4ACgkQ0+Fzg8+n
/walZBAAkpGRXmvZum4wxdHPTUr3zYalQMqkYtslNoSmN8w1TyxhZW0sanPLAGic
U5yMxvO6h1m0ZQ3PHnFenqKIbx/cOtNZqlCtwHscR8PhbPNxkrxDnXQs4+iZx6hU
W8rP93JZWLMwVJZvkLh9S6L6gtp4EFvlv8bnpsX+9fBSnFon/kxyIai9y226ZlG+
wVA+MvnEy5te48KAgj6GI+e1QXkaAVLxbOM2OuGeH1GYmxWzxMuCK2QGwoDrFLlf
FKZRfqu4Q6XPGtPPS//BmdLTfncou6N1VBXpUEpaperJ/qPirUF2MPkv2JRIIXu+
/zNI4eh4+lOUE39J0pAoBi8YMWJpxrPhRn3TvzzbjL/KWLdD9KhXnHhbf6ulm8Uf
bqSMKOk130Y5/7JUbYfFP6U2etLLw/Sp44+Q9r8mDIkTTvdx+QJPDnTlXWiQiS8s
J4E7nOf5CUQrK2a7N/Qc20NxfZH4+w4Tf9URyhDA7esKRVwxZbyYApqXkBrHgPUf
G0xHSc7G1rq8OM2kjff3dQ7IXLcn+7JePv07L9dPVyDlQ6TwfnLh8CEb+ad88pwQ
BfRnBDv2J2Zynyz/rHiGCWCCv0XFOrldvoCJugGEGuRewdDs+0FSB8MHunur9hZs
crvIEvbdOxiC+jlO9VHoV/NoU1ucMMk01g1T34/RwfynyloBh+4=
=9WbZ
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to