Activity log for bug #539106

Date Who What changed Old value New value Message
2010-03-15 14:41:31 Oliver Cordes bug added bug
2011-07-22 15:47:33 Marco Cimmino bug task added librmagick-ruby (Ubuntu)
2011-07-22 15:47:55 Marco Cimmino bug added subscriber Marco Cimmino
2011-07-22 18:08:02 Clint Byrum tags patch
2011-07-22 18:08:12 Clint Byrum nominated for series Ubuntu Lucid
2011-07-22 18:08:12 Clint Byrum bug task added librmagick-ruby (Ubuntu Lucid)
2011-07-22 18:08:12 Clint Byrum bug task added transcode (Ubuntu Lucid)
2011-07-23 14:09:13 Launchpad Janitor librmagick-ruby (Ubuntu): status New Confirmed
2011-07-23 14:09:13 Launchpad Janitor transcode (Ubuntu): status New Confirmed
2011-07-23 14:09:13 Launchpad Janitor librmagick-ruby (Ubuntu Lucid): status New Confirmed
2011-07-23 14:09:13 Launchpad Janitor transcode (Ubuntu Lucid): status New Confirmed
2011-07-24 11:15:49 Marco Cimmino attachment added Test case for RMagick https://bugs.launchpad.net/ubuntu/+source/transcode/+bug/539106/+attachment/2229276/+files/example.rb
2012-05-15 17:52:19 Alessio Treglia transcode (Ubuntu): status Confirmed Incomplete
2012-05-15 19:49:48 Alessio Treglia transcode (Ubuntu): status Incomplete Invalid
2012-05-15 19:50:01 Alessio Treglia transcode (Ubuntu Lucid): status Confirmed Invalid
2012-05-15 19:50:08 Alessio Treglia bug added subscriber Ubuntu Sponsors Team
2012-05-15 19:50:15 Alessio Treglia librmagick-ruby (Ubuntu): importance Undecided Medium
2012-05-15 19:50:28 Alessio Treglia librmagick-ruby (Ubuntu): status Confirmed Fix Released
2012-05-15 19:50:33 Alessio Treglia librmagick-ruby (Ubuntu Lucid): importance Undecided Medium
2012-05-17 04:26:25 Bryce Harrington description Binary package hint: transcode Hi, using the logoaway filter in transcode produces the following error: [transcode] warning: Unable to load filter logoaway: /usr/lib/transcode/filter_logoaway.so: undefined symbol: DestroyConstitute This is also known for other distribution (e.g. Debian) which I think is then an upstream problem. The problem with filter_logoway is that during the compilation there is no check of all used external funtions. A couple of months ago the API of imagemagick has changed and DestroyConstitute() was replaced by ConstituteComponentTerminus() . So, the solution is to change the in line 868 of filter/filter_logoaway.c DestroyConstitute(); <--> ConstituteComponentTerminus(); I found this in the 10.04 development version, but as I said this error may exist also in older distributions as well. >lsb_release -rd Description: Ubuntu lucid (development branch) Release: 10.04 The hint in the change of the imagemagick API I found on launchpad as well: https://code.launchpad.net/~ubuntu-branches/ubuntu/lucid/dx/lucid Maybe it is worth to check other packages in lucid as well before the final release! Oliver [Impact] <fill me in with explanation of severity and frequency of bug on users and justification for backporting the fix to the stable release> [Development Fix] <fill me in with an explanation of how the bug has been addressed in the development branch, including the relevant version numbers of packages modified in order to implement the fix. > [Stable Fix] <fill me in by pointing out a minimal patch applicable to the stable version of the package.> [Text Case] <fill me in with detailed *instructions* on how to reproduce the bug. This will be used by people later on to verify the updated package fixes the problem.> 1. 2. 3. Broken Behavior: Fixed Behavior: [Regression Potential] <fill me in with a discussion of likelihood and potential severity of regressions and how users could get inadvertently affected.> [Original Report] Binary package hint: transcode Hi, using the logoaway filter in transcode produces the following error: [transcode] warning: Unable to load filter logoaway: /usr/lib/transcode/filter_logoaway.so: undefined symbol: DestroyConstitute This is also known for other distribution (e.g. Debian) which I think is then an upstream problem. The problem with filter_logoway is that during the compilation there is no check of all used external funtions. A couple of months ago the API of imagemagick has changed and DestroyConstitute() was replaced by ConstituteComponentTerminus() . So, the solution is to change the in line 868 of filter/filter_logoaway.c DestroyConstitute(); <--> ConstituteComponentTerminus(); I found this in the 10.04 development version, but as I said this error may exist also in older distributions as well. >lsb_release -rd Description: Ubuntu lucid (development branch) Release: 10.04 The hint in the change of the imagemagick API I found on launchpad as well: https://code.launchpad.net/~ubuntu-branches/ubuntu/lucid/dx/lucid Maybe it is worth to check other packages in lucid as well before the final release! Oliver
2012-06-04 21:32:25 Stefano Rivera removed subscriber Ubuntu Sponsors Team
2015-06-17 11:23:16 Rolf Leggewie librmagick-ruby (Ubuntu Lucid): status Confirmed Won't Fix