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

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

[Octave-bug-tracker] [bug #54939] Getting error while performing install


From: Harika Kotakonda
Subject: [Octave-bug-tracker] [bug #54939] Getting error while performing installation of octave 4.4.1 in linux
Date: Fri, 2 Nov 2018 07:26:00 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36

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

                 Summary: Getting error while performing installation of
octave 4.4.1 in linux
                 Project: GNU Octave
            Submitted by: harika
            Submitted on: Fri 02 Nov 2018 11:25:59 AM UTC
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: harika
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.4.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hi,
When i tried to install octave 4.4.1 in gnu linux im getting this error . This
error seems to be related to the definition of variable type suitesparse



 CXX      liboctave/array/liboctave_array_libarray_la-CSparse.lo
In file included from liboctave/array/CSparse.cc:54:0:
./liboctave/util/oct-sparse.h:166:11: error: âSuiteSparse_longâ does not
name a type
   typedef SuiteSparse_long suitesparse_integer;
           ^
./liboctave/util/oct-sparse.h:171:10: error: âsuitesparse_integerâ does not
name a type
   extern suitesparse_integer *
          ^
./liboctave/util/oct-sparse.h:174:16: error: âsuitesparse_integerâ does not
name a type
   extern const suitesparse_integer *
                ^
./liboctave/util/oct-sparse.h:178:27: warning: âto_octave_idx_type_ptrâ
initialized and declared âexternâ
   to_octave_idx_type_ptr (suitesparse_integer *i);
                           ^
./liboctave/util/oct-sparse.h:178:27: error: âsuitesparse_integerâ was not
declared in this scope
./liboctave/util/oct-sparse.h:178:48: error: âiâ was not declared in this
scope
   to_octave_idx_type_ptr (suitesparse_integer *i);
                                                ^
./liboctave/util/oct-sparse.h:181:33: error: âsuitesparse_integerâ does not
name a type
   to_octave_idx_type_ptr (const suitesparse_integer *i);
                                 ^
./liboctave/util/oct-sparse.h:181:55: error: âconst octave_idx_type*
octave::to_octave_idx_type_ptr(const int*)â redeclared as different kind of
symbol
   to_octave_idx_type_ptr (const suitesparse_integer *i);
                                                       ^
./liboctave/util/oct-sparse.h:178:3: note: previous declaration
âoctave_idx_type* octave::to_octave_idx_type_ptrâ
   to_octave_idx_type_ptr (suitesparse_integer *i);
   ^
liboctave/array/CSparse.cc: In member function âComplexDET
SparseComplexMatrix::determinant(octave_idx_type&, double&, bool) constâ:
liboctave/array/CSparse.cc:1116:38: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                      octave::to_suitesparse_intptr (Ap),
                                      ^
liboctave/array/CSparse.cc:1117:38: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                      octave::to_suitesparse_intptr (Ai),
                                      ^
liboctave/array/CSparse.cc:1125:47: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                               octave::to_suitesparse_intptr
(Ap),
                                               ^
liboctave/array/CSparse.cc:1126:47: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                               octave::to_suitesparse_intptr
(Ai),
                                               ^
liboctave/array/CSparse.cc:1146:40: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
             = UMFPACK_ZNAME (numeric) (octave::to_suitesparse_intptr (Ap),
                                        ^
liboctave/array/CSparse.cc:1147:40: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                        octave::to_suitesparse_intptr (Ai),
                                        ^
liboctave/array/CSparse.cc: In member function âvoid*
SparseComplexMatrix::factorize(octave_idx_type&, double&, Matrix&, Matrix&,
SparseComplexMatrix::solve_singularity_handler, bool) constâ:
liboctave/array/CSparse.cc:5565:34: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                  octave::to_suitesparse_intptr (Ap),
                                  ^
liboctave/array/CSparse.cc:5566:34: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                  octave::to_suitesparse_intptr (Ai),
                                  ^
liboctave/array/CSparse.cc:5574:43: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                           octave::to_suitesparse_intptr
(Ap),
                                           ^
liboctave/array/CSparse.cc:5575:43: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                           octave::to_suitesparse_intptr
(Ai),
                                           ^
liboctave/array/CSparse.cc:5595:41: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
       status = UMFPACK_ZNAME (numeric) (octave::to_suitesparse_intptr (Ap),
                                         ^
liboctave/array/CSparse.cc:5596:41: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                         octave::to_suitesparse_intptr (Ai),
                                         ^
liboctave/array/CSparse.cc: In member function âComplexMatrix
SparseComplexMatrix::fsolve(MatrixType&, const Matrix&, octave_idx_type&,
double&, SparseComplexMatrix::solve_singularity_handler, bool) constâ:
liboctave/array/CSparse.cc:5846:51: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                                  
octave::to_suitesparse_intptr (Ap),
                                                   ^
liboctave/array/CSparse.cc:5847:51: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                                  
octave::to_suitesparse_intptr (Ai),
                                                   ^
liboctave/array/CSparse.cc: In member function âSparseComplexMatrix
SparseComplexMatrix::fsolve(MatrixType&, const SparseMatrix&,
octave_idx_type&, double&, SparseComplexMatrix::solve_singularity_handler,
bool) constâ:
liboctave/array/CSparse.cc:6126:51: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                                  
octave::to_suitesparse_intptr (Ap),
                                                   ^
liboctave/array/CSparse.cc:6127:51: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                                  
octave::to_suitesparse_intptr (Ai),
                                                   ^
liboctave/array/CSparse.cc: In member function âComplexMatrix
SparseComplexMatrix::fsolve(MatrixType&, const ComplexMatrix&,
octave_idx_type&, double&, SparseComplexMatrix::solve_singularity_handler,
bool) constâ:
liboctave/array/CSparse.cc:6395:44: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                            octave::to_suitesparse_intptr
(Ap),
                                            ^
liboctave/array/CSparse.cc:6396:44: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                            octave::to_suitesparse_intptr
(Ai),
                                            ^
liboctave/array/CSparse.cc: In member function âSparseComplexMatrix
SparseComplexMatrix::fsolve(MatrixType&, const SparseComplexMatrix&,
octave_idx_type&, double&, SparseComplexMatrix::solve_singularity_handler,
bool) constâ:
liboctave/array/CSparse.cc:6651:51: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                                  
octave::to_suitesparse_intptr (Ap),
                                                   ^
liboctave/array/CSparse.cc:6652:51: error: âto_suitesparse_intptrâ is not a
member of âoctaveâ
                                                  
octave::to_suitesparse_intptr (Ai),
                                                   ^
make[2]: *** [liboctave/array/liboctave_array_libarray_la-CSparse.lo] Error 1
make[2]: Leaving directory `/prog/rdtoolbox/octave/versions/octave-4.4.1'





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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