Your message dated Thu, 17 Nov 2005 11:32:05 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#319561: fixed in etherboot 5.4.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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Jul 2005 02:09:02 +0000
>From [EMAIL PROTECTED] Fri Jul 22 19:09:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1Dw9Rm-0000PX-00; Fri, 22 Jul 2005 19:09:02 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6N291Mh034191
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Fri, 22 Jul 2005 19:09:02 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1Dw3jz-0001AA-LX
        for [EMAIL PROTECTED]; Fri, 22 Jul 2005 13:03:27 -0700
Date: Fri, 22 Jul 2005 13:03:27 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: GCC 4.0 incompatibilities
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="oC1+HKm2/end4ao3"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on 
zoot.lafn.org
X-Virus-Status: Clean
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-Level: 
X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--oC1+HKm2/end4ao3
Content-Type: multipart/mixed; boundary="TB36FDmn/VVEgNH/"
Content-Disposition: inline


--TB36FDmn/VVEgNH/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: etherboot
Version: 5.3.14-1
Severity: serious
Tags: patch

etherboot fails to build because it contains some code that GCC 4.0
treats as an error:

> gcc -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3D3 -DBOOT_FIRST=3DBOOT_NIC -DAL=
LOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=3D7 -DCONGESTED -DTAGGED_IMAGE -DELF_=
IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wa=
ll -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=3D=
i386 -falign-jumps=3D1 -falign-loops=3D1 -falign-functions=3D1 -mcpu=3Di386=
 -DVERSION_MAJOR=3D5 -DVERSION_MINOR=3D3 -DVERSION=3D\"5.3.14\"  -I include=
 -I arch/i386/include -DARCH=3Di386 -o bin/basemem.o -c arch/i386/firmware/=
pcbios/basemem.c
> `-mcpu=3D' is deprecated. Use `-mtune=3D' or '-march=3D' instead.
> arch/i386/firmware/pcbios/basemem.c:90: error: static declaration of '_al=
lot_base_memory' follows non-static declaration
> arch/i386/firmware/pcbios/basemem.c:19: error: previous declaration of '_=
allot_base_memory' was here
> arch/i386/firmware/pcbios/basemem.c:160: error: static declaration of '_f=
orget_base_memory' follows non-static declaration
> arch/i386/firmware/pcbios/basemem.c:20: error: previous declaration of '_=
forget_base_memory' was here
> arch/i386/firmware/pcbios/basemem.c:224: error: static declaration of 'fr=
ee_unused_base_memory' follows non-static declaration
> include/etherboot.h:317: error: previous declaration of 'free_unused_base=
_memory' was here

The attached patch fixes these problems.

--=20
Matt

--TB36FDmn/VVEgNH/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

only in patch2:
unchanged:
--- etherboot-5.3.14.orig/src/arch/i386/firmware/pcbios/basemem.c
+++ etherboot-5.3.14/src/arch/i386/firmware/pcbios/basemem.c
@@ -16,8 +16,8 @@
 #define FREE_BASE_MEMORY ( (uint32_t) ( *fbms << 10 ) )
=20
 /* Prototypes */
