[DRE-maint] [Bug 539106] Re: filter_logoaway: unresolved symbol DestroyConstitute
Bryce Harrington
539106 at bugs.launchpad.net
Thu May 17 04:26:25 UTC 2012
** Description changed:
+ [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:
+ 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
--
You received this bug notification because you are subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/539106
Title:
filter_logoaway: unresolved symbol DestroyConstitute
Status in “librmagick-ruby” package in Ubuntu:
Fix Released
Status in “transcode” package in Ubuntu:
Invalid
Status in “librmagick-ruby” source package in Lucid:
Confirmed
Status in “transcode” source package in Lucid:
Invalid
Bug description:
[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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librmagick-ruby/+bug/539106/+subscriptions
More information about the Pkg-ruby-extras-maintainers
mailing list