roundcube cannot run in Impish

Bug #1950326 reported by Gordon Lack
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
roundcube (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

/usr/share/roundcube/program/include/iniset.php starts with a test for:

if (PHP_VERSION_ID >= 80000)

and refuses to run if this is true.

The version of php shipped in Impish is 8.0, so this test fails and roundcube fails to start.

There is no earlier version of php available.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: roundcube 1.4.11+dfsg.1-4
ProcVersionSignature: Ubuntu 5.13.0-21.21-generic 5.13.18
Uname: Linux 5.13.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Tue Nov 9 14:10:37 2021
InstallationDate: Installed on 2020-05-08 (550 days ago)
InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
SourcePackage: roundcube
UpgradeStatus: Upgraded to impish on 2021-11-08 (0 days ago)

Revision history for this message
Gordon Lack (gordon-lack) wrote :
summary: - roundcube cannot run im Impish
+ roundcube cannot run in Impish
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in roundcube (Ubuntu):
status: New → Confirmed
Revision history for this message
Maddes (maddes.b) wrote (last edit ):

Roundcube has php 8 support since version 1.5
https://github.com/roundcube/roundcubemail/releases/tag/1.5.0

roundcube 1.5.0+dfsg.1-2 is available for next Jammy release, see https://bugs.launchpad.net/ubuntu/+source/roundcube
Can this be backported to Impish?

Revision history for this message
Gordon Lack (gordon-lack) wrote :

If it's any help I ended up using a download of the standard 1.5 on Impish. It needed:

    php-pear
    php-sqlite3
    php-json
    php-mbstring
    php-intl
    libapache2-mod-php
    sqlite3

from Impish. (I have a sqlite3 database).

Revision history for this message
Maddes (maddes.b) wrote :

My workaround is different:
* add jammy to /etc/apt/source.list
* add apt pinning via new file /etc/apt/preferences.d/ubuntu_apt-pinning.pref
Content:
Package: *
Pin: release o=Ubuntu,n=jammy
Pin-Priority: -1
* update indices: apt-get update
* force install of jammy package of roundcube: apt-get -t jammy install roundcube
* check config
* working fine for me (sqlite3 db)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.