[Pkg-roundcube-maintainers] Bug#1037537: Upgrade To Bookworm Fails with Roundcube Update

Guilhem Moulin guilhem at debian.org
Wed Jun 14 12:18:56 BST 2023


On Tue, 13 Jun 2023 at 20:45:19 -0500, Bryan K. Walton wrote:
> Previous Roundcube version: 1.4.13+dfsg.1-1~deb11u1
> Previous Debian version: 11.7

Which DB backend are you using?  I'm unable to reproduce this in a
Bullseye (11.7) VM with roundcube-mysql (the default):

   ~# apt install -y default-mysql-server
   ~# apt install -y roundcube-core ## don't change pre-selected debconf values
   ## replace /etc/roundcube/config.inc.php with yours (except $config['des_key'])
   ~# sed -i s/bullseye/bookworm/ /etc/apt/sources.list
   ~# apt update
   ~# apt dist-upgrade

Works here, both when selecting “install the package maintainer's
version” or “keep the local version currently installed” for
/etc/roundcube/config.inc.php.  (In both cases, I answered “Yes” to
“Perform upgrade on database for roundcube with dbconfig-common?”.)

Does `apt install -f` fix the problem for you?  If not, you might want
to edit /var/lib/dpkg/info/roundcube-core.postinst and replace `set -e`
with `set -ex` to get a debug trace.

> $config['plugins'] = array(
> 'archive',
> 'twofactor_gauthenticator',
> 'carddav',
> 'chbox',
> );

AFAICT ‘twofactor_gauthenticator’, ‘carddav’ and ‘chbox’ don't come from
Debian.  Does it help to remove these 3 from the array?

-- 
Guilhem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-roundcube-maintainers/attachments/20230614/628ce500/attachment.sig>


More information about the Pkg-roundcube-maintainers mailing list