Your message dated Wed, 09 May 2012 18:19:16 +0000
with message-id <[email protected]>
and subject line Bug#670884: fixed in xjdic 24-8
has caused the Debian Bug report #670884,
regarding xjdic: 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.)


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

Dear Maintainer,

xjdic currently FTBFS on hurd-i386. The attached patch should fix this issue.

WBR,
Cyril Roelandt.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)

Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- xjdic-24.orig/xjdfrontend.c	2012-04-29 23:58:53.000000000 +0000
+++ xjdic-24/xjdfrontend.c	2012-04-30 00:15:09.000000000 +0000
@@ -21,6 +21,9 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
+#ifdef __GNU__
+#include <sys/ioctl.h>
+#endif
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdlib.h>
@@ -41,7 +44,7 @@
 #ifdef __STRICT_BSD__
 #include <sgtty.h>
 #else
-#ifdef __POSIX__
+#if defined(__POSIX__) || defined(__GNU__)
 #include <sys/termios.h>
 #else
 #include <termio.h>
@@ -60,6 +63,8 @@
 
 #ifdef __STRICT_BSD__
 static struct sgttyb    orig,new;
+#elif defined(__GNU__)
+static struct termios   orig,new;
 #else
 static struct termio    orig,new;
 #endif
@@ -247,11 +252,11 @@
     new.sg_flags |= CBREAK; new.sg_flags &= ~ECHO;
     ioctl(0, TIOCSETP, &new);
 #else
-    ioctl(0, TCGETA, &orig); ioctl(0, TCGETA, &new);
+    tcgetattr(0, &orig); tcgetattr(0, &new);
     new.c_lflag &= ~ICANON; new.c_lflag &= ~ISIG; new.c_lflag &= ~ECHO;
     new.c_lflag &= ~IXON;
     new.c_cc[VMIN] = 1; new.c_cc[VTIME] = 0;
-    ioctl(0, TCSETA, &new);
+    tcsetattr(0, TCSANOW, &new);
 #endif
     myi_status=IOCTL_RAW;
   }
@@ -263,7 +268,7 @@
 #ifdef __STRICT_BSD__
    ioctl(0, TIOCSETP, &orig);
 #else
-   ioctl(0, TCSETA, &orig);
+   tcsetattr(0, TCSANOW, &orig);
 #endif
     myi_status = IOCTL_ORIG;
 }

--- End Message ---
--- Begin Message ---
Source: xjdic
Source-Version: 24-8

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

xjdic_24-8.diff.gz
  to main/x/xjdic/xjdic_24-8.diff.gz
xjdic_24-8.dsc
  to main/x/xjdic/xjdic_24-8.dsc
xjdic_24-8_i386.deb
  to main/x/xjdic/xjdic_24-8_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.
Ludovic Drolez <[email protected]> (supplier of updated xjdic 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: Tue, 08 May 2012 18:22:22 +0200
Source: xjdic
Binary: xjdic
Architecture: source i386
Version: 24-8
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez <[email protected]>
Changed-By: Ludovic Drolez <[email protected]>
Description: 
 xjdic      - Japanese-English dictionary search program
Closes: 475836 512452 670884
Changes: 
 xjdic (24-8) unstable; urgency=low
 .
   * xjdicconfig man page belongs to section 8. Closes: #512452
   * fixed a FTBFS on hurd-i386. Closes: #670884
   * fixed the "Reply overrun". Closes: #475836
Checksums-Sha1: 
 f4812291bcad7aff5070f49332c94e8b50da5eaa 951 xjdic_24-8.dsc
 90280dc6fd693d440e6f35012a6923ae6169d5a9 7351 xjdic_24-8.diff.gz
 4e77ce1e663857c2706ff7ddd503133eb5f21df9 167512 xjdic_24-8_i386.deb
Checksums-Sha256: 
 a3626ab752e77bf3a7943e3777a70dccb2b98358a7dc758d26eae8edb5aad39f 951 
xjdic_24-8.dsc
 a366527289e5cb45ca4dcdfbdc7ac82d9633d11ee072dfeed2901f5b75bbf26a 7351 
xjdic_24-8.diff.gz
 57c42119fed43cb355f54d3532fb9aff02b013e0eaf29c0bcfd0a1c924ac0403 167512 
xjdic_24-8_i386.deb
Files: 
 b1aba0bc324490831cd4e9a7ff2c16ba 951 text optional xjdic_24-8.dsc
 57ac5825c865d287407aee40a99de6b7 7351 text optional xjdic_24-8.diff.gz
 9f2bf065fc43e8ae3f589018c099d2cb 167512 text optional xjdic_24-8_i386.deb

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

iEYEARECAAYFAk+qsVkACgkQsRlQAP1GppgNJwCfV+IFngR8hgE5oW4F6WmkfaLy
ubcAoJGhKo4+VR5YIECrcdsFeC4PjXO1
=Z93D
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to