Your message dated Sat, 07 Oct 2006 05:17:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#390989: fixed in adjtimex 1.21.1-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: adjtimex
Version: 1.21-1
Severity: serious
Tags: patch
Hello,
when building 'adjtimex' in a clean unstable chroot,
I get the following error:
# compile the package.
/usr/bin/make CFLAGS="-Wall -g -O2"
make[1]: Entering directory `/adjtimex-1.21'
cc -Wall -g -O2 -c mat.c
cc -Wall -g -O2 -I. -DVERSION=\"1.20\" -o adjtimex adjtimex.c \
mat.o -lm
adjtimex.c:46: error: expected declaration specifiers or '...' before 'adjtimex'
With the attached patch 'adjtimex' can be compiled on unstable.
Regards
Andreas Jochens
diff -urN ../tmp-orig/adjtimex-1.21/adjtimex.c ./adjtimex.c
--- ../tmp-orig/adjtimex-1.21/adjtimex.c 2006-05-27 23:29:59.000000000
+0000
+++ ./adjtimex.c 2006-10-04 09:11:48.000000000 +0000
@@ -37,15 +37,6 @@
#include <sys/ioctl.h>
#include <linux/rtc.h>
-#ifdef __alpha__
-extern int adjtimex(struct timex *);
-#else
-#ifdef __ia64__
-extern int adjtimex(struct timex *);
-#else
-_syscall1(int, adjtimex, struct timex *, txcp)
-#endif
-#endif
int F_print = 0;
#ifndef LOG_PATH
--- End Message ---
--- Begin Message ---
Source: adjtimex
Source-Version: 1.21.1-1
We believe that the bug you reported is fixed in the latest version of
adjtimex, which is due to be installed in the Debian FTP archive:
adjtimex_1.21.1-1.diff.gz
to pool/main/a/adjtimex/adjtimex_1.21.1-1.diff.gz
adjtimex_1.21.1-1.dsc
to pool/main/a/adjtimex/adjtimex_1.21.1-1.dsc
adjtimex_1.21.1-1_i386.deb
to pool/main/a/adjtimex/adjtimex_1.21.1-1_i386.deb
adjtimex_1.21.1.orig.tar.gz
to pool/main/a/adjtimex/adjtimex_1.21.1.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.
James R. Van Zandt <[EMAIL PROTECTED]> (supplier of updated adjtimex 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: Sat, 7 Oct 2006 08:04:52 -0400
Source: adjtimex
Binary: adjtimex
Architecture: source i386
Version: 1.21.1-1
Distribution: unstable
Urgency: low
Maintainer: James R. Van Zandt <[EMAIL PROTECTED]>
Changed-By: James R. Van Zandt <[EMAIL PROTECTED]>
Description:
adjtimex - Utility to display or set the kernel time variables
Closes: 390989
Changes:
adjtimex (1.21.1-1) unstable; urgency=low
.
* New upstream release.
.
* adjtimex.c: don't declare adjtimex syscall (should already be getting
the declaration from sys/timex.h) Thanks to Andreas Jochens
<[EMAIL PROTECTED]> (closes:#390989)
Files:
d69985cd95ef10c780d2161ca585d04c 696 admin optional adjtimex_1.21.1-1.dsc
b240e80394aca909428a1f097471e176 55405 admin optional
adjtimex_1.21.1.orig.tar.gz
f8700c83d9d61559fa20f9b8e53f4f7d 41944 admin optional adjtimex_1.21.1-1.diff.gz
e4a3034b0b6f7fabf4d848c29a8c1b6d 50988 admin optional
adjtimex_1.21.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iQCVAwUBRSeZdzHnPxTimJZtAQJEPgP/QClqq1Bep97qyU/8qr12y+rKI/se1YSw
DI/MgZuT8cVtbeug78UrsUzChhn4XtQXp4TyGn3UUY7nBEy58AxnekMGLrHLgT86
mU1u73W0k+akvbJ7InPjgHk2KjfC03I//7QUgrFLrWfrkrZR8MqzZZ6YEVPZAJW5
c5E3hAWE7Os=
=SpRr
-----END PGP SIGNATURE-----
--- End Message ---