Your message dated Tue, 17 Jul 2007 05:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357232: fixed in screen 4.0.3-0.4
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: screen
Severity: important
Version: 4.0.2-4.1
Tags: patch
Hi,
the current version fails to run on kfreebsd-amd64.
The problems are due to missing prototypes for strdup() and so on.
On 64bit platform they are serious.
Sufficient for us is to #include <string.h>,
which is also available on all POSIX conforming systems.
http://www.opengroup.org/onlinepubs/009695399/basedefs/string.h.html
One line patch is bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- osdef.h.in~ 2006-03-15 16:53:47.000000000 +0100
+++ osdef.h.in 2006-03-15 16:53:47.000000000 +0100
@@ -107,6 +107,7 @@
extern char *tgoto __P((char *, int, int));
#ifdef POSIX
+#include <string.h>
extern int setsid __P((void));
extern int setpgid __P((int, int));
extern int tcsetpgrp __P((int, int));
--- End Message ---
--- Begin Message ---
Source: screen
Source-Version: 4.0.3-0.4
We believe that the bug you reported is fixed in the latest version of
screen, which is due to be installed in the Debian FTP archive:
screen_4.0.3-0.4.diff.gz
to pool/main/s/screen/screen_4.0.3-0.4.diff.gz
screen_4.0.3-0.4.dsc
to pool/main/s/screen/screen_4.0.3-0.4.dsc
screen_4.0.3-0.4_amd64.deb
to pool/main/s/screen/screen_4.0.3-0.4_amd64.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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated screen 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: Tue, 17 Jul 2007 06:51:52 +0200
Source: screen
Binary: screen
Architecture: source amd64
Version: 4.0.3-0.4
Distribution: unstable
Urgency: low
Maintainer: Adam Lazur <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description:
screen - a terminal multiplexor with VT100/ANSI terminal emulation
Closes: 357232
Changes:
screen (4.0.3-0.4) unstable; urgency=low
.
* Porter NMU.
* Fix screen on kfreebsd-amd64. Closes: #357232
Files:
5f8fdc646f45cbc0a8f4eb5474fdf3c3 624 misc optional screen_4.0.3-0.4.dsc
397741df2fe4a8c5b252020982574212 35990 misc optional screen_4.0.3-0.4.diff.gz
d7a141ee70dd8b017ee53f9bb0c83c41 607132 misc optional
screen_4.0.3-0.4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGnE37w3ao2vG823MRAkLmAJwLhpY6+N0Ypp+pOT46N6Lwpto3iACfRXgn
wFPkF85XprQd/++CHQF4hCE=
=0RJy
-----END PGP SIGNATURE-----
--- End Message ---