Package: plm Version: 2.2.7+repack-2 Severity: Serious Justification: Fails to build from source
Hello Martin,
I encountered the following error when trying to build your package:
# Generate the translation files
ant i18n-generate-jar
Buildfile: /«BUILDDIR»/plm-2.2.7+repack/build.xml
i18n-init:
BUILD FAILED
/«BUILDDIR»/plm-2.2.7+repack/build.xml:168: taskdef class
org.xnap.commons.ant.gettext.GettextExtractKeysTask cannot be found
using the classloader AntClassLoader[]
Total time: 0 seconds
make[1]: *** [override_jh_build] Error 1
make[1]: Leaving directory `/«BUILDDIR»/plm-2.2.7+repack'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
This seems to be caused by a missing Build-Dependency on
libgettext-ant-tasks-java
This allows the build to continue until:
dh_install
# Icons
for i in 16 22 48; do \
mkdir -p
/«BUILDDIR»/plm-2.2.7+repack/debian/plm/usr/share/icons/hicolor/${i}x${i}/apps;
\
convert img/logo.png -colorspace RGB \
-resize ${i}x${i} -colorspace sRGB \
/«BUILDDIR»/plm-2.2.7+repack/debian/plm/usr/share/icons/hicolor/${i}x${i}/apps/plm.png;
\
done
/bin/sh: 3: convert: not found
/bin/sh: 3: convert: not found
/bin/sh: 3: convert: not found
make[1]: *** [override_dh_auto_install] Error 127
make[1]: Leaving directory `/«BUILDDIR»/plm-2.2.7+repack'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
status 2
This failure indicates a missing Build-Dependency on a package providing
/usr/bin/convert, like imagemagick.
Cheers!
--
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
Ubuntu Developer
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624
signature.asc
Description: OpenPGP digital signature

