bugGNU Octave - Bugs: bug #54311, [MXE-Octave] "test...

 
 

bug #54311: [MXE-Octave] "test imread" fails with Magick++ exception

Submitter:  Markus Mützel <mmuetzel>
Submitted:  Sat 14 Jul 2018 11:05:23 AM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 15 Jul 2018 08:42:24 PM UTC, comment #3: 

Looks like the same. Thanks for pointing to that bug.

Closing as duplicate.

Markus Mützel <mmuetzel>
Group administrator
Sun 15 Jul 2018 08:23:21 PM UTC, comment #2: 
John Donoghue <lostbard>
Group Member
Sat 14 Jul 2018 07:36:19 PM UTC, comment #1: 

With the clean build I am still seeing the same errors.

This could be related to the update of GraphicsMagick last week with this changeset:
http://hg.octave.org/mxe-octave/rev/1402bd26a017

Let's see whether the 4.4.1rc1 shows the same when it is ready.

Markus Mützel <mmuetzel>
Group administrator
Sat 14 Jul 2018 11:05:23 AM UTC, original submission:  

With a cross-build of the dev branch for Windows I am seeing the following error:

>> test imread
***** testif HAVE_MAGICK
 vpng = [ ...
  137,  80,  78,  71,  13,  10,  26,  10,   0,   0, ...
    0,  13,  73,  72,  68,  82,   0,   0,   0,   3, ...
    0,   0,   0,   3,   8,   2,   0,   0,   0, 217, ...
   74,  34, 232,   0,   0,   0,   1, 115,  82,  71, ...
   66,   0, 174, 206,  28, 233,   0,   0,   0,   4, ...
  103,  65,  77,  65,   0,   0, 177, 143,  11, 252, ...
   97,   5,   0,   0,   0,  32,  99,  72,  82,  77, ...
    0,   0, 122,  38,   0,   0, 128, 132,   0,   0, ...
  250,   0,   0,   0, 128, 232,   0,   0, 117,  48, ...
    0,   0, 234,  96,   0,   0,  58, 152,   0,   0, ...
   23, 112, 156, 186,  81,  60,   0,   0,   0,  25, ...
   73,  68,  65,  84,  24,  87,  99,  96,  96,  96, ...
  248, 255, 255,  63, 144,   4,  81, 111, 101,  84, ...
   16,  28, 160,  16,   0, 197, 214,  13,  34,  74, ...
  117, 213,  17,   0,   0,   0,   0,  73,  69,  78, ...
   68, 174,  66,  96, 130];
 filename = [tempname() ".png"];
 unwind_protect
   fid = fopen (filename, "wb");
   fwrite (fid, vpng);
   fclose (fid);
   A = imread (filename);
 unwind_protect_cleanup
   unlink (filename);
 end_unwind_protect
 assert (A(:,:,1), uint8 ([0, 255, 0; 255, 237, 255; 0, 255, 0]));
 assert (A(:,:,2), uint8 ([0, 255, 0; 255,  28, 255; 0, 255, 0]));
 assert (A(:,:,3), uint8 ([0, 255, 0; 255,  36, 255; 0, 255, 0]));
!!!!! test failed
Magick++ exception: Magick: Unable to access configuration file (delegates.mgk) reported by magick/blob.c:2135 (GetConfigureBlob)


MXE-Octave hg id: 7d3a56e36206
Octave hg id: beef68dedef7

On subsequent calls of "test imread" the error message is:

!!!!! test failed
Magick++ exception: Magick: No decode delegate for this image format (C:\Users\Markus\AppData\Local\Temp\oct-wiPyVC.png) reported by magick/constitute.c
:1535 (ReadImage)


I am trying to build again after a "make clean" to see if this fixes the error. But that might take some time.

Markus Mützel <mmuetzel>
Group administrator

 

(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 lostbard (Posted a comment)
  • -email is unavailable- added by mmuetzel (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
    2018-07-15 mmuetzel StatusNone Duplicate
        Open/ClosedOpen Closed
        Dependencies- Depends on bugs #52792
    2018-07-15 mmuetzel Summary&quot;test imread&quot; fails on recent Windows cross-builds [MXE-Octave] "test imread" fails with Magick++ exception

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code