Your message dated Tue, 14 Jun 2005 07:02:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#226380: fixed in freetype 2.1.10-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Jan 2004 09:58:20 +0000
>From [EMAIL PROTECTED] Tue Jan 06 03:58:19 2004
Return-path: <[EMAIL PROTECTED]>
Received: from adsl-66-127-195-58.dsl.snfc21.pacbell.net (panda.mostang.com)
[66.127.195.58]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1AdmbC-0006kD-00; Tue, 06 Jan 2004 02:30:03 -0600
Received: by panda.mostang.com (Postfix, from userid 199)
id 44FE3D40E4; Tue, 6 Jan 2004 00:30:02 -0800 (PST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: David Mosberger-Tang <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: freetype: segfaults with printing/previewing on non-empty document
X-Mailer: reportbug 2.36
Date: Tue, 06 Jan 2004 00:30:02 -0800
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin
2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no
version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
X-Spam-Level:
Package: freetype
Severity: grave
Tags: patch
Justification: renders package unusable
The package is apparently known to be unsafe for strict-aliasing rules
defined by ANSI (see the compiler configuration files in the package
itself). However, at present, debian/rules will build freetype with
the default compile flags (-g -O2). This will crashes on ia64 (and
probably most other platforms). The attached patch fixes the problem.
It simply forces the package to be built with -fno-strict-aliasing.
--- freetype-2.1.7/debian/rules 2004-01-06 00:17:25.832721675 -0800
+++ freetype-2.1.7-davidm/debian/rules 2004-01-06 00:11:57.930603251 -0800
@@ -14,7 +14,7 @@
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
- CFLAGS += -O2
+ CFLAGS += -O2 -fno-strict-aliasing
endif
UPACKAGE = $(shell dh_listpackages | grep -- -udeb$$)
@@ -146,8 +146,8 @@
# patch -p1 -d $(freetype_u) \
# -i $(patchdir)/050-more-rounding.diff
-# cd $(freetype_u) && ./configure --prefix=/usr CFLAGS=\"$(CFLAGS)\"
- cd $(freetype_u) && ./configure --prefix=/usr
+ cd $(freetype_u) && ./configure --prefix=/usr CFLAGS=\"$(CFLAGS)\"
+# cd $(freetype_u) && ./configure --prefix=/usr
$(MAKE) -C $(freetype_u)
$(MAKE) -C $(ft2demos_u) TOP_DIR=../$(freetype_u) X11_PATH=/usr/X11R6
-- System Information:
Debian Release: testing/unstable
Architecture: ia64
Kernel: Linux panda.mostang.com 2.6.0 #15 Sun Dec 21 10:27:08 PST 2003 ia64
Locale: LANG=C, LC_CTYPE=C
---------------------------------------
Received: (at 226380-close) by bugs.debian.org; 14 Jun 2005 11:10:18 +0000
>From [EMAIL PROTECTED] Tue Jun 14 04:10:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Di9JC-0004rp-00; Tue, 14 Jun 2005 04:10:18 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Di9Bb-0003id-00; Tue, 14 Jun 2005 07:02:27 -0400
From: Will Newton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#226380: fixed in freetype 2.1.10-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 14 Jun 2005 07:02:27 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 8
Source: freetype
Source-Version: 2.1.10-1
We believe that the bug you reported is fixed in the latest version of
freetype, which is due to be installed in the Debian FTP archive:
freetype2-demos_2.1.10-1_i386.deb
to pool/main/f/freetype/freetype2-demos_2.1.10-1_i386.deb
freetype_2.1.10-1.diff.gz
to pool/main/f/freetype/freetype_2.1.10-1.diff.gz
freetype_2.1.10-1.dsc
to pool/main/f/freetype/freetype_2.1.10-1.dsc
freetype_2.1.10.orig.tar.gz
to pool/main/f/freetype/freetype_2.1.10.orig.tar.gz
libfreetype6-dev_2.1.10-1_i386.deb
to pool/main/f/freetype/libfreetype6-dev_2.1.10-1_i386.deb
libfreetype6-udeb_2.1.10-1_i386.udeb
to pool/main/f/freetype/libfreetype6-udeb_2.1.10-1_i386.udeb
libfreetype6_2.1.10-1_i386.deb
to pool/main/f/freetype/libfreetype6_2.1.10-1_i386.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.
Will Newton <[EMAIL PROTECTED]> (supplier of updated freetype 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.7
Date: Mon, 13 Jun 2005 00:44:29 +0100
Source: freetype
Binary: freetype2-demos libfreetype6-udeb libfreetype6 libfreetype6-dev
Architecture: source i386
Version: 2.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Will Newton <[EMAIL PROTECTED]>
Changed-By: Will Newton <[EMAIL PROTECTED]>
Description:
freetype2-demos - FreeType 2 demonstration programs
libfreetype6 - FreeType 2 font engine, shared library files
libfreetype6-dev - FreeType 2 font engine, development files
libfreetype6-udeb - FreeType 2 font engine for the debian-installer (udeb)
Closes: 166511 221597 225119 226380 245532 249443 251473 252673 259875 280827
298660 302269 307464
Changes:
freetype (2.1.10-1) unstable; urgency=low
.
* New upstream (Closes: #298660, #245532).
* New maintainer, co-maintainer required!
* Disable CJK autohinting patch due to incompatability with this version
of freetype.
* Remove some very old unapplied patches.
* Add freetype-config.1 manpage.
* Add doc-base file for development docs. (Closes: #280827)
* Fix build with non-default umask. (Closes: #307464, #166511)
* Patch merged upstream. (Closes: #252673)
* Acknowledge NMUS.
(Closes: #221597, #225119, #226380, #249443, #251473, #302269, #259875)
Files:
14ff1889a1bc46f6711826d1fba460c1 692 libs optional freetype_2.1.10-1.dsc
adf145ce51196ad1b3054d5fb032efe6 1323617 libs optional
freetype_2.1.10.orig.tar.gz
4d800ca7f6dc55a5a8521e5b505ac494 47228 libs optional freetype_2.1.10-1.diff.gz
ddf1f93cc79cbaebe814a8e7a037e3e7 419568 libs optional
libfreetype6_2.1.10-1_i386.deb
0a8c441fad782c1aaa4fa650b02df07b 687920 libdevel optional
libfreetype6-dev_2.1.10-1_i386.deb
b9e600e83544d15270c28123bd21a664 117788 utils optional
freetype2-demos_2.1.10-1_i386.deb
b7bee7faf175ffc29c14c8973c0c4818 232016 debian-installer extra
libfreetype6-udeb_2.1.10-1_i386.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCrrDGlv9v5CRKz7cRAtk2AKCLGJCKW24fvoaXdu/cULg/bm80zQCdHaER
oyVmfbrN24h2MrRuEthTgTY=
=vJ5f
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]