bugGNU Octave - Bugs: bug #49834, installed signal package does not...

 
 

bug #49834: installed signal package does not include upfirdn - requires manual build

Submitter:  Eric Barnhill <ericbarnhill>
Submitted:  Tue 13 Dec 2016 08:55:06 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Installation Failure
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Eric Barnhill Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Wed 14 Dec 2016 02:49:47 PM UTC, comment #8: 

John, I am sorry to say I can no longer replicate this bug and you should close the ticket.

At some point, while following your instructions, the response to my entry of "upfirdn" changed from


error: 'upfirdn' undefined near line 1 column 1

to

warning: the 'upfirdn' function belongs to the signal package from Octave Forge which seems to not be installed in your system


I went through my history to make absolutely sure it was not just a typo before. Some change must have taken place during the repeat of all the installation instructions, and I cannot replcate what happened.

Eric Barnhill <ericbarnhill>
Tue 13 Dec 2016 01:59:51 PM UTC, comment #7: 

try

pkg install -verbose signal-1.3.2.tar.gz



and provide the output from running the command.

John Donoghue <lostbard>
Group Member
Tue 13 Dec 2016 01:53:11 PM UTC, comment #6: 

Output including the verbose flag is the same.

The second suggestion is exactly what I ran and this produces the bug.

Eric Barnhill <ericbarnhill>
Tue 13 Dec 2016 01:51:18 PM UTC, comment #5: 

You could try

pkg install -verbose  -forge signal


which might provide more information,  however it looks like it is failing to download the package

You manually download it, and run
pkg install signal-1.3.2.tar.gz

As part of the install, it should run make in the src directory and install everything without manually untaring it and running make.


John Donoghue <lostbard>
Group Member
Tue 13 Dec 2016 01:46:20 PM UTC, comment #4: 

Ubuntu Mate 16.04

Eric Barnhill <ericbarnhill>
Tue 13 Dec 2016 01:45:16 PM UTC, comment #3: 

Which OS ?


John Donoghue <lostbard>
Group Member
Tue 13 Dec 2016 01:39:54 PM UTC, comment #2: 

This gives me:


pkg install -forge signal
error: get_forge_pkg: could not read version number from package's page
error: called from
    get_forge_pkg at line 49 column 7
    get_forge_download at line 26 column 12
    pkg at line 382 column 29


Eric Barnhill <ericbarnhill>
Tue 13 Dec 2016 01:36:09 PM UTC, comment #1: 

Which version of octave and which version of signal package did you previously have installed, and how had you installed it?

Running the following works for me:


pkg install -forge signal
pkg load signal
a = upfirdn(1,2,3,4)



John Donoghue <lostbard>
Group Member
Tue 13 Dec 2016 08:55:06 AM UTC, original submission:  

The signal package contains an upfirdn function per the doc, and also has an upfirdn.cc file. However installing and loading this package does not make this method available. I had to unzip the signal tarball, enter the src folder and call make, then add the src as a path to octave. Then calling upfirdn worked, as the upfirdn.oct builds fine. I think this is a bug.

Eric Barnhill <ericbarnhill>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lostbard (Posted a comment)
  • -email is unavailable- added by ericbarnhill (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-12-14 lostbard StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code