Your message dated Mon, 25 Apr 2005 08:17:03 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#277805: fixed in icom 20020923-3
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; 22 Oct 2004 15:13:49 +0000
>From [EMAIL PROTECTED] Fri Oct 22 08:13:49 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c147026.adsl.hansenet.de (localhost.localdomain) [213.39.147.26]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CL16z-0001Im-00; Fri, 22 Oct 2004 08:13:49 -0700
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CL197-00005u-5m; Fri, 22 Oct 2004 17:16:01 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: icom: FTBFS with gcc-3.4: '#include <errno.h> missing'
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 22 Oct 2004 17:16:01 +0200
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(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_2004_03_25
X-Spam-Level:
Package: icom
Severity: normal
Tags: patch
When building 'icom' with gcc-3.4 I get the following error:
make[1]: Entering directory `/icom-20020923'
gcc -O -I../include -c -o icom.o icom.c
gcc -O -I../include -c -o radio.o radio.c
gcc -O -I../include -c -o packet.o packet.c
gcc -O -I../include -c -o tables.o tables.c
gcc -O -o icom icom.o radio.o packet.o tables.o -lm
collect2: ld terminated with signal 11 [Segmentation fault]
icom.o(.text+0x4cd): In function `main':
: warning: the `gets' function is dangerous and should not be used.
/usr/bin/ld: BFD 2.15 assertion fail ../../bfd/elflink.c:6081
make[1]: *** [icom] Error 1
make[1]: Leaving directory `/icom-20020923'
make: *** [build] Error 2
With the attached patch 'icom' can be compiled using gcc-3.4.
Regards
Andreas Jochens
diff -urN ../tmp-orig/icom-20020923/icom.c ./icom.c
--- ../tmp-orig/icom-20020923/icom.c 2004-10-22 15:12:30.502704040 +0000
+++ ./icom.c 2004-10-22 15:12:16.869776560 +0000
@@ -9,6 +9,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <termios.h>
+#include <errno.h>
#endif /* MSDOS */
#ifdef AUDIO /* include for Sun audio */
#include <sys/audioio.h>
---------------------------------------
Received: (at 277805-close) by bugs.debian.org; 25 Apr 2005 12:24:15 +0000
>From [EMAIL PROTECTED] Mon Apr 25 05:24:14 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 1DQ2dK-00015A-00; Mon, 25 Apr 2005 05:24:14 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DQ2WN-00035i-00; Mon, 25 Apr 2005 08:17:03 -0400
From: Hamish Moffatt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#277805: fixed in icom 20020923-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 25 Apr 2005 08:17:03 -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:
Source: icom
Source-Version: 20020923-3
We believe that the bug you reported is fixed in the latest version of
icom, which is due to be installed in the Debian FTP archive:
icom_20020923-3.diff.gz
to pool/main/i/icom/icom_20020923-3.diff.gz
icom_20020923-3.dsc
to pool/main/i/icom/icom_20020923-3.dsc
icom_20020923-3_i386.deb
to pool/main/i/icom/icom_20020923-3_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.
Hamish Moffatt <[EMAIL PROTECTED]> (supplier of updated icom 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: Mon, 25 Apr 2005 21:56:51 +1000
Source: icom
Binary: icom
Architecture: source i386
Version: 20020923-3
Distribution: unstable
Urgency: medium
Maintainer: Hamish Moffatt <[EMAIL PROTECTED]>
Changed-By: Hamish Moffatt <[EMAIL PROTECTED]>
Description:
icom - Software control for ICOM radios
Closes: 277805
Changes:
icom (20020923-3) unstable; urgency=medium
.
* Modified icom.c to include <errno.h>. Fixes FTBFS on
amd64 (closes: #277805). Thanks to Andreas Jochens for the patch.
* Upgraded to debhelper 4
* Upgraded to standards-revision 3.6.1 (was 3.5.7)
Files:
ac58e570cccdb28b36abd07aef1dbe5c 674 hamradio extra icom_20020923-3.dsc
aab03bb14464341ceec9435b8d004111 13124 hamradio extra icom_20020923-3.diff.gz
8c06e6b91f45ecb2f02fe3d8f47f869d 119058 hamradio extra icom_20020923-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iQCVAwUBQmzbTtiYIdPvprnVAQJt/wP+LwaknLOLDR/lufB5xNQ7ZZ5NkIQoftFt
GJkxVmE+VBjhoJEAqQ667K0qca/3nmdsOZzpXG7iVJ54IpxZE6Ej4ThwR1WYKA2O
Za1s5OTu2cH68vWV++KASBedxOYk97W/8auKyosgXMZB50f711En7gFu36SEOMYa
26qRslKOvmk=
=fQZz
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]