bugGNU Octave - Bugs: bug #65498, (tisean) failed to compile on...

 
 

bug #65498: (tisean) failed to compile on octave 9.1.x

Submitter:  Dmitri A. Sergatskov <dasergatskov>
Submitted:  Wed 20 Mar 2024 09:54:45 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * 9.1.0 Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 21 Mar 2024 03:04:52 PM UTC, comment #2: 


> Can we use "octave <=" in the dependency of a package?

AFAIR 'pkg.m' and its companion functions use core Octave's 'compare_versions' function so I'd answer "yes".

Philip Nienhuis <philipnienhuis>
Group Member
Wed 20 Mar 2024 11:03:25 PM UTC, comment #1: 

Tisean code is very old.
I do not think it is mantained.
I think it can be removed from newer versions of octave, unless somebody wants to update the base code.

Can we use "octave <=" in the dependency of a package?

Juan Pablo Carbajal <juanpi>
Group Member
Wed 20 Mar 2024 09:54:45 PM UTC, original submission:  

Originally reported on Mac (https://savannah.gnu.org/bugs/?65497)
but also reproduciable on linux:

g++ -std=gnu++17 -c  -fPIC -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2   __surrogates__.cc -o /tmp/oct-hQ0CMk.o
g++ -std=gnu++17 -c  -fPIC -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2   __c1__.cc -o /tmp/oct-LiirZi.o
g++ -std=gnu++17 -c  -fPIC -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2   __upo__.cc -o /tmp/oct-IeJKNk.o
g++ -std=gnu++17 -c  -fPIC -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2   lazy.cc -o /tmp/oct-3Cmejk.o
__c1__.cc: In function ‘octave_value_list F__c1__(const octave_value_list&, int)’:
__c1__.cc:81:13: error: ‘error_state’ was not declared in this scope; did you mean ‘error_t’?
   81 |       if (! error_state)
      |             ^~~~~~~~~~~
      |             error_t
make: *** [Makefile:76: __c1__.oct] Error 1
make: *** Waiting for unfinished jobs....
__surrogates__.cc: In function ‘octave_value_list F__surrogates__(const octave_value_list&, int)’:
__surrogates__.cc:66:13: error: ‘error_state’ was not declared in this scope; did you mean ‘error_t’?
   66 |       if (! error_state)
      |             ^~~~~~~~~~~
      |             error_t
make: *** [Makefile:76: __surrogates__.oct] Error 1
__upo__.cc: In function ‘octave_value_list F__upo__(const octave_value_list&, int)’:
__upo__.cc:78:13: error: ‘error_state’ was not declared in this scope; did you mean ‘error_t’?
   78 |       if (! error_state)
      |             ^~~~~~~~~~~
      |             error_t
make: *** [Makefile:76: __upo__.oct] Error 1
g++ -std=gnu++17 -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2 -o __ikeda__.oct  /tmp/oct-wzikRc.o   -shared -Wl,-Bsymbolic  -L/usr/local/lib -shared -Wl,-Bsymbolic
__poincare__.cc: In function ‘octave_value_list F__poincare__(const octave_value_list&, int)’:
__poincare__.cc:132:16: error: ‘error_state’ was not declared in this scope; did you mean ‘error_t’?
  132 |         if ( ! error_state)
      |                ^~~~~~~~~~~
      |                error_t
make: *** [Makefile:73: __poincare__.oct] Error 1
g++ -std=gnu++17 -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2 -o __spikeauto__.oct  /tmp/oct-s2bV1E.o   -shared -Wl,-Bsymbolic  -L/usr/local/lib -shared -Wl,-Bsymbolic
__delay__.cc: In function ‘octave_value_list F__delay__(const octave_value_list&, int)’:
__delay__.cc:63:13: error: ‘error_state’ was not declared in this scope; did you mean ‘error_t’?
   63 |       if (! error_state)
      |             ^~~~~~~~~~~
      |             error_t
make: *** [Makefile:73: __delay__.oct] Error 1
lazy.cc: In function ‘octave_value_list Flazy(const octave_value_list&, int)’:
lazy.cc:136:13: error: ‘error_state’ was not declared in this scope; did you mean ‘error_t’?
  136 |       if (! error_state)
      |             ^~~~~~~~~~~
      |             error_t
make: *** [Makefile:76: lazy.oct] Error 1
g++ -std=gnu++17 -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2 -o __c2g__.oct  /tmp/oct-uOnMj5.o   -shared -Wl,-Bsymbolic  -L/usr/local/lib -shared -Wl,-Bsymbolic
g++ -std=gnu++17 -I/usr/local/include/octave-9.1.1/octave/.. -I/usr/local/include/octave-9.1.1/octave -I/usr/local/include  -pthread -fopenmp -Wall -ggdb3 -O2 -march=native -mtune=native -mavx -mavx2 -flto=auto -g  -O2 -o __henon__.oct  /tmp/oct-qNm0Xo.o   -shared -Wl,-Bsymbolic  -L/usr/local/lib -shared -Wl,-Bsymbolic
make: Leaving directory '/tmp/oct-OlIIKP/tisean-0.2.3/src'

error: pkg: error running 'make' for the tisean package
error: called from
    configure_make at line 117 column 9
    install at line 202 column 7
    pkg at line 619 column 9


(full log is attached).

Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by juanpi (Posted a comment)
  • -email is unavailable- added by dasergatskov (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-03-20 dasergatskov Attached File- Added tisean_octave91_compile.log.gz, #55872

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code