[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #45258] mpi-1.2.0 build fails in Octave 4.0.0
From: |
Julien Bect |
Subject: |
[Octave-bug-tracker] [bug #45258] mpi-1.2.0 build fails in Octave 4.0.0 |
Date: |
Fri, 05 Jun 2015 11:35:09 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0 |
URL:
<http://savannah.gnu.org/bugs/?45258>
Summary: mpi-1.2.0 build fails in Octave 4.0.0
Project: GNU Octave
Submitted by: jbect
Submitted on: ven. 05 juin 2015 11:35:06 GMT
Category: Octave Forge Package
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Build Failure
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.0
Operating System: GNU/Linux
_______________________________________________________
Details:
mpi-1.2.0 build fails in Octave 4.0.0
The problem is similar to
https://savannah.gnu.org/bugs/?func=detailitem&item_id=44063
Here is the log:
>> pkg install -forge mpi
In file included from MPI_Comm_size.cc:26:0:
simple.h:42:3: error: ‘DECLARE_OCTAVE_ALLOCATOR’ does not name a type
DECLARE_OCTAVE_ALLOCATOR;
^
simple.h:47:33: error: expected constructor, destructor, or type conversion
before ‘;’ token
DEFINE_OCTAVE_ALLOCATOR (simple);
^
In file included from MPI_Comm_rank.cc:26:0:
simple.h:42:3: error: ‘DECLARE_OCTAVE_ALLOCATOR’ does not name a type
DECLARE_OCTAVE_ALLOCATOR;
^
simple.h:47:33: error: expected constructor, destructor, or type conversion
before ‘;’ token
DEFINE_OCTAVE_ALLOCATOR (simple);
^
make: *** [MPI_Comm_size.oct] Error 1
make: *** Attente des tâches non terminées....
make: *** [MPI_Comm_rank.oct] Error 1
make: Entering directory '/tmp/oct-jUFfjQ/mpi/src'
/usr/local/bin/mkoctfile-4.0.0 -I/usr/lib/openmpi/include
-I/usr/lib/openmpi/include/openmpi -lpthread -L/usr//lib
-L/usr/lib/openmpi/lib -lmpi_cxx -lmpi -ldl -lhwloc MPI_Init.cc
/usr/local/bin/mkoctfile-4.0.0 -I/usr/lib/openmpi/include
-I/usr/lib/openmpi/include/openmpi -lpthread -L/usr//lib
-L/usr/lib/openmpi/lib -lmpi_cxx -lmpi -ldl -lhwloc MPI_Initialized.cc
/usr/local/bin/mkoctfile-4.0.0 -I/usr/lib/openmpi/include
-I/usr/lib/openmpi/include/openmpi -lpthread -L/usr//lib
-L/usr/lib/openmpi/lib -lmpi_cxx -lmpi -ldl -lhwloc MPI_Comm_rank.cc
/usr/local/bin/mkoctfile-4.0.0 -I/usr/lib/openmpi/include
-I/usr/lib/openmpi/include/openmpi -lpthread -L/usr//lib
-L/usr/lib/openmpi/lib -lmpi_cxx -lmpi -ldl -lhwloc MPI_Comm_size.cc
Makefile:24: recipe for target 'MPI_Comm_size.oct' failed
Makefile:24: recipe for target 'MPI_Comm_rank.oct' failed
make: Leaving directory '/tmp/oct-jUFfjQ/mpi/src'
pkg: error running `make' for the mpi package.
error: called from 'configure_make' in file
/usr/local/share/octave/4.0.0/m/pkg/private/configure_make.m near line 96,
column 9
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?45258>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #45258] mpi-1.2.0 build fails in Octave 4.0.0,
Julien Bect <=