Your message dated Fri, 01 Jun 2012 07:19:42 +0000
with message-id <e1sam98-00070z...@franck.debian.org>
and subject line Bug#621460: fixed in subversion 1.6.17dfsg-3.1
has caused the Debian Bug report #621460,
regarding Still uses libdb4.8
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
621460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621460
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: subversion
Version: 1.6.16dfsg-1
Severity: normal
User: pkg-db-de...@lists.alioth.debian.org
Usertags: db5.1
Your package currently still uses Berkeley DB version 4.8 (libdb4.8).
However, there is a newer Berkeley DB version in the archive (libdb5.1),
with a compatible API. Berkeley DB version 4.8 will be eventually
removed from unstable in favor of version 5.1.
Please port your package to libdb5.1 as soon as possible. In most cases
only change required is to update build depends from libdb4.8-dev
to libdb-dev, or just recompile the package.
More complicated scenarios:
- Package does check for DB_VERSION_MAJOR == 4 - this should be updated
to (DB_VERSION_MAJOR > 4) || ((DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >=
XX)).
- Configure checks - sometime there is a list of db-4.8 db-4.6 db-4.2, etc.,
this
needs to be updated to just db (or db-5.1 db-5 db), or at least list the 'db'
in the front
You can see example patch in cyrus-imapd-2.2:
http://git.debian.org/?p=pkg-cyrus-imapd/cyrus-imapd-2.2.git;a=blob;f=debian/patches/99-berkelydb-5.1.dpatch;hb=HEAD
- The packages which use Berkeley DB transactional mode need to upgrade
the database files before the upgrade. This is fairly straightforward
and is well documented on the Berkeley DB website. But you probably
already know that because it's not the first Berkeley DB transition.
The example script can be found in the cyrus-imapd-2.4 (not yet released):
http://git.debian.org/?p=pkg-cyrus-imapd/cyrus-imapd-2.4.git;a=blob;f=debian/cyrus-upgrade-db;hb=HEAD
Thanks,
--
Ondřej Surý <ond...@debian.org>
-- System Information:
Debian Release: squeeze/sid
APT prefers maverick-updates
APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500,
'maverick-proposed'), (500, 'maverick-backports'), (500, 'maverick')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.35-28-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: subversion
Source-Version: 1.6.17dfsg-3.1
We believe that the bug you reported is fixed in the latest version of
subversion, which is due to be installed in the Debian FTP archive:
libapache2-svn_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/libapache2-svn_1.6.17dfsg-3.1_amd64.deb
libsvn-dev_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/libsvn-dev_1.6.17dfsg-3.1_amd64.deb
libsvn-doc_1.6.17dfsg-3.1_all.deb
to main/s/subversion/libsvn-doc_1.6.17dfsg-3.1_all.deb
libsvn-java_1.6.17dfsg-3.1_all.deb
to main/s/subversion/libsvn-java_1.6.17dfsg-3.1_all.deb
libsvn-jni_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/libsvn-jni_1.6.17dfsg-3.1_amd64.deb
libsvn-perl_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/libsvn-perl_1.6.17dfsg-3.1_amd64.deb
libsvn-ruby1.8_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/libsvn-ruby1.8_1.6.17dfsg-3.1_amd64.deb
libsvn-ruby_1.6.17dfsg-3.1_all.deb
to main/s/subversion/libsvn-ruby_1.6.17dfsg-3.1_all.deb
libsvn1_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/libsvn1_1.6.17dfsg-3.1_amd64.deb
python-subversion_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/python-subversion_1.6.17dfsg-3.1_amd64.deb
subversion-tools_1.6.17dfsg-3.1_all.deb
to main/s/subversion/subversion-tools_1.6.17dfsg-3.1_all.deb
subversion_1.6.17dfsg-3.1.diff.gz
to main/s/subversion/subversion_1.6.17dfsg-3.1.diff.gz
subversion_1.6.17dfsg-3.1.dsc
to main/s/subversion/subversion_1.6.17dfsg-3.1.dsc
subversion_1.6.17dfsg-3.1_amd64.deb
to main/s/subversion/subversion_1.6.17dfsg-3.1_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 621...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ondřej Surý <ond...@debian.org> (supplier of updated subversion 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 29 May 2012 15:49:32 +0200
Source: subversion
Binary: subversion libsvn1 libsvn-dev libsvn-doc libapache2-svn
python-subversion subversion-tools libsvn-jni libsvn-java libsvn-perl
libsvn-ruby1.8 libsvn-ruby
Architecture: source all amd64
Version: 1.6.17dfsg-3.1
Distribution: unstable
Urgency: low
Maintainer: Peter Samuelson <pe...@p12n.org>
Changed-By: Ondřej Surý <ond...@debian.org>
Description:
libapache2-svn - Subversion server modules for Apache
libsvn-dev - Development files for Subversion libraries
libsvn-doc - Developer documentation for libsvn
libsvn-java - Java bindings for Subversion
libsvn-jni - Java native interface bindings for Subversion
libsvn-perl - Perl bindings for Subversion
libsvn-ruby - Ruby bindings for Subversion (dummy package)
libsvn-ruby1.8 - Ruby bindings for Subversion
libsvn1 - Shared libraries used by Subversion
python-subversion - Python bindings for Subversion
subversion - Advanced version control system
subversion-tools - Assorted tools related to Subversion
Closes: 621460 624810 629952 669494 670034
Changes:
subversion (1.6.17dfsg-3.1) unstable; urgency=low
.
* Non-maintainer upload
* Disable test-suite which was broken by apr 1.4.6 update (Closes: #669494)
* Also rescue on Errno::EINVAL (Closes: #624810, #629952)
* Split libsvn-java to libsvn-java and libsvn-jni (Closes: #670034)
* Depend on generic libdb-dev and db-util (Closes: #621460)
* Install java files prior to dh_install -i call
* Declare proper relationships between -jni and -java packages
Checksums-Sha1:
b741a5119ce4f2e43cc9c0430545d55e806aad37 2352 subversion_1.6.17dfsg-3.1.dsc
28c520f1bcda99df5f705a9b6c790cfc1fd5d775 106881
subversion_1.6.17dfsg-3.1.diff.gz
995a678b6656e447cef3437413742981a3dddfcd 2079854
libsvn-doc_1.6.17dfsg-3.1_all.deb
8100330be6da9433a36b849282f72da44b88708c 221490
subversion-tools_1.6.17dfsg-3.1_all.deb
4b80b89c0baa7568ec959c94ac86504e04a14a38 210936
libsvn-java_1.6.17dfsg-3.1_all.deb
1ff8a7fe37b3d5448883ee7f8ae077ea97cfb0c6 762 libsvn-ruby_1.6.17dfsg-3.1_all.deb
79be13ad6161f2de173bdd5eb2054f366a3e4e89 1318218
subversion_1.6.17dfsg-3.1_amd64.deb
31b2a18b7d6758f9b41e079abc4b3659486ee10e 1001166
libsvn1_1.6.17dfsg-3.1_amd64.deb
8d700dcd5a9498d3f5566c50c12e94df81d6a257 1504288
libsvn-dev_1.6.17dfsg-3.1_amd64.deb
a525e91156e38d2ed10540fe306f9c596988deeb 173008
libapache2-svn_1.6.17dfsg-3.1_amd64.deb
6998d5a8320c57fa02d002af36fe8347c27b078d 1340762
python-subversion_1.6.17dfsg-3.1_amd64.deb
2179c4d02a04ed0564cfab04f9b3427f8f1fd8f9 192914
libsvn-jni_1.6.17dfsg-3.1_amd64.deb
fedc5f944eac3e0dab66a77bee997c1823026f16 1081228
libsvn-perl_1.6.17dfsg-3.1_amd64.deb
dbcf678db9d304f635c74d0191c60da66d0851a8 627152
libsvn-ruby1.8_1.6.17dfsg-3.1_amd64.deb
Checksums-Sha256:
a63d6756fa36fe23e62b2e4d49e9ee077b548fa4bdff3c7710d7a3d2348483cb 2352
subversion_1.6.17dfsg-3.1.dsc
78a39ca1c21a6a8b36b9073ca397d9026485dfcb4109fb7ec60bb724b85266eb 106881
subversion_1.6.17dfsg-3.1.diff.gz
f8b6265e389bab50fd81afb91f3628a2f033b7b5e62fe59273ffdac94946c481 2079854
libsvn-doc_1.6.17dfsg-3.1_all.deb
75b8a27f0217a0c573343b33110e35781e3233bbffac1412ab1cf02a9bff2cae 221490
subversion-tools_1.6.17dfsg-3.1_all.deb
2230f722917a1ecc986bd11978619e4006e43be53e3d67f866c31a19f2b96cb8 210936
libsvn-java_1.6.17dfsg-3.1_all.deb
274ab71a65abe07c57a77c319c0768466473637fb83a47fed91b7b74f5f2d175 762
libsvn-ruby_1.6.17dfsg-3.1_all.deb
ff76ff045776d0ea436d477d53752bd68347e77d09ee42e993aa6becc3918b7f 1318218
subversion_1.6.17dfsg-3.1_amd64.deb
9f55a686fbf70b71402c37097dfec1cc8021b1b0f1f53e06eb0e3f30b5262bea 1001166
libsvn1_1.6.17dfsg-3.1_amd64.deb
5e2ea8426e2370bf297d1fed3c93c88b905c96d93cbc11f992c9372970464e1b 1504288
libsvn-dev_1.6.17dfsg-3.1_amd64.deb
6e9fc7a606fca4848e7e50976f55bf1edf951fe22b4a7e07d4e9c2efb85c270f 173008
libapache2-svn_1.6.17dfsg-3.1_amd64.deb
0d7930345d85bba1341e84256fbcd535c8b3d2923644f10f6126f245abbefd08 1340762
python-subversion_1.6.17dfsg-3.1_amd64.deb
b5c6e4fd74a6c90f23257c18561b70b1e1efdccc29865b1556aea534d63dba83 192914
libsvn-jni_1.6.17dfsg-3.1_amd64.deb
cea36ab0c7442ffa971859e6266fed1b7a9d7d09f04ffa1708441fc0e1b5253c 1081228
libsvn-perl_1.6.17dfsg-3.1_amd64.deb
8c6db78e130b0bb08c35cf56b8477febbf06257cae9c707acea61071ff21a6fd 627152
libsvn-ruby1.8_1.6.17dfsg-3.1_amd64.deb
Files:
d088f9b99e4978955f23783146b21b4f 2352 vcs optional
subversion_1.6.17dfsg-3.1.dsc
a341e41ce8f41c2c4475fb9f9f29f573 106881 vcs optional
subversion_1.6.17dfsg-3.1.diff.gz
82c8ea6733f7c415eae0e30f2b499d0c 2079854 doc extra
libsvn-doc_1.6.17dfsg-3.1_all.deb
363f3f23a4f8c3035389648e4fe0e90d 221490 vcs extra
subversion-tools_1.6.17dfsg-3.1_all.deb
8b604aa77ce8ff6faa20d4ccacc3539a 210936 java optional
libsvn-java_1.6.17dfsg-3.1_all.deb
585dd1195a12f2e80d5c3ffe85dfb437 762 ruby optional
libsvn-ruby_1.6.17dfsg-3.1_all.deb
3f462556dc5b23f303ed7545365d36b3 1318218 vcs optional
subversion_1.6.17dfsg-3.1_amd64.deb
6ce74f275bad0a24e1e82cbcfca27e28 1001166 vcs optional
libsvn1_1.6.17dfsg-3.1_amd64.deb
f67a79a6fc98d6f737411e9cf4fd99bf 1504288 libdevel extra
libsvn-dev_1.6.17dfsg-3.1_amd64.deb
a1855e52b02491da650560c0a8b86be2 173008 httpd optional
libapache2-svn_1.6.17dfsg-3.1_amd64.deb
67b0215e57ad449a968274cc9d3043e0 1340762 python optional
python-subversion_1.6.17dfsg-3.1_amd64.deb
4d2ccdd75142cd3b1e4890e644ed04a7 192914 java optional
libsvn-jni_1.6.17dfsg-3.1_amd64.deb
cf7d5cea1fe8feb93c179f102a063f0a 1081228 perl optional
libsvn-perl_1.6.17dfsg-3.1_amd64.deb
e195faeeb387447e51ad5c1b218fab36 627152 ruby optional
libsvn-ruby1.8_1.6.17dfsg-3.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk/E2VsACgkQ9OZqfMIN8nNGrQCfV9Has1nYz/XRNbCE3oz54XFi
oQ4An3R8WiE9TLIZxOtqcbQG8O6vy62P
=Lf0Y
-----END PGP SIGNATURE-----
--- End Message ---