siptoolbox: accepted work

Bug #33806 reported by Gauvain Pocentek
28
Affects Status Importance Assigned to Milestone
siptoolbox (Ubuntu)
Fix Released
Medium
MOTU

Bug Description

Package siptoolbox version 0.3.99rc2alpha3-2 has an unmet dep:
 Depends: animal0 (>= 0.14.0)
 Depends: libmagick6

Changed in siptoolbox:
assignee: nobody → motu
status: Unconfirmed → In Progress
Revision history for this message
Gauvain Pocentek (gpocentek) wrote :

FTBFS on x86.

Revision history for this message
Nicholas Wheeler (dragoncow2) wrote :

The following packages have unmet dependencies:
  siptoolbox: Depends: animal0 (>= 0.14.0) but it is not installable
E: Broken packages

I believe animal0 is supposed to be libanimal-0.14.3-0

Revision history for this message
Barry deFreese (bddebian) wrote :

Yes, siptoolbox build-deps on animal-dev. This needs to change to libanimal-dev. However, it still FTBFSs. The first build error can be fixed by changing:
  stat = MogrifyImage(image_info, argc, argv, &image);
to
  stat = MogrifyImage(image_info, argc, argv, &image, &exception);
in src/mogrify_int.c.

However, it then gets an error about Undefined UndefinedCompressionQuality, which I can only find defined in magick/image-private.h. I think this is a problem in configure.ac here:

AC_MSG_CHECKING([name of the default compression quality in IM])
if test x$magick_major_version = x5; then
   AC_DEFINE([MAGICK_DEFAULT_COMPRESSION_QUALITY],
             [DefaultCompressionQuality],
             [The name of the default compression quality in this \
particular ImageMagick setup])
   AC_MSG_RESULT([DefaultCompressionQuality])
else
   AC_DEFINE([MAGICK_DEFAULT_COMPRESSION_QUALITY],
             [UndefinedCompressionQuality],
             [The name of the default compression quality in this \
particular ImageMagick setup])
   AC_MSG_RESULT([UndefinedCompressionQuality])
fi

But I can't get it to work.

Revision history for this message
Gauvain Pocentek (gpocentek) wrote :

Uploaded, and waiting for the build...

Changed in siptoolbox:
status: In Progress → Fix Committed
Revision history for this message
Gauvain Pocentek (gpocentek) wrote :

Fixed

Changed in siptoolbox:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.