[Bug 843673] New: ImageMagick build fails
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c0 Summary: ImageMagick build fails Classification: openSUSE Product: openSUSE Factory Version: 13.1 Beta 1 Platform: BigEndian OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: pgajdos@suse.com ReportedBy: dvaleev@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- ImageMagic test fails on powerpc, though build fails. Failing test is a part of t/read.t MAT (MatLab gray 64-bit LSB double) ... mean-error=0.210660069835285, maximum-error=1 not ok 13 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c1 --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-10-02 15:00:30 CEST --- This is an autogenerated message for OBS integration: This bug (843673) was mentioned in https://build.opensuse.org/request/show/201885 Factory / ImageMagick -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c2 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |dvaleev@suse.com --- Comment #2 from Petr Gajdos <pgajdos@suse.com> 2013-10-03 07:16:33 UTC --- Hmm, why have you filled a bug report when you fixed it yet? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c3 Dinar Valeev <dvaleev@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|dvaleev@suse.com | --- Comment #3 from Dinar Valeev <dvaleev@suse.com> 2013-10-03 08:18:45 UTC --- The fix is just a workaround. MatLab file read is still broken. The bug is to track it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c4 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pgajdos@suse.com |dvaleev@suse.com --- Comment #4 from Petr Gajdos <pgajdos@suse.com> 2013-10-03 08:25:16 UTC --- Aha, that's true. Nevertheless I do not have time resources to fix ppc build failures and other bugs in my packages. I would suggest to close this UPSTREAM and report it upstream. Sorry. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED CC| |pgajdos@suse.com AssignedTo|dvaleev@suse.com |pgajdos@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c5 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ihno@suse.com --- Comment #5 from Petr Gajdos <pgajdos@suse.com> 2014-02-10 11:58:38 UTC --- Following is derived from t/read.t; ----------------------8<----------------------- use Image::Magick; print("MAT (MatLab gray 64-bit LSB double) ...\n"); $srcimage_name = 'input_gray_lsb_double.mat'; $refimage_name = 'reference/read/input_gray_lsb_double_mat.miff'; $srcimage=Image::Magick->new; $srcimage->ReadImage("$srcimage_name"); $refimage=Image::Magick->new; $refimage->ReadImage("$refimage_name"); $srcimage->Difference($refimage); $normalized_mean_error=$srcimage->GetAttribute('mean-error'); print("mean-error: $normalized_mean_error\n"); ------------------------>8---------------------- $ perl read-compare.pl MAT (MatLab gray 64-bit LSB double) ... mean-error: 0.210655235762401 Mean error is _slightly_ over 0.2 threshold. For x86_64 I get 0.0838661846826908. Unlike[1], it doesn't seem to depend on MALLOC_PERTURB_ though. [1] http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22586 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c6 --- Comment #6 from Petr Gajdos <pgajdos@suse.com> 2014-02-10 14:17:24 UTC --- Reported upstream http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24957 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c7 --- Comment #7 from Petr Gajdos <pgajdos@suse.com> 2014-02-11 10:20:08 UTC --- (In reply to comment #5)
0.0838661846826908. Unlike[1], it doesn't seem to depend on MALLOC_PERTURB_ though.
I was actually wrong here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c9 --- Comment #9 from Petr Gajdos <pgajdos@suse.com> 2014-02-12 11:22:39 UTC --- Upstream is going to choose bigger mean error threshold. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|ihno@suse.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c10 --- Comment #10 from Petr Gajdos <pgajdos@suse.com> 2014-02-13 07:50:36 UTC --- (In reply to comment #7)
(In reply to comment #5)
0.0838661846826908. Unlike[1], it doesn't seem to depend on MALLOC_PERTURB_ though.
(It is correct. MALLOC_PERTURB_ really do not change this result. Opacity is not defined as long as there's no alpha channel in images in question.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c11 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #11 from Petr Gajdos <pgajdos@suse.com> 2014-02-13 16:18:04 UTC --- Packages submitted (factory, sle12). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=843673 https://bugzilla.novell.com/show_bug.cgi?id=843673#c13 --- Comment #13 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-13 18:00:11 CET --- This is an autogenerated message for OBS integration: This bug (843673) was mentioned in https://build.opensuse.org/request/show/222224 Factory / ImageMagick -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com