bugGNU Octave - Bugs: bug #41147, failed to load: liboctinterp.so.1

 
 

bug #41147: failed to load: liboctinterp.so.1

Submitter:  None
Submitted:  Wed 08 Jan 2014 11:15:29 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Other
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  JoergB Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.0
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 08 Jan 2014 12:02:34 PM UTC, comment #1: 

I don't think there is a bug here. Can you please ask in the help list first? Looks like a miscompilation of Octave or the mex file. If there is indeed an Octave bug, we can reopen this bug report.

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Wed 08 Jan 2014 11:15:29 AM UTC, original submission:  

Good Morning,

Somehow Octave seems to be looking for liboctinterp.so.1, however this file is not present in my installation of Octave 3.8.0.
I encountered the problem, when locating the mex function "TranslateSBML"


octave:> which TranslateSBML
error: __which__: /usr/local/lib/octave/site/oct/x86_64-unknown-linux-gnu/TranslateSBML.mex: failed to load: liboctinterp.so.1: cannot open shared object file: No such file or directory
error: called from:
error:   /usr/local/share/octave/3.8.0/m/help/which.m at line 29, column 7


However, when looking for a .m file there is no problem. Interestingly, looking for "TranslateSBML.mex" also works fine


octave:1> which doc
'doc' is a function from the file /usr/local/share/octave/3.8.0/m/help/doc.m

octave:2> which TranslateSBML.mex
'TranslateSBML.mex' is the file /usr/local/lib/octave/site/oct/x86_64-unknown-linux-gnu/TranslateSBML.mex


I then tried to create a copy of liboctinterp.so.2 and name it liboctinterp.so.1. Unfortunately, this did not solve the problem.


octave:1> which TranslateSBML
error: 'nargin' undefined near line 35 column 7
error: called from:
error:   /usr/local/share/octave/3.8.0/m/help/__unimplemented__.m at line 35, column 3
error: scope not found!
error:   /usr/local/share/octave/3.8.0/m/help/which.m at line -1, column -1
error: scope not found!


Thanks for your Help!

Joerg

Anonymous

 

(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 jordigh (Posted a comment)
  • -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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-08 jordigh StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code