Your message dated Sun, 18 Dec 2011 15:34:22 +0000
with message-id <[email protected]>
and subject line Bug#650417: fixed in imagemagick 8:6.7.4.0-1
has caused the Debian Bug report #650417,
regarding perlmagick: fails at runtime with symbol lookup error
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
650417: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650417
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: imagemagick
Version: 8:6.6.9.7-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
Build PerlMagick Makefile after building main library, so that
MakeMaker can find the library instead of stripping it from the
link line.
Without this, a simple perl -e "use Image::Magick" will fail with
"perl: symbol lookup error: /usr/lib/perl5/auto/Image/Magick/Magick.so:
undefined symbol: MagickCoreGenesis"
because the perl module will not be linked against libMagickCore.
Launchpad bug https://launchpad.net/bugs/897380
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-2-generic-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru imagemagick-6.6.9.7/debian/changelog imagemagick-6.6.9.7/debian/changelog
diff -Nru imagemagick-6.6.9.7/debian/rules imagemagick-6.6.9.7/debian/rules
--- imagemagick-6.6.9.7/debian/rules 2011-11-16 04:58:15.000000000 -0500
+++ imagemagick-6.6.9.7/debian/rules 2011-11-29 10:59:37.000000000 -0500
@@ -42,9 +42,6 @@
--x-includes=/usr/include/X11 \
--x-libraries=/usr/lib/X11
- cd "$(CURDIR)/PerlMagick" && \
- perl Makefile.PL INSTALLDIRS=vendor
-
# Patch the generated libtool to avoid passing -rpath when linking,
# and to explicitly link libraries against the libraries they
# depend on.
@@ -55,6 +52,10 @@
$(MAKE) $(UPSTREAM_MAKEFLAGS)
+ # Create Makefile after building main library, so it finds -lMagickCore
+ cd "$(CURDIR)/PerlMagick" && \
+ perl Makefile.PL INSTALLDIRS=vendor
+
cd "$(CURDIR)/PerlMagick" && \
$(MAKE) OPTIMIZE="-O2 -g -Wall"
--- End Message ---
--- Begin Message ---
Source: imagemagick
Source-Version: 8:6.7.4.0-1
We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive:
imagemagick-common_6.7.4.0-1_all.deb
to main/i/imagemagick/imagemagick-common_6.7.4.0-1_all.deb
imagemagick-dbg_6.7.4.0-1_amd64.deb
to main/i/imagemagick/imagemagick-dbg_6.7.4.0-1_amd64.deb
imagemagick-doc_6.7.4.0-1_all.deb
to main/i/imagemagick/imagemagick-doc_6.7.4.0-1_all.deb
imagemagick_6.7.4.0-1.debian.tar.bz2
to main/i/imagemagick/imagemagick_6.7.4.0-1.debian.tar.bz2
imagemagick_6.7.4.0-1.dsc
to main/i/imagemagick/imagemagick_6.7.4.0-1.dsc
imagemagick_6.7.4.0-1_amd64.deb
to main/i/imagemagick/imagemagick_6.7.4.0-1_amd64.deb
imagemagick_6.7.4.0.orig.tar.gz
to main/i/imagemagick/imagemagick_6.7.4.0.orig.tar.gz
libmagick++-dev_6.7.4.0-1_amd64.deb
to main/i/imagemagick/libmagick++-dev_6.7.4.0-1_amd64.deb
libmagick++5_6.7.4.0-1_amd64.deb
to main/i/imagemagick/libmagick++5_6.7.4.0-1_amd64.deb
libmagickcore-dev_6.7.4.0-1_amd64.deb
to main/i/imagemagick/libmagickcore-dev_6.7.4.0-1_amd64.deb
libmagickcore5-extra_6.7.4.0-1_amd64.deb
to main/i/imagemagick/libmagickcore5-extra_6.7.4.0-1_amd64.deb
libmagickcore5_6.7.4.0-1_amd64.deb
to main/i/imagemagick/libmagickcore5_6.7.4.0-1_amd64.deb
libmagickwand-dev_6.7.4.0-1_amd64.deb
to main/i/imagemagick/libmagickwand-dev_6.7.4.0-1_amd64.deb
libmagickwand5_6.7.4.0-1_amd64.deb
to main/i/imagemagick/libmagickwand5_6.7.4.0-1_amd64.deb
perlmagick_6.7.4.0-1_amd64.deb
to main/i/imagemagick/perlmagick_6.7.4.0-1_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Fourmond <[email protected]> (supplier of updated imagemagick package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 17 Dec 2011 21:21:46 +0100
Source: imagemagick
Binary: imagemagick imagemagick-dbg imagemagick-common imagemagick-doc
libmagickcore5 libmagickcore5-extra libmagickcore-dev libmagickwand5
libmagickwand-dev libmagick++5 libmagick++-dev perlmagick
Architecture: source amd64 all
Version: 8:6.7.4.0-1
Distribution: experimental
Urgency: low
Maintainer: ImageMagick Packaging Team
<[email protected]>
Changed-By: Vincent Fourmond <[email protected]>
Description:
imagemagick - image manipulation programs
imagemagick-common - image manipulation programs -- infrastructure
imagemagick-dbg - debugging symbols for ImageMagick
imagemagick-doc - document files of ImageMagick
libmagick++-dev - object-oriented C++ interface to ImageMagick - development
files
libmagick++5 - object-oriented C++ interface to ImageMagick
libmagickcore-dev - low-level image manipulation library - development files
libmagickcore5 - low-level image manipulation library
libmagickcore5-extra - low-level image manipulation library - extra codecs
libmagickwand-dev - image manipulation library - development files
libmagickwand5 - image manipulation library
perlmagick - Perl interface to the ImageMagick graphics routines
Closes: 598693 618435 640680 644170 650417
Changes:
imagemagick (8:6.7.4.0-1) experimental; urgency=low
.
[ Bastien Roucariès ]
* Drop previous quilt patches: merged upstream
* New upstream version:
- Fix incorrect readding of PGM header (LP: #346474)
- Defend against corrupt PSD resource block (LP: #302454)
- Bug fix: "-depth busted", thanks to jidanni (Closes: #618435).
- Bug fix: "delegate ffmpeg fails", thanks to Francisco Munoz
(Closes: #644170).
* Upstream break ABI keeping API. Bump soname
* Multiarch aware , thanks to Riku Voipio (Closes: #640680).
* Fix perlmagick fails at runtime with symbol lookup error,
thanks to Michael Terry (Closes: #650417).
* Prepare new major version transition: build version suffixed
binaries.
* Switch to lcms v2.X support
* Add libfftw support (Closes: #598693).
.
[ Vincent Fourmond ]
* Also add a suffix to manual pages
* Provide the unsuffixed binaries through alternatives
Checksums-Sha1:
123a7caaccba43de703c299def5541d3e0367cc9 2434 imagemagick_6.7.4.0-1.dsc
5407f75dcc7a3cfad5779ba47cf2798fe5fb3c7b 12897382
imagemagick_6.7.4.0.orig.tar.gz
c6ef7f5160ec5fe5628ec581bb229124b7ddd725 36135
imagemagick_6.7.4.0-1.debian.tar.bz2
7abfbde3ab1cad4e338243795f8bfb8d1845403b 129508 imagemagick_6.7.4.0-1_amd64.deb
1a3f060b77b2760c564e384c32854e82dd488602 4748372
imagemagick-dbg_6.7.4.0-1_amd64.deb
4777f14cca5935e9a3e2bc38de1049054eca1115 174976
imagemagick-common_6.7.4.0-1_all.deb
87ad1143b7d86f4fe25c2d75e2b7712f79ab5702 5576148
imagemagick-doc_6.7.4.0-1_all.deb
a261852921746b9138e66eeeffe920df2ed5bf0b 2024702
libmagickcore5_6.7.4.0-1_amd64.deb
c51a5ac807335206b85a81924617e3477b6011e1 130400
libmagickcore5-extra_6.7.4.0-1_amd64.deb
319c3f19ad341106f049f53d4aa53d81c5493b2b 1355068
libmagickcore-dev_6.7.4.0-1_amd64.deb
a6be33e8e8f69cf77dd8c8745a1d9b01e471a939 446822
libmagickwand5_6.7.4.0-1_amd64.deb
f401fb955ea95f273189ef810755ca47d01049cf 527402
libmagickwand-dev_6.7.4.0-1_amd64.deb
e684cf451a4e9e4855ed62aef8b1d0124b0b4a2e 223310
libmagick++5_6.7.4.0-1_amd64.deb
4195d40d5a51746f420d27f4f3d2aff841b9dd5e 273742
libmagick++-dev_6.7.4.0-1_amd64.deb
d8eb15e57fe3a3022253b67c890d36801b87f896 240724 perlmagick_6.7.4.0-1_amd64.deb
Checksums-Sha256:
a58459f3c82113babee363d2bf0a77f670783ac425ca42a2018fb2f7101ef7b4 2434
imagemagick_6.7.4.0-1.dsc
dd2b5b4b0f13bfaf871a33dc57c7c1ce40d007ff5297365e5104ac9430fe25d0 12897382
imagemagick_6.7.4.0.orig.tar.gz
b5c4700b82fc4d6153345d36279f157450801b374a04106ac595f6822ea0cdc6 36135
imagemagick_6.7.4.0-1.debian.tar.bz2
6d435c6decac9ed539c4adee50a158025b912ea3848be79923f37652674b50cb 129508
imagemagick_6.7.4.0-1_amd64.deb
ef8036e13bd4fdb40d65c3215775bf8e7a55e174ab75a6e6db90fcc31b88c15d 4748372
imagemagick-dbg_6.7.4.0-1_amd64.deb
9ccb5df709e96f73f4604e964b78fae167576de652dc4a4db975c0c05d4c7ad9 174976
imagemagick-common_6.7.4.0-1_all.deb
ebe8f3714c3ca3db17a0b8aa507b29a5f84da89c522f8787932aa5c525ac5daa 5576148
imagemagick-doc_6.7.4.0-1_all.deb
1bddf3d3a6d5cba64df975c64726f08ca30081456b3395645f7702f0e82b6c48 2024702
libmagickcore5_6.7.4.0-1_amd64.deb
b74aa883b677008c97cef8214b8b355c4f64e6f2f7f5932a906235a720c61078 130400
libmagickcore5-extra_6.7.4.0-1_amd64.deb
933428856ab6aec11a88893bf2f3501a9209fdd71a893e8466ff81ab4741caf5 1355068
libmagickcore-dev_6.7.4.0-1_amd64.deb
8ab4a849d98257033520334cd8b53f91f58344b8ead24f5f04d2d74e178180ae 446822
libmagickwand5_6.7.4.0-1_amd64.deb
62dfb0693f977827574f5837d0da928c13dd79dc3dbf7f0951ba11b85d91007c 527402
libmagickwand-dev_6.7.4.0-1_amd64.deb
53a7e9752b6562996f419b9bea0f6425cbd126b06932fb9e8c38fe79b18ff5be 223310
libmagick++5_6.7.4.0-1_amd64.deb
75a9d49d090f853b6ab42b923be093e360afbdaaa0d1d23200ec580f642ad513 273742
libmagick++-dev_6.7.4.0-1_amd64.deb
d91ec6c4e807a44fce0320dfb10d44e8406ad135981678ef56a472df6d9dde8b 240724
perlmagick_6.7.4.0-1_amd64.deb
Files:
8ed7304eb67ffecb6f95efe1347dddc9 2434 graphics optional
imagemagick_6.7.4.0-1.dsc
9fb18164dd136fafea08e7e4124690a3 12897382 graphics optional
imagemagick_6.7.4.0.orig.tar.gz
eb9d32d1eb86a240d3a1f48b52cb0032 36135 graphics optional
imagemagick_6.7.4.0-1.debian.tar.bz2
24bc9becddb9f1654ef025a0d18c98de 129508 graphics optional
imagemagick_6.7.4.0-1_amd64.deb
117f1429b98cdc5dc12a29df1ead94fd 4748372 debug extra
imagemagick-dbg_6.7.4.0-1_amd64.deb
98924dd3886b8478f58721697a2c1ee8 174976 graphics optional
imagemagick-common_6.7.4.0-1_all.deb
d303066d571922e0175a5fcc3e1bd8df 5576148 doc optional
imagemagick-doc_6.7.4.0-1_all.deb
c80ddf9cf79b330b5c9ff9174939bff3 2024702 libs optional
libmagickcore5_6.7.4.0-1_amd64.deb
93c37fea081e673462b3bc0d3517b098 130400 libs optional
libmagickcore5-extra_6.7.4.0-1_amd64.deb
1136e87806c80b92576504e9edf888c4 1355068 libdevel optional
libmagickcore-dev_6.7.4.0-1_amd64.deb
620ad611f5a7fd5b710c33e1501a0e53 446822 libs optional
libmagickwand5_6.7.4.0-1_amd64.deb
f62f6686990dbfe3ebf89d88a9090cca 527402 libdevel optional
libmagickwand-dev_6.7.4.0-1_amd64.deb
1e87cd82b0ee8110811324f1f02900c9 223310 libs optional
libmagick++5_6.7.4.0-1_amd64.deb
7063920f3440fb00f28940eb3f34aa1a 273742 libdevel optional
libmagick++-dev_6.7.4.0-1_amd64.deb
cc36e4b851aaaf1311bef4c948e7d4aa 240724 perl optional
perlmagick_6.7.4.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7tKO4ACgkQx/UhwSKygsoANgCfY7tJq1u315hQCi+Tuk0bIGsb
7akAnAnrQPRkJKc+p8mVnoZDPOuWRqBV
=9WH0
-----END PGP SIGNATURE-----
--- End Message ---