Your message dated Sun, 02 Jul 2023 13:34:05 +0000
with message-id <e1qfxdj-008hg4...@fasolo.debian.org>
and subject line Bug#1040130: fixed in octave-parallel 4.0.1-7
has caused the Debian Bug report #1040130,
regarding octave-parallel: FTBFS: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [83], const char*)’
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.)


-- 
1040130: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040130
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: octave-parallel
Version: 4.0.1-6
Severity: serious
Tags: ftbfs sid trixie
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sramac...@debian.org

https://buildd.debian.org/status/fetch.php?pkg=octave-parallel&arch=amd64&ver=4.0.1-6%2Bb1&stamp=1688261012&raw=0

g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
-I/usr/include/octave-8.2.0/octave/.. -I/usr/include/octave-8.2.0/octave  
-pthread -fopenmp -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security  
-Wno-deprecated-declarations    network_set.cc -o network_set.o
In file included from parallel-gnutls.h:86,
                 from pconnect.cc:24:
pconnect.cc: In function ‘octave_value_list Fpconnect(const octave_value_list&, 
int)’:
error-helpers.h:67:16: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [73], const char*)’
   67 |         verror (e, __VA_ARGS__); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
pconnect.cc:173:7: note: in expansion of macro ‘CHECK_ERROR’
  173 |       CHECK_ERROR (cm = args(0).char_matrix_value (), retval,
      |       ^~~~~~~~~~~
In file included from /usr/include/octave-8.2.0/octave/../octave/oct.h:36,
                 from parallel-gnutls.h:25:
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note: candidate: 
‘void verror(const char*, __va_list_tag*)’
  425 | extern OCTINTERP_API void verror (const char *fmt, va_list args);
      |                           ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note:   candidate 
expects 2 arguments, 3 provided
/usr/include/octave-8.2.0/octave/../octave/error.h:433:1: note: candidate: 
‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      | ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:433:64: note:   no known 
conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      |                                                        ~~~~~~~~^~~~
error-helpers.h:67:16: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [58], const char*)’
   67 |         verror (e, __VA_ARGS__); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
pconnect.cc:230:7: note: in expansion of macro ‘CHECK_ERROR’
  230 |       CHECK_ERROR (options = args(1).scalar_map_value (), retval,
      |       ^~~~~~~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note: candidate: 
‘void verror(const char*, __va_list_tag*)’
  425 | extern OCTINTERP_API void verror (const char *fmt, va_list args);
      |                           ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note:   candidate 
expects 2 arguments, 3 provided
/usr/include/octave-8.2.0/octave/../octave/error.h:433:1: note: candidate: 
‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      | ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:433:64: note:   no known 
conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      |                                                        ~~~~~~~~^~~~
error-helpers.h:67:16: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [47], const char*)’
   67 |         verror (e, __VA_ARGS__); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
pconnect.cc:241:11: note: in expansion of macro ‘CHECK_ERROR’
  241 |           CHECK_ERROR (use_gnutls = tmp.bool_value (), retval,
      |           ^~~~~~~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note: candidate: 
‘void verror(const char*, __va_list_tag*)’
  425 | extern OCTINTERP_API void verror (const char *fmt, va_list args);
      |                           ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note:   candidate 
expects 2 arguments, 3 provided
/usr/include/octave-8.2.0/octave/../octave/error.h:433:1: note: candidate: 
‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      | ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:433:64: note:   no known 
conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      |                                                        ~~~~~~~~^~~~
error-helpers.h:67:16: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [55], const char*)’
   67 |         verror (e, __VA_ARGS__); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
pconnect.cc:251:11: note: in expansion of macro ‘CHECK_ERROR’
  251 |           CHECK_ERROR (cpfile = tmp.string_value (), retval,
      |           ^~~~~~~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note: candidate: 
‘void verror(const char*, __va_list_tag*)’
  425 | extern OCTINTERP_API void verror (const char *fmt, va_list args);
      |                           ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note:   candidate 
expects 2 arguments, 3 provided
/usr/include/octave-8.2.0/octave/../octave/error.h:433:1: note: candidate: 
‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      | ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:433:64: note:   no known 
conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      |                                                        ~~~~~~~~^~~~
error-helpers.h:67:16: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [46], const char*)’
   67 |         verror (e, __VA_ARGS__); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
