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

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

[Octave-bug-tracker] [bug #60099] build fails with cholmod


From: Ernst Reissner
Subject: [Octave-bug-tracker] [bug #60099] build fails with cholmod
Date: Mon, 22 Feb 2021 12:50:02 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0

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

                 Summary: build fails with cholmod
                 Project: GNU Octave
            Submitted by: ernstreissner
            Submitted on: Mon 22 Feb 2021 05:50:00 PM UTC
                Category: Configuration and Build System
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Build Failure
                  Status: None
             Assigned to: None
         Originator Name: Reissner
        Originator Email: 
             Open/Closed: Open
                 Release: other
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

I built from source. 
First clone 
tip was at      29388:264a27ab32f3

then .bootstrap
then mikdir .build 
then within invoke ./../configure
All is fine but some warnings 

 Default pager:                 less
  gnuplot:                       gnuplot

  Build Octave Qt GUI:                  no (missing:Qt5Help)
  JIT compiler for loops:               no
  Build Java interface:                 yes
  Build static libraries:               no
  Build shared libraries:               yes
  Dynamic Linking API:                  dlopen
  Include support for GNU readline:     yes
  Use push parser in command line REPL: yes
  64-bit array dims and indexing:       yes
  64-bit BLAS array dims and indexing:  no
  OpenMP SMP multithreading:            yes
  Truncate intermediate FP results:     yes
  Build cross tools:                    no
  Build docs:                           yes

configure: WARNING: Qhull library not found.  This will result in loss of
functionality for some geometry functions.
configure: WARNING: GLPK library not found.  The glpk function for solving
linear programs will be disabled.
configure: WARNING: PortAudio library not found.  The audioplayer,
audiorecorder, and audiodevinfo functions will be disabled.
configure: WARNING: GraphicsMagick++ library not found.  The imread, imwrite,
and imfinfo functions for reading and writing image files will not be fully
functional.
configure: WARNING: OpenGL libs (GL and GLU) not found.  OpenGL graphics will
be disabled.
configure: WARNING: Your installation of Qt version 5 appears incomplete or
broken in some way.  Fix that or use --with-qt=VER to use another version.
configure: WARNING: Qt libraries not found; disabling Qt GUI
configure: WARNING: FLTK config script not found.  FLTK toolkit will be
disabled.
configure: WARNING: AMD library not found.  This will result in some lack of
functionality for sparse matrices.
configure: WARNING: CAMD library not found.  This will result in some lack of
functionality for sparse matrices.
configure: WARNING: COLAMD library not found.  This will result in some lack
of functionality for sparse matrices.
configure: WARNING: CCOLAMD library not found.  This will result in some lack
of functionality for sparse matrices.
configure: WARNING: CHOLMOD library not found.  This will result in some lack
of functionality for sparse matrices.
configure: WARNING: SPQR library not found.  This will result in some lack of
functionality for sparse matrices.
configure: WARNING: CXSparse library not found.  This will result in some lack
of functionality for sparse matrices.
configure: WARNING: UMFPACK not found.  This will result in some lack of
functionality for sparse matrices.
configure: WARNING: KLU library not found.  This will result in some lack of
functionality for sparse matrices.
configure: WARNING: SUNDIALS IDA library not configured with SUNLINSOL_KLU or
sunlinksol_klu.h is not usable.  The solvers ode15i and ode15s will not
support the sparse Jacobian feature.
configure: WARNING: ARPACK not found.  The eigs function will be disabled.
configure: WARNING: 
configure: WARNING: The libraries needed for OpenGL graphics were not found.
configure: WARNING: Creating plots is still possible if gnuplot is installed.
configure: 
configure: NOTE: Libraries or auxiliary programs may be skipped if they are
not found
configure: NOTE: OR if they are missing required features on your system.



then make -j2 

This fails with 

error: support for CHOLMOD was unavailable or disabled when liboctave was
built
error: called from
    sparseimages>txtimages at line 106 column 16
    sparseimages at line 29 column 5
error: support for CHOLMOD was unavailable or disabled when liboctave was
built
error: called from
    sparseimages>txtimages at line 103 column 8
    sparseimages at line 29 column 5
make[2]: *** [Makefile:31789: doc/interpreter/spcholperm.txt] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:31787: doc/interpreter/spchol.txt] Error 1
make[2]: Leaving directory '/home/ernst/OpenSource/Octave/octave/.build'
make[1]: *** [Makefile:27828: all-recursive] Error 1
make[1]: Leaving directory '/home/ernst/OpenSource/Octave/octave/.build'
make: *** [Makefile:11296: all] Error 2


I think this is not ok, because before i had warnings only 
and it is possible to run octave without CHOLMOD




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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