Your message dated Sat, 09 Jan 2010 10:02:22 +0000
with message-id <e1nty9g-0008kq...@ries.debian.org>
and subject line Bug#563972: fixed in fontmatrix 0.6.0+svn20100107-2
has caused the Debian Bug report #563972,
regarding patch to fix fontmatrix on armel
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 ow...@bugs.debian.org
immediately.)
--
563972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fontmatrix
Severity: serious
Tags: patch
Justification: no longer builds from source
I've recently fixed fontmatrix to build on armel on Ubuntu, and I'm passing
along
the patch to help recitify the FTBFS. The underlying issue is that on ARM, qreal
is typedef'ed to float versus a double so when using qMax between a double and
a qreal,
you need to cast the call so the compiler can find the proper function.
Index: fontmatrix-0.6.0/src/fminfodisplay.cpp
===================================================================
--- fontmatrix-0.6.0.orig/src/fminfodisplay.cpp 2010-01-06 09:22:22.677196249
-0500
+++ fontmatrix-0.6.0/src/fminfodisplay.cpp 2010-01-06 09:22:54.437193376
-0500
@@ -152,7 +152,7 @@
GlyphToSVGHelper gtsh ( gpi->path(), tf );
svg += gtsh.getSVGPath() + "\n";
horOffset +=
gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor;
- maxHeight = qMax ( gtsh.getRect().height(),
maxHeight );
+ maxHeight = qMax<qreal> (
gtsh.getRect().height(), maxHeight );
tf.translate(
gpi->data(GLYPH_DATA_HADVANCE).toDouble() * scaleFactor,0 );
delete gpi;
}
-- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: fontmatrix
Source-Version: 0.6.0+svn20100107-2
We believe that the bug you reported is fixed in the latest version of
fontmatrix, which is due to be installed in the Debian FTP archive:
fontmatrix_0.6.0+svn20100107-2.debian.tar.gz
to main/f/fontmatrix/fontmatrix_0.6.0+svn20100107-2.debian.tar.gz
fontmatrix_0.6.0+svn20100107-2.dsc
to main/f/fontmatrix/fontmatrix_0.6.0+svn20100107-2.dsc
fontmatrix_0.6.0+svn20100107-2_amd64.deb
to main/f/fontmatrix/fontmatrix_0.6.0+svn20100107-2_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 563...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Oleksandr Moskalenko <ma...@debian.org> (supplier of updated fontmatrix 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 09 Jan 2010 03:09:57 -0600
Source: fontmatrix
Binary: fontmatrix
Architecture: source amd64
Version: 0.6.0+svn20100107-2
Distribution: unstable
Urgency: low
Maintainer: Oleksandr Moskalenko <ma...@debian.org>
Changed-By: Oleksandr Moskalenko <ma...@debian.org>
Description:
fontmatrix - featureful personal font manager
Closes: 563972
Changes:
fontmatrix (0.6.0+svn20100107-2) unstable; urgency=low
.
* debian/patches/fminfodisplay.cpp: Created a new patch to fix FTBFS on
armel as Michael's patch was incomplete (Closes: #563972).
Checksums-Sha1:
5d1242ff3911e56a173b9a7f22664200ec72c834 1367
fontmatrix_0.6.0+svn20100107-2.dsc
b31825f5ef4eb9a4a8c6e4376cec330389606096 5508
fontmatrix_0.6.0+svn20100107-2.debian.tar.gz
ca2e42e42fe0f87976347215e672dc74a0fda6bd 1422826
fontmatrix_0.6.0+svn20100107-2_amd64.deb
Checksums-Sha256:
a608df1999d419f13a097772f674b2169e8a68513472e1f02b3b3eabc57918fa 1367
fontmatrix_0.6.0+svn20100107-2.dsc
1508aa06e757258a62b23b17934985c5ae141f4cfafb8479d81991e3344a40a5 5508
fontmatrix_0.6.0+svn20100107-2.debian.tar.gz
7915a4c222cae71c74622f7ffe4166c318bee730c2b023e0981b8b75c2bf5df6 1422826
fontmatrix_0.6.0+svn20100107-2_amd64.deb
Files:
d8d380ffff33b3342d64a65173dcd0cb 1367 graphics optional
fontmatrix_0.6.0+svn20100107-2.dsc
2c00926cb846f50f7a24bffcdc026dfd 5508 graphics optional
fontmatrix_0.6.0+svn20100107-2.debian.tar.gz
d396b5e2716959cad401670590abe6d9 1422826 graphics optional
fontmatrix_0.6.0+svn20100107-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFLSE1L2ihvMmxfGWsRAq5JAJ968FEmX9MoPdol7e9WsOGXPa8stACfTryJ
ttCqs4k7LwzXx8m/lwzizs4=
=j0k4
-----END PGP SIGNATURE-----
--- End Message ---