Debian Bug report logs -
#625558
transition: libmagick4
Reported by: Bastien ROUCARIES <roucaries.bastien@gmail.com>
Date: Wed, 4 May 2011 11:49:15 UTC
Severity: serious
Tags: confirmed, sid, wheezy
Merged with 627981,
627985,
628513
Found in version imagemagick/8:6.6.9.7-2
Fixed in version imagemagick/8:6.6.9.7-3.1
Done: Vincent Fourmond <fourmond@debian.org>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>:
Bug#625558; Package librmagick-ruby.
(Wed, 04 May 2011 11:49:18 GMT) (full text, mbox, link).
Acknowledgement sent
to Bastien ROUCARIES <roucaries.bastien@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>.
Your message specified a Severity: in the pseudo-header, but
the severity value wishlish was not recognised.
The default severity normal is being used instead.
The recognised values are: critical, grave, serious, important, normal, minor, wishlist, fixed.
(Wed, 04 May 2011 11:49:22 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: librmagick-ruby
Severity: wishlish
block: 625544
Hi,
We would like to perform the transition from libmagickcore3, libmagick++3, libmagickwand3 to libmagickcore4, libmagick++4,
libmagickwand4
This transition will requires sourcefull uploads as there is a (minimal) API change.
Packages are in experimental
Thanks
Bastien
Added indication that bug 625558 blocks 625544
Request was from Bastien ROUCARIES <roucaries.bastien@gmail.com>
to control@bugs.debian.org.
(Wed, 04 May 2011 12:23:50 GMT) (full text, mbox, link).
Severity set to 'wishlist' from 'normal'
Request was from Bastien ROUCARIES <roucaries.bastien@gmail.com>
to control@bugs.debian.org.
(Wed, 04 May 2011 12:48:09 GMT) (full text, mbox, link).
Message sent on
to Bastien ROUCARIES <roucaries.bastien@gmail.com>:
Bug#625558.
(Thu, 12 May 2011 23:27:03 GMT) (full text, mbox, link).
Message #12 received at 625558-submitter@bugs.debian.org (full text, mbox, reply):
Hello,
I've had a try to build librmagick-ruby with the newer imagemagick. It
seems to build fine, but when it starts to build the documentation
(based on the generated Ruby extension), I get the following errors:
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/misc.rb:322:in
`get_type_metrics': unable to read font `(null)' @
error/annotate.c/RenderFreetype/1128: `(null)' (Magick::ImageMagickError)
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/misc.rb:322:in
`render'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/misc.rb:697:in
`text'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/text.rb:65:in
`add_primitives'
from
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/container.rb:72:in
`add_primitives'
from
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/container.rb:72:in `each'
from
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/container.rb:72:in
`add_primitives'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:264:in
`add_outermost_primitives'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:264:in
`each'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:264:in
`add_outermost_primitives'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:236:in
`draw'
from InitialCoords.rb:22
I seem to remember I already had this problem before, but I don't have
a clue. Do you know what could cause the problem ? For the record, the
build-deps of librmagick-ruby are:
Build-Depends: debhelper (>= 5), libmagickcore-dev (>= 8:6.6.9.7-1~) ,
ruby1.8, ruby1.8-dev, libwmf-bin, ghostscript, gsfonts, cdbs (>= 0.4.33),
ruby-pkg-tools (>= 0.13), rdoc, graphviz,
libsetup-ruby1.8 (>= 3.4.1-3), libmagickwand-dev (>= 8:6.6.9.7-1~)
Am I simply missing a depency on a font ? The line causing the problem is:
canvas.g.styles(:font_size=>14, :font_family=>'Verdana',
:font_weight=>'normal', :font_style=>'normal') do |grp|
grp.text(10, 20, '(0,0)')
grp.text(240, 20, '(300,0)')
grp.text(10, 90, '(0,100)')
end
Removing altogether the reference to Verdana doesn't help. I don't
know what to try else for now.
Thanks,
Vincent
--
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/
If you put a large switch in some cave somewhere, with a sign on it
saying "End-of-the-World switch. PLEASE DO NOT TOUCH", the paint
wouldn't even have the time to dry.
-- Terry Pratchet, Thief of Time
Vincent, listening to You're Gonna Miss My Love (Poni Hoax)
Information stored
:
Bug#625558; Package librmagick-ruby.
(Sun, 15 May 2011 16:21:03 GMT) (full text, mbox, link).
Acknowledgement sent
to Bastien ROUCARIES <roucaries.bastien@gmail.com>:
Extra info received and filed, but not forwarded.
(Sun, 15 May 2011 16:21:03 GMT) (full text, mbox, link).
Message #17 received at 625558-quiet@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
No idea
Could you replace verdana by helvetica?
Bastien
Le 13 mai 2011 01:27, "Vincent Fourmond" <fourmond@debian.org> a écrit :
Hello,
I've had a try to build librmagick-ruby with the newer imagemagick. It
seems to build fine, but when it starts to build the documentation
(based on the generated Ruby extension), I get the following errors:
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/misc.rb:322:in
`get_type_metrics': unable to read font `(null)' @
error/annotate.c/RenderFreetype/1128: `(null)' (Magick::ImageMagickError)
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/misc.rb:322:in
`render'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/misc.rb:697:in
`text'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/text.rb:65:in
`add_primitives'
from
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/container.rb:72:in
`add_primitives'
from
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/container.rb:72:in `each'
from
/tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/container.rb:72:in
`add_primitives'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:264:in
`add_outermost_primitives'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:264:in
`each'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:264:in
`add_outermost_primitives'
from /tmp/buildd/librmagick-ruby-2.13.1/./lib/rvg/rvg.rb:236:in
`draw'
from InitialCoords.rb:22
I seem to remember I already had this problem before, but I don't have
a clue. Do you know what could cause the problem ? For the record, the
build-deps of librmagick-ruby are:
Build-Depends: debhelper (>= 5), libmagickcore-dev (>= 8:6.6.9.7-1~) ,
ruby1.8, ruby1.8-dev, libwmf-bin, ghostscript, gsfonts, cdbs (>= 0.4.33),
ruby-pkg-tools (>= 0.13), rdoc, graphviz,
libsetup-ruby1.8 (>= 3.4.1-3), libmagickwand-dev (>= 8:6.6.9.7-1~)
Am I simply missing a depency on a font ? The line causing the problem is:
canvas.g.styles(:font_size=>14, :font_family=>'Verdana',
:font_weight=>'normal', :font_style=>'normal') do |grp|
grp.text(10, 20, '(0,0)')
grp.text(240, 20, '(300,0)')
grp.text(10, 90, '(0,100)')
end
Removing altogether the reference to Verdana doesn't help. I don't
know what to try else for now.
Thanks,
Vincent
--
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/
If you put a large switch in some cave somewhere, with a sign on it
saying "End-of-the-World switch. PLEASE DO NOT TOUCH", the paint
wouldn't even have the time to dry.
-- Terry Pratchet, Thief of Time
Vincent, listening to You're Gonna Miss My Love (Poni Hoax)
[Message part 2 (text/html, inline)]
Message sent on
to Bastien ROUCARIES <roucaries.bastien@gmail.com>:
Bug#625558.
(Sun, 15 May 2011 16:21:04 GMT) (full text, mbox, link).
Added blocking bug(s) of 625558: 627985
Request was from Vincent Fourmond <fourmond@debian.org>
to control@bugs.debian.org.
(Thu, 26 May 2011 08:27:10 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>:
Bug#625558; Package librmagick-ruby.
(Mon, 13 Jun 2011 19:42:06 GMT) (full text, mbox, link).
Acknowledgement sent
to Vincent Fourmond <fourmond@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>.
(Mon, 13 Jun 2011 19:42:06 GMT) (full text, mbox, link).
Message #27 received at 625558@bugs.debian.org (full text, mbox, reply):
reassign 625558 imagemagick
forcemerge 627981 625558
thanks
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Tue, 12 Jul 2011 07:33:49 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 01:28:24 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.