bugGNU Octave - Bugs: bug #42669, failed to load:...

 
 

bug #42669: failed to load: /usr/lib/x86_64-linux-gnu/octave/3.8.1/oct/x86_64-pc-linux-gnu/__magick_read__.oct

Submitter:  None
Submitted:  Thu 03 Jul 2014 06:07:02 AM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Installation Failure
Status:  Works For Me Assigned to:  None
Originator Name:  PRASHANTH Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.1
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 03 Jul 2014 10:02:56 PM UTC, comment #6: 

Resolved. Thanks for all the help

Built GraphicsMagick from source and then built octave from source as well. it is working fine now

Anonymous
Thu 03 Jul 2014 09:46:06 PM UTC, comment #5: 

That works for me.

Try apt-get install --reinstall libgraphicsmagick3 libgraphicsmagick++3. These packages should already be installed as a dependency of octave but something on your system may be messed up. These are the library packages that supply the undefined symbol in your error message.

Mike Miller <mtmiller>
Group Member
Thu 03 Jul 2014 03:11:49 PM UTC, comment #4: 

yes I installed it using apt-get

sudo apt-get install octave

I'm using Ubuntu 14.04 and octave version installed 3.8.1

Anonymous
Thu 03 Jul 2014 02:30:54 PM UTC, comment #3: 

You didn't say how you installed it, so how did you install it? apt-get install octave? Which distribution and release?

Mike Miller <mtmiller>
Group Member
Thu 03 Jul 2014 02:20:03 PM UTC, comment #2: 

I took your advice and reinstalled octave from scratch. But the error still continues to occur. How do you suggest I go about it?

Anonymous
Thu 03 Jul 2014 01:33:21 PM UTC, comment #1: 

Thanks for your bug report. How did you build or install Octave? Guessing from the path name, it looks like you may have installed from the Debian or Ubuntu repositories. Is that right? If so, then your package manager should have pulled in the necessary libraries, including GraphicsMagick, and this error should not appear. If anything, this might be either a misconfiguration of your system or a bug in distribution packaging, but not an Octave bug. Leaving open for now to give you a chance to respond and provide more information, but this really does not look like a problem with Octave but rather with your system configuration.

Mike Miller <mtmiller>
Group Member
Thu 03 Jul 2014 06:07:02 AM UTC, original submission:  

This is the error I get when I run a file that I have
the line in my file where it occurs is a call to read
imread() function

error: default_formats: /usr/lib/x86_64-linux-gnu/octave/3.8.1/oct/x86_64-pc-linux-gnu/__magick_read__.oct: failed to load: /usr/lib/x86_64-linux-gnu/octave/3.8.1/oct/x86_64-pc-linux-gnu/__magick_read__.oct: undefined symbol: _ZN6Magick5ColorC1Ehhh
error: called from:
error:   /usr/share/octave/3.8.1/m/image/imformats.m at line 255, column 11
error:   /usr/share/octave/3.8.1/m/image/imformats.m at line 78, column 3
error:   /usr/share/octave/3.8.1/m/image/private/imageIO.m at line 60, column 7
error:   /usr/share/octave/3.8.1/m/image/imread.m at line 107, column 30
error:   /home/prashanth/Desktop/Tim poston project/MatlabCode/greyput.m at line 45, column 8

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

Digest:
   bug dependencies.

 

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

    Date Changed by Updated Field Previous Value => Replaced by
    2015-12-17 mtmiller Dependencies- bugs #46703 is dependent
    2014-07-03 mtmiller Open/ClosedOpen Closed
    2014-07-03 mtmiller Item GroupNone Installation Failure
        StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code