Your message dated Thu, 02 Feb 2006 14:33:44 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349845: fixed in mednafen 0.4.7-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; 25 Jan 2006 16:43:05 +0000
>From [EMAIL PROTECTED] Wed Jan 25 08:43:05 2006
Return-path: <[EMAIL PROTECTED]>
Received: from smtp02.mrf.mail.rcn.net ([207.172.4.62])
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F1njc-0002Wi-VT
        for [EMAIL PROTECTED]; Wed, 25 Jan 2006 08:43:05 -0800
Received: from 208-58-77-33.c3-0.grg-ubr3.lnh-grg.md.cable.rcn.com (HELO 
tux64.internal.ucko.debian.net) ([208.58.77.33])
  by smtp02.mrf.mail.rcn.net with ESMTP; 25 Jan 2006 11:43:04 -0500
X-IronPort-AV: i="4.01,217,1136178000"; 
   d="scan'208"; a="198946463:sNHT33844540"
Received: from amu by tux64.internal.ucko.debian.net with local (Exim 4.60)
        (envelope-from <[EMAIL PROTECTED]>)
        id 1F1njb-0000nv-9k
        for [EMAIL PROTECTED]; Wed, 25 Jan 2006 11:43:03 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Aaron M. Ucko" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mednafen: ships locale.alias on 64-bit systems due to outdated gettext 
test
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.18
Date: Wed, 25 Jan 2006 11:43:02 -0500
X-Debbugs-Cc: [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=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: mednafen
Version: 0.4.4-1
Severity: serious
Justification: Policy 6.5(4)

On amd64, and presumably also any 64-bit release architectures that
don't run into #349633, mednafen fails to observe that libc contains a
working version of GNU gettext, so it builds its own, and proceeds to
ship a copy of /usr/share/locale/locale.alias, creating an effective
conflict with the locales package.

config.log reveals the problem:

} configure:29304: checking for GNU gettext in libc
} configure:29328: x86_64-linux-gnu-g++ -o conftest -Wall -O2 -Wl,-z,defs   
conftest.cc  >&5
} conftest.cc: In function 'int main()':
} conftest.cc:109: error: cast from 'char*' to 'int' loses precision
} configure:29334: $? = 1
} configure: failed program was:
} | /* confdefs.h.  */
[...]
} | /* end confdefs.h.  */
} | #include <libintl.h>
} | extern int _nl_msg_cat_cntr;
} | extern int *_nl_domain_bindings;
} | int
} | main ()
} | {
} | bindtextdomain ("", "");
} | return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
} |   ;
} |   return 0;
} | }

This seems to be because aclocal.m4 contains an old definition of
AM_GNU_GETTEXT, from gettext.m4 serial 28 (gettext-0.13), with a last
copyright date of 2003; the current version in /usr/share/aclocal,
gettext.m4 serial 37 (gettext-0.14.4), had further updates through
2005 and in particular dereferences the pointer gettext returns rather
than casting it to int.

As expected, copying the new version of gettext.m4 into the m4
directory and rerunning autogen.sh (which you can do before uploading
rather than from debian/rules to avoid excess build dependencies,
though you should then pass configure the --disable-maintainer-mode
flag to avoid problems from time skew) addresses the problem.

Curiously, 0.4.1-1 properly detected gettext in libc.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'sarge-unsupported')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mednafen depends on:
ii  libaudiofile0            0.2.6-6         Open-source version of SGI's audio
ii  libc6                    2.3.5-12        GNU C Library: Shared libraries an
ii  libcdio6                 0.76-1          library to read and control CD-ROM
ii  libesd-alsa0 [libesd0]   0.2.36-3        Enlightened Sound Daemon (ALSA) - 
ii  libgcc1                  1:4.0.2-7       GCC support library
ii  libjack0.100.0-0         0.100.0-4       JACK Audio Connection Kit (librari
ii  libogg0                  1.1.3-2         Ogg Bitstream Library
ii  libsamplerate0           0.1.2-2         audio rate conversion library
ii  libsdl-net1.2            1.2.5-6         network library for Simple DirectM
ii  libsdl1.2debian          1.2.9-0.1       Simple DirectMedia Layer
ii  libsndfile1              1.0.12-3        Library for reading/writing audio 
ii  libstdc++6               4.0.2-7         The GNU Standard C++ Library v3
ii  libvorbis0a              1.1.0-1         The Vorbis General Audio Compressi
ii  libvorbisfile3           1.1.0-1         The Vorbis General Audio Compressi
ii  libx11-6                 6.9.0.dfsg.1-4  X Window System protocol client li
ii  xlibmesa-gl [libgl1]     6.8.2.dfsg.1-11 Mesa 3D graphics library [X.Org]
ii  zlib1g                   1:1.2.3-9       compression library - runtime

mednafen recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 349845-close) by bugs.debian.org; 2 Feb 2006 22:50:20 +0000
>From [EMAIL PROTECTED] Thu Feb 02 14:50:20 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F4n1M-0006aJ-Dq; Thu, 02 Feb 2006 14:33:44 -0800
From: Ryan Schultz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#349845: fixed in mednafen 0.4.7-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 02 Feb 2006 14:33:44 -0800
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: mednafen
Source-Version: 0.4.7-1

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

mednafen_0.4.7-1.diff.gz
  to pool/main/m/mednafen/mednafen_0.4.7-1.diff.gz
mednafen_0.4.7-1.dsc
  to pool/main/m/mednafen/mednafen_0.4.7-1.dsc
mednafen_0.4.7-1_i386.deb
  to pool/main/m/mednafen/mednafen_0.4.7-1_i386.deb
mednafen_0.4.7.orig.tar.gz
  to pool/main/m/mednafen/mednafen_0.4.7.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.
Ryan Schultz <[EMAIL PROTECTED]> (supplier of updated mednafen 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: Thu,  2 Feb 2006 14:24:53 -0500
Source: mednafen
Binary: mednafen
Architecture: source i386
Version: 0.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Ryan Schultz <[EMAIL PROTECTED]>
Changed-By: Ryan Schultz <[EMAIL PROTECTED]>
Description: 
 mednafen   - multi-platform emulator, including NES, GB/A, Lynx, PC Engine
Closes: 349845
Changes: 
 mednafen (0.4.7-1) unstable; urgency=low
 .
   * New upstream version. Closes: #349845
   * Add Trio copyright info.
Files: 
 4f908e438d342141bf65f60a92064ee0 772 games optional mednafen_0.4.7-1.dsc
 4ddbf20f86c7a15d80fcf060c72cfac6 1654797 games optional 
mednafen_0.4.7.orig.tar.gz
 c47dddef0800a39df6c53a9e4d0159e4 4897 games optional mednafen_0.4.7-1.diff.gz
 974d88604c84dd9e9c6e86717c7edda8 913608 games optional 
mednafen_0.4.7-1_i386.deb

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

iD8DBQFD4nHbCV53xXnMZYYRAjDyAKClsfEg5MdkerxamUOW5DZDFkfLgQCg2oE4
sOODPRxvZPY8960lu2G+C5w=
=Ly66
-----END PGP SIGNATURE-----


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

Reply via email to