pconnect.cc:261:11: note: in expansion of macro ‘CHECK_ERROR’
  261 |           CHECK_ERROR (user = tmp.string_value (), retval,
      |           ^~~~~~~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note: candidate: 
‘void verror(const char*, __va_list_tag*)’
  425 | extern OCTINTERP_API void verror (const char *fmt, va_list args);
      |                           ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note:   candidate 
expects 2 arguments, 3 provided
/usr/include/octave-8.2.0/octave/../octave/error.h:433:1: note: candidate: 
‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      | ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:433:64: note:   no known 
conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      |                                                        ~~~~~~~~^~~~
In file included from parallel-gnutls.h:86,
                 from network_set.cc:23:
network_set.cc: In function ‘octave_value_list Fnetwork_set(const 
octave_value_list&, int)’:
error-helpers.h:67:16: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [37], const char*)’
   67 |         verror (e, __VA_ARGS__); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
network_set.cc:79:3: note: in expansion of macro ‘CHECK_ERROR’
   79 |   CHECK_ERROR (key = args(1).string_value (), retval,
      |   ^~~~~~~~~~~
In file included from /usr/include/octave-8.2.0/octave/../octave/oct.h:36,
                 from parallel-gnutls.h:25:
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note: candidate: 
‘void verror(const char*, __va_list_tag*)’
  425 | extern OCTINTERP_API void verror (const char *fmt, va_list args);
      |                           ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note:   candidate 
expects 2 arguments, 3 provided
/usr/include/octave-8.2.0/octave/../octave/error.h:433:1: note: candidate: 
‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      | ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:433:64: note:   no known 
conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      |                                                        ~~~~~~~~^~~~
error-helpers.h:67:16: error: no matching function for call to 
‘verror(octave::execution_exception&, const char [83], const char*)’
   67 |         verror (e, __VA_ARGS__); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
network_set.cc:86:7: note: in expansion of macro ‘CHECK_ERROR’
   86 |       CHECK_ERROR (arg = args(2).int_value (), retval,
      |       ^~~~~~~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note: candidate: 
‘void verror(const char*, __va_list_tag*)’
  425 | extern OCTINTERP_API void verror (const char *fmt, va_list args);
      |                           ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:425:27: note:   candidate 
expects 2 arguments, 3 provided
/usr/include/octave-8.2.0/octave/../octave/error.h:433:1: note: candidate: 
‘void verror(octave::execution_exception&, const char*, __va_list_tag*)’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      | ^~~~~~
/usr/include/octave-8.2.0/octave/../octave/error.h:433:64: note:   no known 
conversion for argument 3 from ‘const char*’ to ‘__va_list_tag*’
  433 | verror (octave::execution_exception&, const char *fmt, va_list args);
      |                                                        ~~~~~~~~^~~~
make[1]: *** [Makefile:192: pconnect.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:192: network_set.o] Error 1
rm network_set.bin MFDOCSTRINGS pconnect.bin __rfeval_slave__.bin reval.bin 
parcellfun_set_nproc.bin sclose.bin __parcellfun_get_next_result__.bin 
select_sockets.bin fsave.bin psend.bin parallel_generate_srp_data.bin precv.bin 
__exit__.bin __parcellfun_set_nproc_used__.bin select.bin fload.bin 
__parcellfun_initialize_job__.bin network_get_info.bin 
__parcellfun_send_next_args__.bin
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'

error: pkg: error running 'make' for the parallel package
error: called from
    configure_make at line 117 column 9
    install at line 204 column 7
    pkg at line 619 column 9
    /usr/share/dh-octave/install-pkg.m at line 38 column 1

Cheers
-- 
Sebastian Ramacher

--- End Message ---
--- Begin Message ---
Source: octave-parallel
Source-Version: 4.0.1-7
Done: Sébastien Villemot <sebast...@debian.org>

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

Debian distribution maintenance software
pp.
Sébastien Villemot <sebast...@debian.org> (supplier of updated octave-parallel 
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, 02 Jul 2023 15:17:12 +0200
Source: octave-parallel
Architecture: source
Version: 4.0.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Octave Group <team+pkg-octave-t...@tracker.debian.org>
Changed-By: Sébastien Villemot <sebast...@debian.org>
Closes: 1040130
Changes:
 octave-parallel (4.0.1-7) unstable; urgency=medium
 .
   [ Sébastien Villemot ]
   * octave8-part{1,2}.patch: new patches, fix FTBFS against Octave 8
     (Closes: #1040130)
 .
   [ Rafael Laboissière ]
   * d/control: Bump Standards-Version to 4.6.2 (no changes needed)
   * d/control: Update Homepage URL
   * d/copyright: Update Source URL
Checksums-Sha1:
 544878ae6c788d1d7d0f59a51d0535f556427ae7 2217 octave-parallel_4.0.1-7.dsc
 5abba16c0ea36f81264469915825f45e12f4ea55 10440 
octave-parallel_4.0.1-7.debian.tar.xz
 ec0f8e0887c7c4313f9e1dcef60a731a61ccccab 22833 
octave-parallel_4.0.1-7_amd64.buildinfo
Checksums-Sha256:
 c9a9a7bf125beb687a86a1c6271989299985f851d38b61b13fb11d96256c7ed1 2217 
octave-parallel_4.0.1-7.dsc
 bf7a025de358231c3016233eb257973955996295f57fbb68216bb33683fbf0bf 10440 
octave-parallel_4.0.1-7.debian.tar.xz
 756b8ba0ab8ea668d91da45cb2ee20ebf8b630d37a0877b60e68397477e69836 22833 
octave-parallel_4.0.1-7_amd64.buildinfo
Files:
 b9a8b10a0eef52c7f6bc4e15ebdf08c2 2217 math optional octave-parallel_4.0.1-7.dsc
 276036ce0927bf9c810d484acad4340c 10440 math optional 
octave-parallel_4.0.1-7.debian.tar.xz
 e4edf16d66b7552fa3127f60b2468058 22833 math optional 
octave-parallel_4.0.1-7_amd64.buildinfo

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

iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmSheZAACgkQLOzpNQ7O
vkoJ6g/8DwZEy/nzcbV2ro/ZlrqlRcjxHWik8Qnrkv2uaeZnUiNN+ObQkucHjFiF
gsAgrdRIhWWb45YA2hXyBVeBpszzyN2V3Rq04VJBvK/AZzAhDn7nftgiqNRbTk++
g6wgo7LDQnFVGwd6GEK1HrAc/JQD4Zild+9lTkhxoc0cape/av1YXxh9odPoPmsM
9NxjSuywMt/hhKvEggWZjmv6iYdnVaDSLnwiQ/0dn+3nN977YIHd0IbzksUZJx6f
9u3PSHR5DEZfbTYV+1YY2pQIY6qfT2XmfmzfL6BBRSUUOx6O2lyYdSiXjXnR8yI0
c6MAafHr+zWMZjUVI9l/OQ+bVTu3BM10mj05/WsGHWJahnPiNn8W0cNRHca7tUWc
67ZwE4D9A1MzUXsH6pDRoDDolt7/lBaDYfAcdqbaiAR0L69m0YbBxtW167FMRiDC
z+Fyo0QfZ0L4A9csAsbP8XLPFzBICqPZtsztppFcjXRbuKbZU9QR9aa17N0YF9ar
YLNOrWOBDYvzFX1Y6jtNkg1fUG1FLW1/qj2DSzCZyfaCjiRh+M6gC/tB44+5KzD/
+gVMaJrGgmwo5ZJ//Af7GekJYAvUQrw+0liGzsam01HbgE4JY6c7iAX56gR1099k
VbM2QIYxkvM+6lDis/QoyAQFtlTZzesBxQ5NeuUwo2l6h858mY8=
=9QUe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to