bugGNU Octave - Bugs: bug #55701, Cannot install signal package to...

 
 

bug #55701: Cannot install signal package to octave-5.0.91 on linux

Submitter:  Tatsuro MATSUOKA <tmacchant>
Submitted:  Tue 12 Feb 2019 09:39:56 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Duplicate Assigned to:  None
Originator Name:  Tatsuro MATSUOKA Open/Closed:  * Closed
Release:  * 5.0.91 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 13 Feb 2019 03:42:38 AM UTC, comment #4: 

OK.
Thanks!

I hope that package manager release 1.4.1 before official 5.1 release.

Tatsuro MATSUOKA <tmacchant>
Tue 12 Feb 2019 11:19:40 PM UTC, comment #3: 

Making the release of the package is up to the Forge project admins, I have requested that 1.4.1 be done, that's all I can do:

Mike Miller <mtmiller>
Group Member
Tue 12 Feb 2019 11:07:14 PM UTC, comment #2: 

I downloaded source files from mercurial repo.  and could in install signal package.
 
Thanks.

Is there a plan to release signal-1.4.1 ?

Tatsuro MATSUOKA <tmacchant>
Tue 12 Feb 2019 06:44:09 PM UTC, comment #1: 

Yes, this build error has already been reported and fixed in the signal package (see bug #47042).

The signal package version 1.4.1 is pending but has not been released yet. If you need it now you can install from the signal hg repository.

Mike Miller <mtmiller>
Group Member
Tue 12 Feb 2019 09:39:56 AM UTC, original submission:  

I have tried to install control and signal packages octave-5.0.91 on Ubuntu 18.04 (32bit native linux octave from flatpak, 64 wsl octave is build myself)

The control package can be installed without troubles

However, I cannot install signal package.

pkg install -forge -verbose signal


g++ -c  -fPIC -I/opt/octave-5.0.91/include/octave-5.0.91/octave/.. -I/opt/octave-5.0.91/include/octave-5.0.91/octave -I/opt/octave-5.0.91/include  -pthread -fopenmp -g -O2  -Wall -Wno-deprecated-declarations   medfilt1.cc -o /tmp/oct-g0tvz5.o
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
cl2bp.cc:142:20: warning: format not a string literal and no format arguments [-Wformat-security]
     error(ex.what());


On 4.4.1,

Does someone else see this?

Tatsuro MATSUOKA <tmacchant>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Carbon-Copy List
  • -email is unavailable- added by tmacchant (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 4 latest changes.

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

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code