oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
821 stars 25 forks source link

php8.3-lz4 not available #2196

Open bobo333 opened 1 month ago

bobo333 commented 1 month ago

Frequently asked questions

Describe the bug php8.3-lz4 package is not available for debian bullseye

To Reproduce Steps to reproduce the behavior:

# apt-get install php8.3-lz4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package php8.3-lz4
E: Couldn't find any package by glob 'php8.3-lz4'
E: Couldn't find any package by regex 'php8.3-lz4'

Your understanding of what is happening The lz4 extension has either not been built, or not been published, for PHP 8.3. It is available for 8.2 and earlier versions.

# apt search php8.3-lz4
Sorting... Done
Full Text Search... Done

# apt search php8.2-lz4
Sorting... Done
Full Text Search... Done
php8.2-lz4/bullseye,bullseye 0.4.3-5+0~20230612.9+debian11~1.gbpe9959a amd64
  LZ4 Extension for PHP

What steps did you take to resolve issue yourself before reporting it here I searched for packages with a similar name, as well as the same package from a previous version of PHP, confirming that the package is not available for PHP 8.3. I also ensured I could install other PHP 8.3 packages, confirming it was not a configuration problem on my machine (ex: php8.3-cli)

Expected behavior The package php8.3-lz4 to be available for install

Distribution (please complete the following information):

Package(s) (please complete the following information): Output of apt-cache policy <package> works best.

The package doesn't exist for PHP 8.3 so this is the output:

# apt-cache policy php8.3-lz4
N: Unable to locate package php8.3-lz4
N: Couldn't find any package by glob 'php8.3-lz4'
N: Couldn't find any package by regex 'php8.3-lz4'

For the 8.2 version that does exist, here is the output:

# apt-cache policy php8.2-lz4
php8.2-lz4:
  Installed: (none)
  Candidate: 0.4.3-5+0~20230612.9+debian11~1.gbpe9959a
  Version table:
     0.4.3-5+0~20230612.9+debian11~1.gbpe9959a 500
        500 https://artifactory.intern.weebly.net/sq/artifactory/ecom-debian-weebly bullseye/main amd64 Packages
        500 https://artifactory.intern.weebly.net/sq/artifactory/debian-sury bullseye/main amd64 Packages

Additional context I saw mention of this package here and while one of the referenced packages (php8.3-libvirt) is now available, php8.3-lz4 is not.