Your message dated Mon, 14 Sep 2009 18:02:14 +0000
with message-id <[email protected]>
and subject line Bug#537127: fixed in agedu 8642-1
has caused the Debian Bug report #537127,
regarding agedu: Can't handle large files
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.)
--
537127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537127
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: agedu
Version: 8442-5
Severity: normal
Tags: patch
Hi, when scanning a directory with a file larger than 4GB lstat will fail as
agedu is not using the 64-bit version of lstat, it is easily fixed by the
attached patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages agedu depends on:
ii libc6 2.9-20 GNU C Library: Shared libraries
agedu recommends no packages.
agedu suggests no packages.
-- no debconf information
--- agedu-8442.orig/configure.ac
+++ agedu-8442/configure.ac
@@ -32,7 +32,7 @@
AC_FUNC_SELECT_ARGTYPES
AC_FUNC_STRFTIME
AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([ftruncate fdopendir inet_ntoa lstat64 memchr munmap select
socket strcasecmp strchr strcspn strerror strrchr strspn strtoul strtoull])
+AC_CHECK_FUNCS([ftruncate fdopendir inet_ntoa lstat64 stat64 memchr munmap
select socket strcasecmp strchr strcspn strerror strrchr strspn strtoul
strtoull])
AC_SEARCH_LIBS(connect, socket nsl)
# AC_SEARCH_LIBS(gethostbyname, socket nsl resolv)
--- End Message ---
--- Begin Message ---
Source: agedu
Source-Version: 8642-1
We believe that the bug you reported is fixed in the latest version of
agedu, which is due to be installed in the Debian FTP archive:
agedu_8642-1.diff.gz
to pool/main/a/agedu/agedu_8642-1.diff.gz
agedu_8642-1.dsc
to pool/main/a/agedu/agedu_8642-1.dsc
agedu_8642-1_i386.deb
to pool/main/a/agedu/agedu_8642-1_i386.deb
agedu_8642.orig.tar.gz
to pool/main/a/agedu/agedu_8642.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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexander Prinsier <[email protected]> (supplier of updated agedu 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: Mon, 14 Sep 2009 16:03:20 +0200
Source: agedu
Binary: agedu
Architecture: source i386
Version: 8642-1
Distribution: unstable
Urgency: low
Maintainer: Alexander Prinsier <[email protected]>
Changed-By: Alexander Prinsier <[email protected]>
Description:
agedu - a Unix utility for tracking down wasted disk space
Closes: 537127
Changes:
agedu (8642-1) unstable; urgency=low
.
* Updated to upstream revision 8642
* Handle >4GB files (Closes: #537127)
* Updated the Standards-Version to 3.8.3
* Fixed the watch file
Checksums-Sha1:
11139581b5e7e7d5a9177a71ebf81712940287ab 1027 agedu_8642-1.dsc
295fd1613e2c30da231d01469a760daa4fa30057 127610 agedu_8642.orig.tar.gz
0d7c48cf1cae030b31a2192ce76360b6dd2e6bbe 5292 agedu_8642-1.diff.gz
ebe702576f032ee76406b729a2b6a940ce460c4d 41350 agedu_8642-1_i386.deb
Checksums-Sha256:
5ddeb0bf7eb9991a26400c297e3acf262ae828a7fe8a68c8f6361ac1be3a6c65 1027
agedu_8642-1.dsc
61cec22dfb5cb1e216420fd75de9d88168a7bf20a5370da4f3df069cd07f7d60 127610
agedu_8642.orig.tar.gz
022e0a1256c9f7bcd6ed98f21d5beb2a62f80a87bbbb74321ca8533c845928e1 5292
agedu_8642-1.diff.gz
d3168851e5e620e3a7680d4f9c87a5cd53190734975d0aa2cf100d5c9926c52d 41350
agedu_8642-1_i386.deb
Files:
25b2faa93b1030dfef8689ba2d947212 1027 utils optional agedu_8642-1.dsc
375e97afe29723d7b7b84f3fde24f37d 127610 utils optional agedu_8642.orig.tar.gz
d5021888a23e383b8933fcb8dd13ccdf 5292 utils optional agedu_8642-1.diff.gz
3c89877b64660d7b9cb1c18dc28f023c 41350 utils optional agedu_8642-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqufcIACgkQj2OPlhswRc5N0QCg4hnUlVj2PHOiOW/og4x8K5NB
5zMAoOICsuRKQYgkaKLw5C83vzMIB6km
=DVMO
-----END PGP SIGNATURE-----
--- End Message ---