[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#404111: marked as done (xterm: FTBFS on GNU/kFreeBSD)



Your message dated Sun, 11 Feb 2007 23:32:04 +0000
with message-id <E1HGOAu-0005PP-Ln@ries.debian.org>
and subject line Bug#404111: fixed in xterm 224-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)

--- Begin Message ---
Package: xterm
Severity: important
Version: 223-1
Tags: patch


Hi,


the current version fails to build on GNU/kFreeBSD.

It needs small tweaks, see attached patch.

It would also be nice if you can ask upstream
to include this changes.

Thanks in advance

                        Petr

only in patch2:
unchanged:
--- xterm-223.orig/aclocal.m4
+++ xterm-223/aclocal.m4
@@ -2276,7 +2276,7 @@
 irix[[56]].*) #(vi
 	CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
 	;;
-linux*|gnu*) #(vi
+linux*|gnu*|k*bsd*-gnu) #(vi
 	CF_GNU_SOURCE
 	;;
 mirbsd*) #(vi
only in patch2:
unchanged:
--- xterm-223.orig/configure
+++ xterm-223/configure
@@ -2827,7 +2827,7 @@
 irix[56].*) #(vi
 	CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
 	;;
-linux*|gnu*) #(vi
+linux*|gnu*|k*bsd*-gnu) #(vi
 
 echo "$as_me:2832: checking if we must define _GNU_SOURCE" >&5
 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
only in patch2:
unchanged:
--- xterm-223.orig/main.c
+++ xterm-223/main.c
@@ -3449,7 +3449,7 @@
 			    /* make /dev/tty work */
 			    ioctl(ttyfd, TCSETCTTY, 0);
 #endif
-#if defined(__GNU__) && defined(TIOCSCTTY)
+#if ((defined(__GLIBC__) && defined(__FreeBSD_kernel__)) || defined(__GNU__)) && defined(TIOCSCTTY)
 			    /* make /dev/tty work */
 			    ioctl(ttyfd, TIOCSCTTY, 0);
 #endif

--- End Message ---
--- Begin Message ---
Source: xterm
Source-Version: 224-1

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

xterm_224-1.diff.gz
  to pool/main/x/xterm/xterm_224-1.diff.gz
xterm_224-1.dsc
  to pool/main/x/xterm/xterm_224-1.dsc
xterm_224-1_i386.deb
  to pool/main/x/xterm/xterm_224-1_i386.deb
xterm_224.orig.tar.gz
  to pool/main/x/xterm/xterm_224.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 404111@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <jcristau@debian.org> (supplier of updated xterm 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 12 Feb 2007 00:14:06 +0100
Source: xterm
Binary: xterm
Architecture: source i386
Version: 224-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Julien Cristau <jcristau@debian.org>
Description: 
 xterm      - X terminal emulator
Closes: 401726 404111 405043 406502
Changes: 
 xterm (224-1) unstable; urgency=low
 .
   * New upstream release.
     + fix build for GNU/KFreeBSD (closes: #404111).
     + undo a comparison in handle_translated_exposure which did not work
       due  to  X server optimization. That caused the inner border to be
       repainted  with  unexpected  colors when handling a repaint, e.g.,
       after  switching to/from another workspace (closes: #401726).
     + allow  -cr option to override cursor color when -ah option is used
       (closes: #406502).
     + add  a  note  in  xterm's  manpage explaining that the -bw (or -w)
       option  is  only  used  by  the  window manager, if at all
       (closes: #405043).
   * Refresh patch 901_xterm_manpage.diff.
   * Change my email address in debian/control.
Files: 
 0b1fec8d9583f4c170d4a4ba69a5ee3c 805 x11 optional xterm_224-1.dsc
 7e9f042873eb1927934d21733f9a2e1a 811925 x11 optional xterm_224.orig.tar.gz
 57d89a5915e7d94793c4dab6453dfb2b 60747 x11 optional xterm_224-1.diff.gz
 6815949d5c4c876bb73280d38aedfcf4 442780 x11 optional xterm_224-1_i386.deb

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

iD8DBQFFz6UwmEvTgKxfcAwRAm/uAKCWhkcHEYu3NEgfUhVvQaU5D8LP2ACfSswT
M0qNiGTRIqyKhd1PeVjUM+o=
=HR7M
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: