Your message dated Tue, 12 Apr 2005 08:17:08 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297549: fixed in atftp 0.7-7
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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Mar 2005 13:17:36 +0000
>From [EMAIL PROTECTED] Tue Mar 01 05:17:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c187024.adsl.hansenet.de (localhost.localdomain) [213.39.187.24]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D67Fn-0000NB-00; Tue, 01 Mar 2005 05:17:35 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1D68C7-0001cw-Pi; Tue, 01 Mar 2005 15:17:51 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: atftp: FTBFS (amd64/gcc-4.0): syntax error before '{' token
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 01 Mar 2005 15:17:51 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: atftp
Severity: normal
Tags: patch
When building 'atftp' on amd64 with gcc-4.0,
I get the following error:
if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -D_REENTRANT -O2 -MT tftp.o -MD
-MP -MF ".deps/tftp.Tpo" -c -o tftp.o tftp.c; \
then mv -f ".deps/tftp.Tpo" ".deps/tftp.Po"; else rm -f ".deps/tftp.Tpo"; exit
1; fi
In file included from tftp.c:43:
argz.h:184: error: syntax error before '{' token
argz.h:198: error: syntax error before '{' token
make[3]: *** [tftp.o] Error 1
make[3]: Leaving directory `/atftp-0.7'
With the attached patch 'atftp' can be compiled
on amd64 using gcc-4.0.
The patch also changes the Build-Depends from 'libreadline4-dev' to
'libreadline5-dev' in debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/atftp-0.7/argz.h ./argz.h
--- ../tmp-orig/atftp-0.7/argz.h 2003-01-21 02:38:35.000000000 +0100
+++ ./argz.h 2005-03-01 15:10:01.360503634 +0100
@@ -180,7 +180,7 @@
#ifdef __USE_EXTERN_INLINES
extern inline char *
__argz_next (__const char *__argz, size_t __argz_len,
- __const char *__entry) __THROW
+ __const char *__entry)
{
if (__entry)
{
@@ -194,7 +194,7 @@
}
extern inline char *
argz_next (__const char *__argz, size_t __argz_len,
- __const char *__entry) __THROW
+ __const char *__entry)
{
return __argz_next (__argz, __argz_len, __entry);
}
diff -urN ../tmp-orig/atftp-0.7/debian/control ./debian/control
--- ../tmp-orig/atftp-0.7/debian/control 2005-03-01 15:10:09.655902469
+0100
+++ ./debian/control 2005-03-01 15:09:00.599231680 +0100
@@ -2,7 +2,7 @@
Section: net
Priority: extra
Maintainer: Ludovic Drolez <[EMAIL PROTECTED]>
-Build-Depends: libreadline4-dev, debhelper (>= 4.1.16), po-debconf,
libwrap-dev, libpcre3-dev
+Build-Depends: libreadline5-dev, debhelper (>= 4.1.16), po-debconf,
libwrap-dev, libpcre3-dev
Standards-Version: 3.6.1
Package: atftp
---------------------------------------
Received: (at 297549-close) by bugs.debian.org; 12 Apr 2005 12:35:27 +0000
>From [EMAIL PROTECTED] Tue Apr 12 05:35:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DLKc2-0003wL-00; Tue, 12 Apr 2005 05:35:26 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DLKKK-0004yz-00; Tue, 12 Apr 2005 08:17:08 -0400
From: Ludovic Drolez <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297549: fixed in atftp 0.7-7
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Apr 2005 08:17:08 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
Source: atftp
Source-Version: 0.7-7
We believe that the bug you reported is fixed in the latest version of
atftp, which is due to be installed in the Debian FTP archive:
atftp_0.7-7.diff.gz
to pool/main/a/atftp/atftp_0.7-7.diff.gz
atftp_0.7-7.dsc
to pool/main/a/atftp/atftp_0.7-7.dsc
atftp_0.7-7_i386.deb
to pool/main/a/atftp/atftp_0.7-7_i386.deb
atftpd_0.7-7_i386.deb
to pool/main/a/atftp/atftpd_0.7-7_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.
Ludovic Drolez <[EMAIL PROTECTED]> (supplier of updated atftp 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, 12 Apr 2005 12:55:47 +0200
Source: atftp
Binary: atftpd atftp
Architecture: source i386
Version: 0.7-7
Distribution: unstable
Urgency: low
Maintainer: Ludovic Drolez <[EMAIL PROTECTED]>
Changed-By: Ludovic Drolez <[EMAIL PROTECTED]>
Description:
atftp - advanced TFTP client
atftpd - advanced TFTP server
Closes: 297038 297549 304280
Changes:
atftp (0.7-7) unstable; urgency=low
.
* Fixed a FTBFS on amd64. Closes: #297549
* Added Japanese and Brazilian debconf translations. Closes: #304280,#297038
Files:
0a2b6e067ab57a266a1d2fb870073e93 616 net extra atftp_0.7-7.dsc
03ccc8d178ee956feb46ab970e982e94 21416 net extra atftp_0.7-7.diff.gz
4acdfce33f3d335bccfef9f415a5407b 28054 net extra atftp_0.7-7_i386.deb
7f3c1181d1af6f2f5f8c7567940085f6 69616 net extra atftpd_0.7-7_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCW7nmsRlQAP1GppgRAt1GAJ48MekLnQDaC/3vCnYJ7Xad0Lst2QCfcM9C
5cqPyx2EIhS9bX15SfXCGAY=
=ueIV
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]