Repository for Debian 13 "Trixie"

#21
One question for Bookworm updaters remain:

I saw that openlitespeed package itself stays on Bookworm version, is this correct?

apt-cache policy openlitespeed

openlitespeed:
Installed: 1.8.4-3+bookworm
Candidate: 1.8.4-3+bookworm
Version table:
*** 1.8.4-3+bookworm 100
100 /var/lib/dpkg/status

apt list -a openlitespeed

openlitespeed/now 1.8.4-3+bookworm amd64 [installed,local]
 

Cold-Egg

Administrator
#22
libc-client2007e is an unstable release. I will take a look.

OpenLiteSpeed package will be released after all PHP packages are completed. So, please do not uninstall or reinstall your current OLS :oops:
 
#24
@Cold-Egg
I just want to inform you about the following. Although not using lsphp83 (but I have it installed) because of lsphp84 I received updates today:

Code:
Upgrading:                   
  lsphp83-imap  lsphp83-mysql

Not upgrading:
  lsphp83

Summary:
  Upgrading: 2, Installing: 0, Removing: 0, Not Upgrading: 1
  Download size: 81.9 kB
  Space needed: 0 B / 47.8 GB available

Continue? [Y/n] y
Get:1 http://rpms.litespeedtech.com/debian trixie/main amd64 lsphp83-imap amd64 8.3.24-1+trixie [31.9 kB]
Get:2 http://rpms.litespeedtech.com/debian trixie/main amd64 lsphp83-mysql amd64 8.3.24-1+trixie [50.0 kB]
I justed wanted to have it up to date and tried update lsphp83 as well and run "apt list --upgradeable"
Output:

Code:
lsphp83/trixie 8.3.24-1+trixie amd64 [upgradable from: 8.3.24-1+bookworm]
But apt install lsphp83 gave the following error:

Code:
Solving dependencies... Error!

Some packages could not be installed. This may mean that you have requested an impossible
situation or if you are using the unstable distribution that some required packages have not yet
been created or been moved out of Incoming.

The following information may help to resolve the situation:

Unsatisfied dependencies:

lsphp83 : Depends: libxml2-16 (>= 2.14.1) but it is not installable

Error: Unable to correct problems, you have held broken packages.
Error: The following information from --solver 3.0 may provide additional context:

   Unable to satisfy dependencies. Reached two conflicting decisions:
   1. lsphp83:amd64=8.3.24-1+trixie is selected as an upgrade
   2. lsphp83:amd64=8.3.24-1+trixie Depends libxml2-16 (>= 2.14.1)
      but none of the choices are installable:
      [no choices]
 
Last edited:
#30
@Cold-Egg
Thanks but lsphp83 is still not updateable because https://rpms.litespeedtech.com/debian/dists/trixie/main/binary-amd64/ -> Packages
still claim libxml2-16 as dependencie which is not available in Trixie but libxml2 (without -16).
The dependencie needs to be changed.

The same problem exists by the way for lsphp82 and lsphp81 (which both I do not use or have it installed).
libxml2-16 is available in forky (testing) repo - I added it from there and installed lsphp83 without problems.
 
Top