Your message dated Fri, 28 Nov 2008 09:17:30 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325419: fixed in tct 1.18-1
has caused the Debian Bug report #325419,
regarding tct: diff for 1.11-6.2 NMU
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.)
--
325419: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=325419
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: tct
Version: 1.11-6.1
Severity: normal
Tags: patch
Hi,
I have uploaded an NMU of tct, 1.11-6.2, to DELAYED/7-day.
This fixes the FTBFS due to errno and also the FTBFS on amd64.
I've attached the patch for -6.2, which includes the -6.1 changes.
Hamish
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-amd64-k8
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
diff -u tct-1.11/src/fstools/fs_tools.h tct-1.11/src/fstools/fs_tools.h
--- tct-1.11/src/fstools/fs_tools.h
+++ tct-1.11/src/fstools/fs_tools.h
@@ -186,14 +186,14 @@
#include <ext2fs/ext2_fs.h>
#define HAVE_EXT2FS
-#if !defined(__ia64__) && !defined(__alpha__)
+#if !defined(__ia64__) && !defined(__alpha__) && !defined(__x86_64__)
#define USE_MYLSEEK
#define HAVE_LLSEEK
#endif
#define HAVE_DTIME
-#if !defined(__ia64__) && !defined(__alpha__)
+#if !defined(__ia64__) && !defined(__alpha__) && !defined(__x86_64__)
#define LSEEK mylseek
#else
#define LSEEK lseek
diff -u tct-1.11/debian/changelog tct-1.11/debian/changelog
--- tct-1.11/debian/changelog
+++ tct-1.11/debian/changelog
@@ -1,3 +1,13 @@
+tct (1.11-6.2) unstable; urgency=low
+
+ * Non-maintainer upload
+ * Fix FTBFS on amd64, thanks to Andreas Jochens for the patch
+ (closes: #251446)
+ * Fix missing include of <errno.h> in src/file/file.c, fsmagic.c,
+ compress.c (closes: #324579)
+
+ -- Hamish Moffatt <[EMAIL PROTECTED]> Mon, 29 Aug 2005 00:07:38 +1000
+
tct (1.11-6.1) unstable; urgency=low
* Non-Maintainer Upload.
--- tct-1.11.orig/src/file/compress.c
+++ tct-1.11/src/file/compress.c
@@ -11,6 +11,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/wait.h>
+#include <errno.h>
#include "file.h"
--- tct-1.11.orig/src/file/fsmagic.c
+++ tct-1.11/src/file/fsmagic.c
@@ -31,6 +31,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
+#include <errno.h>
#ifndef major /* if `major' not defined in types.h, */
#include <sys/sysmacros.h> /* try this one. */
#endif
--- tct-1.11.orig/src/file/file.c
+++ tct-1.11/src/file/file.c
@@ -36,6 +36,7 @@
#include <sys/param.h> /* for MAXPATHLEN */
#include <sys/stat.h>
#include <fcntl.h> /* for open() */
+#include <errno.h>
#if (__COHERENT__ >= 0x420)
#include <sys/utime.h>
#else
--- End Message ---
--- Begin Message ---
Source: tct
Source-Version: 1.18-1
We believe that the bug you reported is fixed in the latest version of
tct, which is due to be installed in the Debian FTP archive:
tct_1.18-1.diff.gz
to pool/main/t/tct/tct_1.18-1.diff.gz
tct_1.18-1.dsc
to pool/main/t/tct/tct_1.18-1.dsc
tct_1.18-1_i386.deb
to pool/main/t/tct/tct_1.18-1_i386.deb
tct_1.18.orig.tar.gz
to pool/main/t/tct/tct_1.18.orig.tar.gz
timeout_1.18-1_i386.deb
to pool/main/t/tct/timeout_1.18-1_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.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated tct 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: Thu, 27 Nov 2008 15:49:00 +0100
Source: tct
Binary: tct timeout
Architecture: source i386
Version: 1.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian Forensics <[EMAIL PROTECTED]>
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description:
tct - collection of forensics related utilities
timeout - run a command with a time limit
Closes: 235099 262948 325419 499333
Changes:
tct (1.18-1) unstable; urgency=low
.
* New maintainer (Closes: #499333).
* New upstream release (Closes: #262948).
* Acknolwedge NUMs (Closes: #235099, #325419).
* Redone debian packaging from scratch.
Checksums-Sha1:
413cb921aae755c31fe412578d53f7cef855411f 1183 tct_1.18-1.dsc
25f8537b6801285ab8bb03b8e48a15beb4e69fb1 317959 tct_1.18.orig.tar.gz
b623b0a033e848aac1b924474e94e9e3ff31c496 15542 tct_1.18-1.diff.gz
c659edba110cd9c39f218c6b151d1e9530120203 157988 tct_1.18-1_i386.deb
3d26354623b31edb655f3e29cdcd38faa2878ee9 23952 timeout_1.18-1_i386.deb
Checksums-Sha256:
a858a1338312e92119e0b1b8c8571ff38c2cd4cca4cb484f7db98d6c1a3444f3 1183
tct_1.18-1.dsc
4be437e92ef917f2bf04ef64ec9f0ffac180434e616f3fb58fde7b75b00ddb37 317959
tct_1.18.orig.tar.gz
444dfd56ebb1b53b7f460adf61b878e50acdc385223abbcf115e342500b41a99 15542
tct_1.18-1.diff.gz
e4a51cbc09d4dfd0c84f571e9ede3ba687e1d26c078c98fae40f2ba28f6ee77a 157988
tct_1.18-1_i386.deb
2fed616f0d2cc9b8cbff482c803e3e8684a9e584437048d9b22d19ea30b1d872 23952
timeout_1.18-1_i386.deb
Files:
1bacce746c79a88b5c08a1b98e83bad8 1183 admin optional tct_1.18-1.dsc
81d747a0add4c2a9e5071eda5c412658 317959 admin optional tct_1.18.orig.tar.gz
9ceae8fca04aa341fb8916d96e34f4c2 15542 admin optional tct_1.18-1.diff.gz
b8a71fb13693604b1d315bd78a9c0618 157988 admin optional tct_1.18-1_i386.deb
2eccd2cc746a7ed19c26680688360fe6 23952 admin optional timeout_1.18-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkkvpRIACgkQ+C5cwEsrK56oYgCfT/ZhuFOhnrN2YIPP7YSujLjZ
ddgAoLE6ymF0+sWIXuemqBGg2s4MesWo
=Zbzp
-----END PGP SIGNATURE-----
--- End Message ---