Your message dated Tue, 12 Jul 2005 12:47:04 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#289477: fixed in guile-db 0.1-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; 9 Jan 2005 12:38:05 +0000
>From [EMAIL PROTECTED] Sun Jan 09 04:38:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CncKb-0006Ti-00; Sun, 09 Jan 2005 04:38:05 -0800
Received: from c214218.adsl.hansenet.de (localhost.localdomain)
[213.39.214.218]
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CncKY-0007jO-00; Sun, 09 Jan 2005 05:38:02 -0700
Received: from aj by localhost.localdomain with local (Exim 4.34)
id 1CncQK-00015z-RS; Sun, 09 Jan 2005 13:44:00 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: guile-db: Please use a newer version of Berkeley DB
Message-Id: <[EMAIL PROTECTED]>
Date: Sun, 09 Jan 2005 13:44:00 +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: guile-db
Severity: wishlist
Tags: patch
The old 'libdb3-dev' has some problems on the amd64 and ppc64
architectures.
The attached patch changes the Makefile, debian/control and
the C source to use 'libdb4.3' instead of 'libdb3-dev'.
Regards
Andreas Jochens
diff -urN ../tmp-orig/guile-db-0.1/Makefile ./Makefile
--- ../tmp-orig/guile-db-0.1/Makefile 2005-01-09 13:35:39.317026376 +0100
+++ ./Makefile 2005-01-09 13:33:15.166940520 +0100
@@ -2,7 +2,7 @@
LDFLAGS = -Wl,-soname,libguiledb3.so $(shell guile-config link)
PKGDATADIR = $(DESTDIR)/$(shell guile-config info pkgdatadir)
LIBDIR = $(DESTDIR)/$(shell guile-config info libdir)
-LIBS = -ldb3
+LIBS = -ldb
VERSION_MAJOR = 0
VERSION = $(VERSION_MAJOR).0.0
diff -urN ../tmp-orig/guile-db-0.1/debian/control ./debian/control
--- ../tmp-orig/guile-db-0.1/debian/control 2005-01-09 13:35:39.319026072
+0100
+++ ./debian/control 2005-01-09 13:33:02.217909072 +0100
@@ -2,7 +2,7 @@
Section: interpreters
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), guile-1.6-dev, libdb3-dev
+Build-Depends: debhelper (>> 4.0.0), guile-1.6-dev, libdb4.3-dev
Standards-Version: 3.6.1.0
Package: guile-db
diff -urN ../tmp-orig/guile-db-0.1/libguiledb3.c ./libguiledb3.c
--- ../tmp-orig/guile-db-0.1/libguiledb3.c 2005-01-09 13:35:39.318026224
+0100
+++ ./libguiledb3.c 2005-01-09 13:35:30.858312296 +0100
@@ -38,11 +38,9 @@
return SCM_BOOL_F;
}
- db->set_malloc(db, db_malloc);
-
SCM_STRING_COERCE_0TERMINATION_X(filename);
- if (db->open(db, SCM_STRING_CHARS(filename), NULL,
+ if (db->open(db, NULL, SCM_STRING_CHARS(filename), NULL,
DB_BTREE, DB_CREATE | DB_THREAD, 0))
{
scm_misc_error("db-open", "db->open() failed =^|", SCM_EOL);
---------------------------------------
Received: (at 289477-close) by bugs.debian.org; 12 Jul 2005 16:52:46 +0000
>From [EMAIL PROTECTED] Tue Jul 12 09:52:46 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 1DsNzy-0001p7-00; Tue, 12 Jul 2005 09:52:46 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DsNuS-0002pi-00; Tue, 12 Jul 2005 12:47:04 -0400
From: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#289477: fixed in guile-db 0.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 12 Jul 2005 12:47:04 -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: guile-db
Source-Version: 0.1-3
We believe that the bug you reported is fixed in the latest version of
guile-db, which is due to be installed in the Debian FTP archive:
guile-db_0.1-3.diff.gz
to pool/main/g/guile-db/guile-db_0.1-3.diff.gz
guile-db_0.1-3.dsc
to pool/main/g/guile-db/guile-db_0.1-3.dsc
guile-db_0.1-3_i386.deb
to pool/main/g/guile-db/guile-db_0.1-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.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated guile-db
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 Jul 2005 18:26:50 +0200
Source: guile-db
Binary: guile-db
Architecture: source i386
Version: 0.1-3
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description:
guile-db - Berkeley DB module for Guile
Closes: 289477
Changes:
guile-db (0.1-3) unstable; urgency=low
.
* debian/control:
+ Set policy to 3.6.2.1.
+ Build against libdb4.3 instead of libdb3 (Closes: #289477).
Files:
fc076f0ccd70cb2de0ae91fe8e1a9ec5 603 interpreters optional guile-db_0.1-3.dsc
105155c2ca771d2aa60341ef8c987166 4086 interpreters optional
guile-db_0.1-3.diff.gz
b6604c89b2d810f64c08b9b780ca0777 6956 interpreters optional
guile-db_0.1-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC0/EffPP1rylJn2ERApViAJ9UvLE0rdJHlitkgIty+jW/Y72sZACfYga6
M0GTESVmkSFli/roDfxsUws=
=d4ge
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]