Your message dated Wed, 31 Oct 2018 05:22:53 +0000
with message-id <[email protected]>
and subject line Bug#903620: Removed package(s) from unstable
has caused the Debian Bug report #681246,
regarding xvt: segfault on 64 bits architectures
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.)


-- 
681246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xvt
Version: 2.1-20ubuntu1
Severity: normal
Tags: upstream patch

When running the app on 64bit architectures, it segfaults - because inside the
code, int (4 bytes) is used to store char * (8 bytes). The primary cause of
that is an undefined function, so default body "int ptsname()" is used instead
of "char *ptsname()"...

#define _XOPEN_SOURCE is needed...



-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise'), (100, 'precise-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-24-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xvt depends on:
ii  libc6     2.15-0ubuntu10
ii  libx11-6  2:1.4.99.1-0ubuntu2

xvt recommends no packages.

Versions of packages xvt suggests:
pn  menu  <none>
diff -rpu xvt-2.1.orig/ttyinit.c xvt-2.1/ttyinit.c
--- xvt-2.1.orig/ttyinit.c	1997-09-18 16:14:18.000000000 +0200
+++ xvt-2.1/ttyinit.c	2012-07-11 18:55:18.000000000 +0200
@@ -25,6 +25,9 @@
 
 char xvt_ttyinit_c_sccsid[] = "@(#)ttyinit.c	1.3 11/1/94 (UKC)";
 
+/* need this for ptsname() */
+#define _XOPEN_SOURCE
+
 #ifdef __STDC__
 #include <stdarg.h>
 #else

--- End Message ---
--- Begin Message ---
Version: 2.1-20.3+rm

Dear submitter,

as the package xvt has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/903620

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to