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

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

Re: [Octave-bug-tracker] [bug #59423] [octave forge] (parallel) v4.0 fai


From: Lionel Woog
Subject: Re: [Octave-bug-tracker] [bug #59423] [octave forge] (parallel) v4.0 fails to build if the gnutls package is installed
Date: Sat, 07 Nov 2020 19:18:36 -0000

The angle brackets are missing::

configure: WARNING: No working fork(), no uname(), or no error.h found. On such platforms, notably Windows and macOS, the remote Octave server will not be built. The functions for accessing a remote Octave server are not affected by this and may still be built, as well as the functions for local parallel execution.
gnutls-callbacks.cc:34:10: error: expected "FILENAME" or <FILENAME>
#include malloc/malloc.h
         ^
gnutls-callbacks.cc:39:10: error: use of undeclared identifier 'malloc_size'
  return malloc_size (ptr);
         ^
2 errors generated.
make: *** [gnutls-callbacks.o] Error 1


Changing:
#include malloc/malloc.h

To:
#include <malloc/malloc.h>

Successfully compiles with the following output:
configure: WARNING: No working fork(), no uname(), or no error.h found. On such platforms, notably Windows and macOS, the remote Octave server will not be built. The functions for accessing a remote Octave server are not affected by this and may still be built, as well as the functions for local parallel execution.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(stat-time.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(sys_socket.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(xsize.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(fd-hook.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(sig-handler.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(stat-time.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(sys_socket.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(threadlib.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libgnu.a(xsize.o) has no symbols
gnulib-wrappers.c:431:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.
warning: doc_cache_create: unusable help text found in file 'parallel_interface'
warning: called from
    doc_cache_create>handle_function at line 98 column 5
    doc_cache_create>create_cache at line 118 column 36
    gen_doc_cache_in_dir>@<anonymous> at line 150 column 17
    doc_cache_create>gen_doc_cache_in_dir at line 151 column 9
    doc_cache_create at line 62 column 12
    install>generate_lookfor_cache at line 820 column 5
    install at line 235 column 7
    pkg at line 566 column 9

For information about changes from previous versions of the parallel package, run 'news parallel'.



On Nov 7, 2020, at 7:48 PM, Olaf Till <INVALID.NOREPLY@gnu.org> wrote:

Update of bug #59423 (project octave):

                 Status:                    None => Ready For Test         

   _______________________________________________________

Follow-up Comment #1:

Does that patch

https://sourceforge.net/p/octave/parallel/ci/4b99104c01442044812eb493bae41169b90a69e8/

fix it (on Mac OS)?


   _______________________________________________________

Reply to this item at:

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

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



reply via email to

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