-void * _allot_base_memory ( size_t size );
-void _forget_base_memory ( void *ptr, size_t size );
+static void * _allot_base_memory ( size_t size );
+static void _forget_base_memory ( void *ptr, size_t size );
=20
 typedef struct free_base_memory_block {
        uint32_t        magic;
@@ -221,7 +221,7 @@
  * entity (if we can detect that it has done so) so that we get the
  * chance to free up our own blocks.
  */
-static void free_unused_base_memory ( void ) {
+void free_unused_base_memory ( void ) {
        free_base_memory_block_t *free_block =3D NULL;
=20
        /* Try to release memory back to the BIOS.  Free all
only in patch2:
unchanged:
--- etherboot-5.3.14.orig/src/drivers/net/natsemi.c
+++ etherboot-5.3.14/src/drivers/net/natsemi.c
@@ -646,7 +646,7 @@
=20
     to =3D currticks() + TX_TIMEOUT;
=20
-    while ((((volatile u32) tx_status=3Dtxd.cmdsts) & OWN) && (currticks()=
 < to))
+    while (((tx_status=3Dtxd.cmdsts) & OWN) && (currticks() < to))
         /* wait */ ;
=20
     if (currticks() >=3D to) {
only in patch2:
unchanged:
--- etherboot-5.3.14.orig/src/drivers/net/sis900.c
+++ etherboot-5.3.14/src/drivers/net/sis900.c
@@ -1132,7 +1132,7 @@
=20
     to =3D currticks() + TX_TIMEOUT;
=20
-    while ((((volatile u32) tx_status=3Dtxd.cmdsts) & OWN) && (currticks()=
 < to))
+    while (((tx_status=3Dtxd.cmdsts) & OWN) && (currticks() < to))
         /* wait */ ;
=20
     if (currticks() >=3D to) {

--TB36FDmn/VVEgNH/--

--oC1+HKm2/end4ao3
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC4VEOfNdgYxVXvBARAmi2AJ972MQqZkEr0dj9s4G7J9QKA6sEOQCfdJ9K
QhLQe35F2ql7oW947k/zcUw=
=DPAw
-----END PGP SIGNATURE-----

--oC1+HKm2/end4ao3--

---------------------------------------
Received: (at 319561-close) by bugs.debian.org; 17 Nov 2005 19:41:25 +0000
>From [EMAIL PROTECTED] Thu Nov 17 11:41:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1EcpUL-0001Xk-Jx; Thu, 17 Nov 2005 11:32:05 -0800
From: RISKO Gergely <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#319561: fixed in etherboot 5.4.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 17 Nov 2005 11:32:05 -0800
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-Level: 
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-CrossAssassin-Score: 3

Source: etherboot
Source-Version: 5.4.1-1

We believe that the bug you reported is fixed in the latest version of
etherboot, which is due to be installed in the Debian FTP archive:

etherboot-doc_5.4.1-1_all.deb
  to pool/main/e/etherboot/etherboot-doc_5.4.1-1_all.deb
etherboot_5.4.1-1.diff.gz
  to pool/main/e/etherboot/etherboot_5.4.1-1.diff.gz
etherboot_5.4.1-1.dsc
  to pool/main/e/etherboot/etherboot_5.4.1-1.dsc
etherboot_5.4.1-1_i386.deb
  to pool/main/e/etherboot/etherboot_5.4.1-1_i386.deb
etherboot_5.4.1.orig.tar.gz
  to pool/main/e/etherboot/etherboot_5.4.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.
RISKO Gergely <[EMAIL PROTECTED]> (supplier of updated etherboot 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: Thu, 17 Nov 2005 20:06:07 +0100
Source: etherboot
Binary: etherboot etherboot-doc
Architecture: source i386 all
Version: 5.4.1-1
Distribution: unstable
Urgency: low
Maintainer: RISKO Gergely <[EMAIL PROTECTED]>
Changed-By: RISKO Gergely <[EMAIL PROTECTED]>
Description: 
 etherboot  - Bootstrapping for various network adapters
 etherboot-doc - Bootstrapping for various network adapters (documentation)
Closes: 265919 319561 325196 326869
Changes: 
 etherboot (5.4.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #325196)
   * amd64 support & gcc-4.0 fixes, 2nd try ;) (closes: #326869, #265919, 
#319561)
Files: 
 40ebc4ab2f971b88ae16a0dd57f511d0 636 admin optional etherboot_5.4.1-1.dsc
 7888efff15b41331ffb6de4871eb1581 1840394 admin optional 
etherboot_5.4.1.orig.tar.gz
 9267553eb6676cf54bbb0c234c232399 3102 admin optional etherboot_5.4.1-1.diff.gz
 2412401224b0aa2256a83675c128d65f 21668322 admin optional 
etherboot_5.4.1-1_i386.deb
 e2516291a5e893ca75f25c071d2b448b 713524 doc optional 
etherboot-doc_5.4.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDfNU/O0PrGO4KNccRAstoAKCl9MbLrFaUdG2+SGykywhpNvEq8wCaA0oD
w0IBsWghW9vE7VSJZEFxhwg=
=hG1G
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to