bugGNU Octave - Bugs: bug #63947, [octave forge] (parallel) Fails to...

 
 

bug #63947: [octave forge] (parallel) Fails to build with octave 8.1.0

Submitter:  None
Submitted:  Mon 20 Mar 2023 01:54:33 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Duplicate Assigned to:  None
Originator Name:  Orion Poplawski Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * other
Release:  Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 20 Mar 2023 07:44:21 AM UTC, comment #1: 

Closing as duplicate of bug #63922 which already has an attachment that fixes this issue.

Markus Mützel <mmuetzel>
Group administrator
Mon 20 Mar 2023 01:54:33 AM UTC, original submission:  

I'm getting build failures with octave 8.1.0:
]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.1.0/octave/../octave/oct.h:36,
                 from parallel-gnutls.h:25:
/usr/include/octave-8.1.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.1.0/octave/../octave/error.h:425:27: note:   candidate expects 2 arguments, 3 provided
/usr/include/octave-8.1.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.1.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.1.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.1.0/octave/../octave/error.h:425:27: note:   candidate expects 2 arguments, 3 provided
/usr/include/octave-8.1.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.1.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.1.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.1.0/octave/../octave/error.h:425:27: note:   candidate expects 2 arguments, 3 provided
/usr/include/octave-8.1.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.1.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.1.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.1.0/octave/../octave/error.h:425:27: note:   candidate expects 2 arguments, 3 provided
/usr/include/octave-8.1.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.1.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.1.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.1.0/octave/../octave/error.h:425:27: note:   candidate expects 2 arguments, 3 provided
/usr/include/octave-8.1.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.1.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 [34], const char*)'
   67 |         verror (e, _VA_ARGS_); \
      |         ~~~~~~~^~~~~~~~~~~~~~~~
pconnect.cc:343:19: note: in expansion of macro 'CHECK_ERROR'
  343 |                   CHECK_ERROR (f_ret = OCTAVE__FEVAL ("pkg", f_args, 1), retval,
      |                   ^~~~~~~~~~~
/usr/include/octave-8.1.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.1.0/octave/../octave/error.h:425:27: note:   candidate expects 2 arguments, 3 provided
/usr/include/octave-8.1.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.1.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:346:19: note: in expansion of macro 'CHECK_ERROR'
  346 |                   CHECK_ERROR (cpfile = f_ret(0).string_value (), retval,
      |                   ^~~~~~~~~~~
/usr/include/octave-8.1.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.1.0/octave/../octave/error.h:425:27: note:   candidate expects 2 arguments, 3 provided
/usr/include/octave-8.1.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.1.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: * [Makefile:192: pconnect.o] Error 1

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mmuetzel (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-03-20 mmuetzel StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #63922

    Back to the top

    Powered by Savane 3.15-ef91.
    Corresponding source code