octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #63947] [octave forge] (parallel) Fails to bui


From: anonymous
Subject: [Octave-bug-tracker] [bug #63947] [octave forge] (parallel) Fails to build with octave 8.1.0
Date: Sun, 19 Mar 2023 21:54:35 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63947>

                 Summary: [octave forge] (parallel) Fails to build with octave
8.1.0
                   Group: GNU Octave
               Submitter: None
               Submitted: Mon 20 Mar 2023 01:54:33 AM UTC
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Orion Poplawski
        Originator Email: orion@nwra.com
             Open/Closed: Open
                 Release: other
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 20 Mar 2023 01:54:33 AM UTC By: Anonymous
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








    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63947>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]