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

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

[Octave-bug-tracker] [bug #59423] [octave forge] (parallel) v4.0 fails t


From: Lionel Woog
Subject: [Octave-bug-tracker] [bug #59423] [octave forge] (parallel) v4.0 fails to build if the gnutls package is installed
Date: Sun, 8 Nov 2020 02:19:00 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15

Follow-up Comment #2, bug #59423 (project octave):

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'.



    _______________________________________________________

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]