bugGNU Octave - Bugs: bug #55949, error running `make' for the...

 
 

bug #55949: error running `make' for the signal package.

Submitter:  None
Submitted:  Mon 18 Mar 2019 05:05:13 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Duplicate Assigned to:  None
Originator Name:  DenisArd Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 5.1.0
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 18 Mar 2019 05:20:43 PM UTC, comment #1: 

Thank you for reporting this bug, but this build error is already fixed in the signal package. The next release of the signal package is pending but has not been made yet. If you are using Octave on Windows, the signal package comes pre-installed in the bundle, please see the Octave wiki for information about pre-loaded packages.

Closing as a duplicate of bug #54010.

Mike Miller <mtmiller>
Group Member
Mon 18 Mar 2019 05:05:13 PM UTC, original submission:  

Can't install the signal package.

>> pkg install -forge signal

cl2bp.cc: In function 'octave_value_list Fcl2bp(const octave_value_list&, int)':
cl2bp.cc:92:5: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg ("cl2bp", args(0));
     ^~~~~~~~~~~~~~~~~~~~
cl2bp.cc:92:5: note: suggested alternative: 'err_wrong_type_arg'
     gripe_wrong_type_arg ("cl2bp", args(0));
     ^~~~~~~~~~~~~~~~~~~~
     err_wrong_type_arg
cl2bp.cc:97:5: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg ("cl2bp", args(1));
     ^~~~~~~~~~~~~~~~~~~~
cl2bp.cc:97:5: note: suggested alternative: 'err_wrong_type_arg'
     gripe_wrong_type_arg ("cl2bp", args(1));
     ^~~~~~~~~~~~~~~~~~~~
     err_wrong_type_arg
cl2bp.cc:102:5: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg ("cl2bp", args(2));
     ^~~~~~~~~~~~~~~~~~~~
cl2bp.cc:102:5: note: suggested alternative: 'err_wrong_type_arg'
     gripe_wrong_type_arg ("cl2bp", args(2));
     ^~~~~~~~~~~~~~~~~~~~
     err_wrong_type_arg
cl2bp.cc:107:5: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg ("cl2bp", args(3));
     ^~~~~~~~~~~~~~~~~~~~
cl2bp.cc:107:5: note: suggested alternative: 'err_wrong_type_arg'
     gripe_wrong_type_arg ("cl2bp", args(3));
     ^~~~~~~~~~~~~~~~~~~~
     err_wrong_type_arg
cl2bp.cc:112:5: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg ("cl2bp", args(4));
     ^~~~~~~~~~~~~~~~~~~~
cl2bp.cc:112:5: note: suggested alternative: 'err_wrong_type_arg'
     gripe_wrong_type_arg ("cl2bp", args(4));
     ^~~~~~~~~~~~~~~~~~~~
     err_wrong_type_arg
cl2bp.cc:129:5: error: 'gripe_wrong_type_arg' was not declared in this scope
     gripe_wrong_type_arg ("cl2bp", args(5));
     ^~~~~~~~~~~~~~~~~~~~
cl2bp.cc:129:5: note: suggested alternative: 'err_wrong_type_arg'
     gripe_wrong_type_arg ("cl2bp", args(5));
     ^~~~~~~~~~~~~~~~~~~~
     err_wrong_type_arg
make: *** [Makefile:40: cl2bp.o] Error 1
make: Entering directory '/c/Users/User1/AppData/Local/Temp/oct-oWUUBL/signal-1.4.0/src'
C:/octave/OCTAVE~1.0-W/mingw64/bin/mkoctfile-5.1.0.exe -Wall -Wno-deprecated-declarations  __fwht__.cc -o __fwht__.oct
C:/octave/OCTAVE~1.0-W/mingw64/bin/mkoctfile-5.1.0.exe -Wall -Wno-deprecated-declarations  __ultrwin__.cc -o __ultrwin__.oct
C:/octave/OCTAVE~1.0-W/mingw64/bin/mkoctfile-5.1.0.exe -Wall -Wno-deprecated-declarations  -c cl2bp.cc -o cl2bp.o
make: Leaving directory '/c/Users/User1/AppData/Local/Temp/oct-oWUUBL/signal-1.4.0/src'

pkg: error running `make' for the signal package.
error: called from
    configure_make at line 99 column 9
    install at line 184 column 7
    pkg at line 441 column 9


Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-03-18 mtmiller StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #54010

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code