Your message dated Wed, 25 May 2005 08:17:18 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287384: fixed in libdebian-installer 0.30
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; 27 Dec 2004 13:17:05 +0000
>From [EMAIL PROTECTED] Mon Dec 27 05:17:05 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c156115.adsl.hansenet.de (localhost.localdomain) 
[213.39.156.115] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CiukC-0002an-00; Mon, 27 Dec 2004 05:17:04 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CiupJ-0005Ya-9y; Mon, 27 Dec 2004 14:22:21 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: libdebian-installer: FTBFS (amd64/gcc-4.0): 
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 27 Dec 2004 14:22:21 +0100
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: libdebian-installer
Severity: normal
Tags: patch

When building 'libdebian-installer' on amd64 with gcc-4.0,
I get the following error:

 x86_64-linux-gcc -DHAVE_CONFIG_H -I. -I../../src -I.. 
-I../include/debian-installer -I../../include -Wall -W -Werror -gstabs 
-Wmissing-declarations -Os -fomit-frame-pointer -MT log.lo -MD -MP -MF 
.deps/log.Tpo -c ../../src/log.c  -fPIC -DPIC -o .libs/log.o
cc1: warnings being treated as errors
../../src/log.c: In function 'di_vlog':
../../src/log.c:225: warning: 'user_data' may be used uninitialized in this 
function
make[4]: *** [log.lo] Error 1
make[4]: Leaving directory `/libdebian-installer-0.29/build/src'

With the attached patch 'libdebian-installer' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libdebian-installer-0.29/src/log.c ./src/log.c
--- ../tmp-orig/libdebian-installer-0.29/src/log.c      2004-03-22 
17:37:05.000000000 +0100
+++ ./src/log.c 2004-12-27 14:03:17.668273024 +0100
@@ -222,7 +222,7 @@
   char buf[1024];
   int fatal = log_level & DI_LOG_FATAL_MASK;
   di_log_handler *log_func;
-  void *user_data;
+  void *user_data=0;
 
   vsnprintf (buf, sizeof (buf), format, args);
 

---------------------------------------
Received: (at 287384-close) by bugs.debian.org; 25 May 2005 12:21:24 +0000
>From [EMAIL PROTECTED] Wed May 25 05:21:24 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 1Daut2-0005Ok-00; Wed, 25 May 2005 05:21:24 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Daup4-0003iJ-00; Wed, 25 May 2005 08:17:18 -0400
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#287384: fixed in libdebian-installer 0.30
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 25 May 2005 08:17:18 -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: libdebian-installer
Source-Version: 0.30

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

libdebian-installer-extra4-udeb_0.30_powerpc.udeb
  to 
pool/main/libd/libdebian-installer/libdebian-installer-extra4-udeb_0.30_powerpc.udeb
libdebian-installer-extra4_0.30_powerpc.deb
  to 
pool/main/libd/libdebian-installer/libdebian-installer-extra4_0.30_powerpc.deb
libdebian-installer4-dev_0.30_powerpc.deb
  to 
pool/main/libd/libdebian-installer/libdebian-installer4-dev_0.30_powerpc.deb
libdebian-installer4-udeb_0.30_powerpc.udeb
  to 
pool/main/libd/libdebian-installer/libdebian-installer4-udeb_0.30_powerpc.udeb
libdebian-installer4_0.30_powerpc.deb
  to pool/main/libd/libdebian-installer/libdebian-installer4_0.30_powerpc.deb
libdebian-installer_0.30.dsc
  to pool/main/libd/libdebian-installer/libdebian-installer_0.30.dsc
libdebian-installer_0.30.tar.gz
  to pool/main/libd/libdebian-installer/libdebian-installer_0.30.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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated libdebian-installer 
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: Wed, 25 May 2005 12:49:09 +0100
Source: libdebian-installer
Binary: libdebian-installer4 libdebian-installer-extra4 
libdebian-installer4-udeb libdebian-installer-extra4-udeb 
libdebian-installer4-dev
Architecture: source powerpc
Version: 0.30
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <[email protected]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 libdebian-installer-extra4 - Library of some extra debian-installer functions
 libdebian-installer-extra4-udeb - Library of some extra debian-installer 
functions (udeb)
 libdebian-installer4 - Library of common debian-installer functions
 libdebian-installer4-dev - Library of common debian-installer functions
 libdebian-installer4-udeb - Library of common debian-installer functions (udeb)
Closes: 258176 287384
Changes: 
 libdebian-installer (0.30) unstable; urgency=low
 .
   * Bastian Blank
     - Bump shared library revision to 4.
     - Deprecate di_prebaseconfig_append and di_system_prebaseconfig_append.
     - Add di_exec_path(_full) (execvp wrapper).
   * Joey Hess
     - Patch log.c to build under gcc 4.0. Closes: #287384
   * Colin Watson
     - doxygen doesn't work yet on the Hurd, so avoid building documentation
       there.
     - Add myself to Uploaders.
   * Matt Zimmerman
     - Add devfs-mapping support for UML ubd devices (closes: #258176).
Files: 
 ce6fc970ee9bbeb8eeca78f3a4aa9df4 811 libs optional libdebian-installer_0.30.dsc
 9887408baeae952100ec130e9ca4ad6e 354270 libs optional 
libdebian-installer_0.30.tar.gz
 541559aba17e96c54a6b7b2bf9fa1f03 22722 libs optional 
libdebian-installer4_0.30_powerpc.deb
 7e52b605e490a36d673c8845bd4f0981 112706 libdevel optional 
libdebian-installer4-dev_0.30_powerpc.deb
 efe3ceab486d51d90eb2f08183978b81 17816 debian-installer optional 
libdebian-installer4-udeb_0.30_powerpc.udeb
 e2556a934ae2d92776cb43e259114d81 8442 libs optional 
libdebian-installer-extra4_0.30_powerpc.deb
 45e724e3621e8294c1ccdd7457f11223 3784 debian-installer optional 
libdebian-installer-extra4-udeb_0.30_powerpc.udeb

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

iD8DBQFClGoO9t0zAhD6TNERAsEKAJ9AKdjsHHy0I4ea2cLT8+VmeTrxbwCfb138
vTFdOxo3EHi8lfW7IBkVKEo=
=4U8O
-----END PGP SIGNATURE-----


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

Reply via email to