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

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

[Octave-bug-tracker] [bug #65498] (tisean) failed to compile on octave 9


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #65498] (tisean) failed to compile on octave 9.1.x
Date: Wed, 20 Mar 2024 17:54:45 -0400 (EDT)

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

                 Summary: (tisean) failed to compile on octave 9.1.x
                   Group: GNU Octave
               Submitter: 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: 
        Originator Email: 
             Open/Closed: Open
                 Release: 9.1.0
         Discussion Lock: Any
        Operating System: Any
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 20 Mar 2024 09:54:45 PM UTC By: Dmitri A. Sergatskov <dasergatskov>
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.
-- 







    _______________________________________________________
File Attachments:


-------------------------------------------------------
Name: tisean_octave91_compile.log.gz  Size: 3KiB
<http://savannah.gnu.org/bugs/download.php?file_id=55872>

    AGPL NOTICE

These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-cf05868ce827c9612cb6083f86556077b7ab06b3.tar.gz

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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