Your message dated Sat, 03 Jan 2009 20:47:13 +0000
with message-id <[email protected]>
and subject line Bug#510604: fixed in xdemorse 1.3-4
has caused the Debian Bug report #510604,
regarding xdemorse: FTBFS on hurd-i386
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 [email protected]
immediately.)


-- 
510604: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510604
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xdemorse
Severity: important
Tags: patch

Hello,

xdemorse FTBFS on hurd-i386 because it uses OLCUC without #defining
_GNU_SOURCE. OLCUC is a GNU extension, not a POSIX standard, so
_GNU_SOURCE should be defined in order to get its definition. The Linux
headers are lazy about that, but other systems (e.g. hurd-i386) aren't.
The attached patch fixes that.

Samuel

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
quit   When the quit statement is read, the  bc  processor
       is  terminated, regardless of where the quit state-
       ment is found.  For example, "if  (0  ==  1)  quit"
       will cause bc to terminate.
(Seen in the manpage for "bc". Note the "if" statement's logic)
--- src/cat.c.orig      2009-01-03 16:28:08.479366000 +0000
+++ src/cat.c   2009-01-03 16:27:58.555232000 +0000
@@ -22,6 +22,7 @@
  *  http://www.gnu.org/copyleft/gpl.txt
  */
 
+#define _GNU_SOURCE
 #include "xdemorse.h"
 #include <termios.h>
 

--- End Message ---
--- Begin Message ---
Source: xdemorse
Source-Version: 1.3-4

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

xdemorse_1.3-4.diff.gz
  to pool/main/x/xdemorse/xdemorse_1.3-4.diff.gz
xdemorse_1.3-4.dsc
  to pool/main/x/xdemorse/xdemorse_1.3-4.dsc
xdemorse_1.3-4_i386.deb
  to pool/main/x/xdemorse/xdemorse_1.3-4_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.
Joop Stakenborg <[email protected]> (supplier of updated xdemorse 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.8
Date: Sat, 03 Jan 2009 20:43:26 +0100
Source: xdemorse
Binary: xdemorse
Architecture: source i386
Version: 1.3-4
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg <[email protected]>
Changed-By: Joop Stakenborg <[email protected]>
Description: 
 xdemorse   - GTK+ Morse Code Decoding Software
Closes: 510604
Changes: 
 xdemorse (1.3-4) unstable; urgency=low
 .
   * Fix FTBFS on hurd-i386, patch by Samuel Thibault.
     Closes: #510604.
Checksums-Sha1: 
 c6e82355140a356c0434bc51db07ee9ef9a2629b 1010 xdemorse_1.3-4.dsc
 0df2f07f89054298cf28b17c2e7af2677c17b46b 102727 xdemorse_1.3-4.diff.gz
 41e85305cd0531d963c27d5d62f9c657971e8a33 29514 xdemorse_1.3-4_i386.deb
Checksums-Sha256: 
 df6b4f5f8f5428776306df2a00792036be0851e2cbc28ceb21c496113e4de809 1010 
xdemorse_1.3-4.dsc
 fe227713d9136e0080535762d8d524b42f3ad8bf699255cc0785b41578273b43 102727 
xdemorse_1.3-4.diff.gz
 751963c8017ba72e885bad7a0be22a57240310ba7c2ac5f516fe230293f5f015 29514 
xdemorse_1.3-4_i386.deb
Files: 
 e97652b7c5702cd59bf89f96e9ea94ee 1010 hamradio extra xdemorse_1.3-4.dsc
 23af0810f67d210f9790435cebe432e0 102727 hamradio extra xdemorse_1.3-4.diff.gz
 9671c277c79824a5faaacd6815295818 29514 hamradio extra xdemorse_1.3-4_i386.deb

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

iEYEARECAAYFAklfwWoACgkQ/CqtjGLxpX+4MwCaArOlxWqOq9ydRZVtmLS1ySO2
veIAnigMo4nUn0tJUUhPWRgH3wOTGnNo
=oXbN
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to