Your message dated Mon, 30 Jul 2007 23:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#344710: fixed in gconf 1.0.9-7.4
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: gconf
Version: 1.0.9-7.1
Severity: important
Tags: patch

Hi,

your package failed to autobuild:

On Tue, Oct 25, 2005 at 07:29:01PM +0200, Debian autobuilder wrote:
Automatic build of gconf_1.0.9-7.1 on beethoven by sbuild/hurd-i386 69
Build started at 20051025-1922
******************************************************************************
[...]
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../gconf -I/usr/include/glib-1.2 
-I/usr/lib/glib/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I/usr/include/orbit-1.0 -I/usr/include/gnome-xml -DGCONF_ENABLE_INTERNALS=1 
-DG_LOG_DOMAIN=\"GConf-Backends\" -g -O2 -DGCONF2_DIR=\"/usr/lib/gconf2\" -Wall 
-DG_DISABLE_CHECKS=1 -DG_DISABLE_ASSERT=1 -Wp,-MD,.deps/bdb.pp -c bdb.c  -fPIC 
-DPIC -o .libs/bdb.lo
bdb.c: In function 'put_key':
bdb.c:565: warning: unused variable 'skeyp'
bdb.c: At top level:
bdb.c:625: warning: return type defaults to 'int'
bdb.c: In function 'bdb_all_entries':
bdb.c:646: error: 'MAXPATHLEN' undeclared (first use in this function)
bdb.c:646: error: (Each undeclared identifier is reported only once
bdb.c:646: error: for each function it appears in.)
bdb.c:646: warning: unused variable 'keybuf'
bdb.c: In function 'bdb_all_dirs_into_list_recursive':
bdb.c:769: error: 'MAXPATHLEN' undeclared (first use in this function)
bdb.c:769: warning: unused variable 'dirbuf'
bdb.c: In function 'bdb_query_value':
bdb.c:883: warning: unused variable 'schema_key'
bdb.c: In function 'bdb_remove_entries':
bdb.c:994: error: 'MAXPATHLEN' undeclared (first use in this function)
bdb.c:994: warning: unused variable 'dirbuf'
bdb.c: In function 'bdb_remove_dir':
bdb.c:1041: error: 'MAXPATHLEN' undeclared (first use in this function)
bdb.c:1041: warning: unused variable 'dirbuf'
bdb.c: In function 'bdb_set_schema':
bdb.c:1097: warning: unused variable 'localised_key'
make[3]: *** [bdb.lo] Error 1
make[3]: Leaving directory `/build/buildd/gconf-1.0.9/backends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/gconf-1.0.9'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/build/buildd/gconf-1.0.9'
make: *** [build-stamp] Error 2
******************************************************************************
Build finished at 20051025-1928
FAILED [dpkg-buildpackage died]

The full build log can be found here:
http://experimental.ftbfs.de/fetch.php?&pkg=gconf&ver=1.0.9-7.1&arch=hurd-i386&stamp=1134780128&file=log&as=raw

The attached patch fixes this problem, do you want me to NMU?


cheers,

Michael
--- gconf-1.0.9/backends/bdb.c.orig     2005-12-25 01:28:24.000000000 +0100
+++ gconf-1.0.9/backends/bdb.c  2005-12-25 01:28:47.000000000 +0100
@@ -34,6 +34,10 @@
 #include "dir-utils.h"
 #include "val-encode.h"
 
+#ifndef MAXPATHLEN
+#define MAXPATHLEN 4096
+#endif
+
 #define CLEAR_STRUCT(x) (memset(&x, 0, sizeof(x)))
 
 enum eDirectoryId

--- End Message ---
--- Begin Message ---
Source: gconf
Source-Version: 1.0.9-7.4

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

gconf_1.0.9-7.4.diff.gz
  to pool/main/g/gconf/gconf_1.0.9-7.4.diff.gz
gconf_1.0.9-7.4.dsc
  to pool/main/g/gconf/gconf_1.0.9-7.4.dsc
gconf_1.0.9-7.4_amd64.deb
  to pool/main/g/gconf/gconf_1.0.9-7.4_amd64.deb
libgconf-dev_1.0.9-7.4_amd64.deb
  to pool/main/g/gconf/libgconf-dev_1.0.9-7.4_amd64.deb
libgconf11_1.0.9-7.4_amd64.deb
  to pool/main/g/gconf/libgconf11_1.0.9-7.4_amd64.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.
Clint Adams <[EMAIL PROTECTED]> (supplier of updated gconf 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, 30 Jul 2007 19:32:43 -0400
Source: gconf
Binary: gconf libgconf-dev libgconf11
Architecture: source amd64
Version: 1.0.9-7.4
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME <[EMAIL PROTECTED]>
Changed-By: Clint Adams <[EMAIL PROTECTED]>
Description: 
 gconf      - GNOME configuration database system. (daemon and tools)
 libgconf-dev - GNOME configuration database system development files.
 libgconf11 - GNOME configuration database system libraries
Closes: 344710
Changes: 
 gconf (1.0.9-7.4) unstable; urgency=low
 .
   * NMU
   * Apply patch from Michael Banck to fix unconditional use of
     non-required system limit macros.  closes: #344710.
Files: 
 cfa805b9a3cfb859427e64b64d90d1ea 729 libs optional gconf_1.0.9-7.4.dsc
 b7525de645de61bd3ad94657cfb28fda 229577 libs optional gconf_1.0.9-7.4.diff.gz
 c1a25d003af9bbfdebee3e235bcc99b6 391198 admin optional 
gconf_1.0.9-7.4_amd64.deb
 2500edf49c4b6623d1da4fe162d9635d 108326 libs optional 
libgconf11_1.0.9-7.4_amd64.deb
 244a6814f5999c41603429aec3c9e28f 147910 devel optional 
libgconf-dev_1.0.9-7.4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian!

iD8DBQFGrnaW5m0u66uWM3ARAoccAJ9+fKMqphWTZ2tYLTgjbfEayzs0ewCeOPn9
rfdnutvhnm5MhJeMqKQiAaU=
=QUzn
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to