Your message dated Sun, 04 Dec 2005 01:39:59 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#341584: segfault with -D unless m17n removed (patch 
included)
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; 1 Dec 2005 14:31:27 +0000
>From [EMAIL PROTECTED] Thu Dec 01 06:31:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from adsl-203-134.38-151.net24.it ([151.38.134.203] 
helo=mail.gnudd.com)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EhpT4-0008HZ-Oi
        for [EMAIL PROTECTED]; Thu, 01 Dec 2005 06:31:27 -0800
Received: from mail.gnudd.com ([EMAIL PROTECTED] [127.0.0.1])
        by mail.gnudd.com (8.13.4/8.13.4/Debian-3) with ESMTP id jB1EUrDK003522
        for <[EMAIL PROTECTED]>; Thu, 1 Dec 2005 15:30:53 +0100
Received: (from [EMAIL PROTECTED])
        by mail.gnudd.com (8.13.4/8.13.4/Submit) id jB1EUrIB003521
        for [EMAIL PROTECTED]; Thu, 1 Dec 2005 15:30:53 +0100
Date: Thu, 1 Dec 2005 15:30:53 +0100
From: Alessandro Rubini <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: segfault with -D unless m17n removed (patch included)
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
X-Face: #Q;A)@_4.#>0+_%y]7aBr:c"ndLp&#+2?]J;lkse\^)[EMAIL 
PROTECTED])J;'nny4%74.fM'n)M
        >ISCj.KmsL/HTxz!:Ju'pnj'Gz&.
Organization: GnuDD, Device Drivers, Embedded Systems, Courses
Sender: [EMAIL PROTECTED]
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: mgp
Version: 1.11b-2
Severity: important

When trying to dump the html directory, I get a segmentation fault:

generating page 1... Segmentation fault

I had to remove m17n completely, as using "-x m17n" isn't enough.
BTW, I already run with -x m17n all the time, as it mistakes all fonts.

The trivial patch included removes m17n. I know it's a workaround,
not a fix, but m17n-lib is completely unuseable for me.

Best regards
/alessandro

--- ./debian/rules.orig 2005-12-01 15:05:33.000000000 +0100
+++ ./debian/rules      2005-12-01 15:05:49.000000000 +0100
@@ -25,7 +25,7 @@
 build-stamp:
        dh_testdir
 
-       ./configure --prefix=/usr $(debug) --enable-locale --enable-freetype 
--enable-freetype-charset16 --enable-xft2 --disable-vflib --enable-gif 
--enable-imlib --with-m17n-lib $(DEB_HOST_GNU_TYPE)
+       ./configure --prefix=/usr $(debug) --enable-locale --enable-freetype 
--enable-freetype-charset16 --enable-xft2 --disable-vflib --enable-gif 
--enable-imlib --without-m17n-lib $(DEB_HOST_GNU_TYPE)
        xmkmf
        make Makefiles
        # XXX: it take too much time to comile unimap.c with -O


---------------------------------------
Received: (at 341584-done) by bugs.debian.org; 3 Dec 2005 16:40:03 +0000
>From [EMAIL PROTECTED] Sat Dec 03 08:40:03 2005
Return-path: <[EMAIL PROTECTED]>
Received: from etrange.ukai.jp ([218.223.29.42])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EiaQd-00058l-6a
        for [EMAIL PROTECTED]; Sat, 03 Dec 2005 08:40:03 -0800
Received: from localhost.localdomain (etrange [127.0.0.1])
        by etrange.ukai.jp (Postfix) with ESMTP id 297E034346
        for <[EMAIL PROTECTED]>; Sun,  4 Dec 2005 01:39:58 +0900 (JST)
Received: from localhost.localdomain.ukai.org (localhost [127.0.0.1])
        by localhost.localdomain (Postfix) with ESMTP id 4B57CF040C
        for <[EMAIL PROTECTED]>; Sun,  4 Dec 2005 01:39:59 +0900 (JST)
Date: Sun, 04 Dec 2005 01:39:59 +0900
Message-ID: <[EMAIL PROTECTED]>
From: Fumitoshi UKAI <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#341584: segfault with -D unless m17n removed (patch included)
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 
(Marutamachi) APEL/10.6 Emacs/21.4 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI)
Organization: Debian JP Project
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
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

At Thu, 1 Dec 2005 15:30:53 +0100,
Alessandro Rubini wrote:
> Package: mgp
> Version: 1.11b-2
> Severity: important
> 
> When trying to dump the html directory, I get a segmentation fault:
> 
> generating page 1... Segmentation fault
> 
> I had to remove m17n completely, as using "-x m17n" isn't enough.
> BTW, I already run with -x m17n all the time, as it mistakes all fonts.
> 
> The trivial patch included removes m17n. I know it's a workaround,
> not a fix, but m17n-lib is completely unuseable for me.

I think this bug already fixed by 1.11b-5.

Regards,
Fumitoshi UKAI


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

Reply via email to