|
| From: | Robert Jenssen |
| Subject: | [Octave-bug-tracker] [bug #48340] parallel package fails to build with dev octave(signal-wrappers.h not found) |
| Date: | Wed, 29 Jun 2016 10:55:19 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?48340>
Summary: parallel package fails to build with dev
octave(signal-wrappers.h not found)
Project: GNU Octave
Submitted by: morgawr
Submitted on: Wed 29 Jun 2016 10:55:16 AM GMT
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Build Failure
Status: None
Assigned to: None
Originator Name: Robert Jenssen
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
The parallel-3.1.0 package fails to build with the current
development octave-4.1.0+. signal-wrappers.h is not found:
$ /usr/local/dbg-octave/bin/octave-cli --eval 'pkg install
parallel-3.1.0.tar.gz'
configure: WARNING: TLS disabled since symbol gnutls_srp_2048_group_prime not
found in gnutls library - built with --disable-srp-authentication?
In file included from pserver.cc:28:0:
/usr/local/dbg-octave/include/octave-4.1.0+/octave/../octave/sighandlers.h:38:29:
fatal error: signal-wrappers.h: No such file or directory
#include "signal-wrappers.h"
^
compilation terminated.
make: *** [pserver.o] Error 1
sighandlers.h is installed in include/octave-4.1.0+/octave but
signal-wrappers.h is not. The liboctave/wrappers directory is not present in
the octave-4.0.2 sources. If the current source is present then a workaround
is to give the include path to the source file explicitly. In my case:
CXXFLAGS="-I/usr/local/src/octave/octave/liboctave/wrappers"
Perhaps this is not a bug in the "Octave Forge Package" category but belongs
in "Configuration and Build System"?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48340>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |