Your message dated Sat, 15 Oct 2005 18:32:53 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334163: fixed in mftrace 1.1.17-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; 15 Oct 2005 21:51:57 +0000
>From [EMAIL PROTECTED] Sat Oct 15 14:51:57 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vp085189.reshsg.uci.edu (becket.becket.net) [128.195.85.189] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EQtwb-0005UE-00; Sat, 15 Oct 2005 14:51:57 -0700
Received: from tb by becket.becket.net with local (Exim 4.52)
        id 1EQtwb-0000oL-4V
        for [EMAIL PROTECTED]; Sat, 15 Oct 2005 14:51:57 -0700
From: Thomas Bushnell BSG <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: gf2pbm: fails entirely on powerpc when compiled with -O2
X-Reply-Permission: Posted or emailed replies to this message constitute
                 permission for an emailed response.
X-PGP-Fingerprint: 1F0A1E51  63 28 EB DA E6 44 E5 5E  EC F3 04 26 4E BF 1A 92
X-Zippy-Says: 
   I'm in DISGUISE as a BAGGAGE CHECKER....I can watch the house, if it's
   ORANGE...
Date: Sat, 15 Oct 2005 14:51:57 -0700
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
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-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

--=-=-=


Package: mftrace
Severity: grave
Version: 1.1.16-1
Tags: patch, upstream

gf2pbm on powerpc fails entirely when compiled with -O2.  It produces
errors like "Too many bits found when loading character 65", and the
resulting output is empty.

I have found the following patch solves the problem.  I found it
working together with upstream.  It has been given to upstream and
will presumably be in the next mftrace release.  Can you please do an
upload ASAP however (without waiting for upstream release), since this
is blocking an important upload of lilypond?


--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=gf2pbm.patch

--- /home/debian/mftrace-1.1.16/gf2pbm.c        2005-10-15 13:57:58.000000000 
-0700
+++ /home/src/mftrace-1.1.16/gf2pbm.c   2005-10-15 14:23:49.000000000 -0700
@@ -302,7 +302,7 @@
        ubyte   cmnd;
        int     min_m, max_m, min_n, max_n;
        BMUNIT  *cp, *basep, *maxp;
-       char    **basep_cpp = &basep;
+       BMUNIT  **basep_cpp = &basep;
        int     bytes_wide;
        bool    paint_switch;
 #define        White   false
@@ -391,7 +391,7 @@
                case SKIP2:
                case SKIP3:
                  *(basep_cpp) +=
-                   num(GF_file, WIDENINT cmnd - SKIP0) * bytes_wide;
+                   num(GF_file, WIDENINT cmnd - SKIP0) * bytes_wide / sizeof 
(BMUNIT);
                case SKIP0:
                    new_row = true;
                    paint_switch = White;
@@ -414,7 +414,7 @@
            if (new_row) {
 
              *(basep_cpp) +=
-               bytes_wide;
+               bytes_wide / sizeof (BMUNIT);
              if (basep >= maxp || cp >= basep) too_many_bits(ch);
                 cp = basep;
                word_weight = BMBITS;

--=-=-=



Thanks.

Thomas

--=-=-=--

---------------------------------------
Received: (at 334163-close) by bugs.debian.org; 16 Oct 2005 01:38:27 +0000
>From [EMAIL PROTECTED] Sat Oct 15 18:38:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EQxOP-0004eb-00; Sat, 15 Oct 2005 18:32:53 -0700
From: Julian Gilbey <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#334163: fixed in mftrace 1.1.17-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 15 Oct 2005 18:32:53 -0700
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-Level: 
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

Source: mftrace
Source-Version: 1.1.17-1

We believe that the bug you reported is fixed in the latest version of
mftrace, which is due to be installed in the Debian FTP archive:

mftrace_1.1.17-1.diff.gz
  to pool/main/m/mftrace/mftrace_1.1.17-1.diff.gz
mftrace_1.1.17-1.dsc
  to pool/main/m/mftrace/mftrace_1.1.17-1.dsc
mftrace_1.1.17-1_i386.deb
  to pool/main/m/mftrace/mftrace_1.1.17-1_i386.deb
mftrace_1.1.17.orig.tar.gz
  to pool/main/m/mftrace/mftrace_1.1.17.orig.tar.gz



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.
Julian Gilbey <[EMAIL PROTECTED]> (supplier of updated mftrace 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: Sun, 16 Oct 2005 01:49:22 +0100
Source: mftrace
Binary: mftrace
Architecture: source i386
Version: 1.1.17-1
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey <[EMAIL PROTECTED]>
Changed-By: Julian Gilbey <[EMAIL PROTECTED]>
Description: 
 mftrace    - Converts Metafont fonts into Type1 fonts
Closes: 334163
Changes: 
 mftrace (1.1.17-1) unstable; urgency=low
 .
   * New upstream version (closes: #334163)
Files: 
 9db689cf5eda731cfd64bb3291052d11 594 tex extra mftrace_1.1.17-1.dsc
 fbf07de7727351985fadab297b8f62c8 58443 tex extra mftrace_1.1.17.orig.tar.gz
 b786ba24d63a85bafc2e6076364fa8a3 5557 tex extra mftrace_1.1.17-1.diff.gz
 d3ad0f3f11592d54e55d70cf73243349 43774 tex extra mftrace_1.1.17-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDUaszDU59w/205FkRAmRWAJ9D0Qqh/CJPv0h5PYGFF/KPjfDCjQCcDmJj
spbsvC02DebUFCFI3RBTKVo=
=Ty33
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to