oerdnj / deb.sury.org

Public bugreports for anything ppa:ondrej/*
800 stars 26 forks source link

Cannot install xdebug on arm64 debian 11 #2122

Closed Adi-18 closed 2 months ago

Adi-18 commented 2 months ago

Frequently asked questions

Describe the bug I run apt-get install php-xdebug and get:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  php8.3-cli php8.3-common php8.3-opcache php8.3-phpdbg php8.3-readline php8.3-xdebug
Suggested packages:
  php-pear
The following NEW packages will be installed:
  php-xdebug php8.3-cli php8.3-common php8.3-opcache php8.3-phpdbg php8.3-readline php8.3-xdebug
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 5184 kB of archives.
After this operation, 24.7 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Err:1 https://packages.sury.org/php bullseye/main amd64 php8.3-common amd64 8.3.2-1+0~20240120.16+debian11~1.gbpb43448
  404  Not Found [IP: 89.187.165.194 443]
Err:2 https://packages.sury.org/php bullseye/main amd64 php8.3-opcache amd64 8.3.2-1+0~20240120.16+debian11~1.gbpb43448
  404  Not Found [IP: 89.187.165.194 443]
Err:3 https://packages.sury.org/php bullseye/main amd64 php8.3-readline amd64 8.3.2-1+0~20240120.16+debian11~1.gbpb43448
  404  Not Found [IP: 89.187.165.194 443]
Err:4 https://packages.sury.org/php bullseye/main amd64 php8.3-cli amd64 8.3.2-1+0~20240120.16+debian11~1.gbpb43448
  404  Not Found [IP: 89.187.165.194 443]
Err:5 https://packages.sury.org/php bullseye/main amd64 php8.3-phpdbg amd64 8.3.2-1+0~20240120.16+debian11~1.gbpb43448
  404  Not Found [IP: 89.187.165.194 443]
Err:6 https://packages.sury.org/php bullseye/main amd64 php8.3-xdebug amd64 3.3.1-2+0~20240213.59+debian11~1.gbp6c3556
  404  Not Found [IP: 89.187.165.194 443]
Err:7 https://packages.sury.org/php bullseye/main amd64 php-xdebug amd64 3.3.1-2+0~20240213.59+debian11~1.gbp6c3556
  404  Not Found [IP: 89.187.165.194 443]
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php8.3/php8.3-common_8.3.2-1%2b0%7e20240120.16%2bdebian11%7e1.gbpb43448_amd64.deb  404  Not Found [IP: 89.187.165.194 443]
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php8.3/php8.3-opcache_8.3.2-1%2b0%7e20240120.16%2bdebian11%7e1.gbpb43448_amd64.deb  404  Not Found [IP: 89.187.165.194 443]
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php8.3/php8.3-readline_8.3.2-1%2b0%7e20240120.16%2bdebian11%7e1.gbpb43448_amd64.deb  404  Not Found [IP: 89.187.165.194 443]
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php8.3/php8.3-cli_8.3.2-1%2b0%7e20240120.16%2bdebian11%7e1.gbpb43448_amd64.deb  404  Not Found [IP: 89.187.165.194 443]
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php8.3/php8.3-phpdbg_8.3.2-1%2b0%7e20240120.16%2bdebian11%7e1.gbpb43448_amd64.deb  404  Not Found [IP: 89.187.165.194 443]
E: Failed to fetch https://packages.sury.org/php/pool/main/x/xdebug/php8.3-xdebug_3.3.1-2%2b0%7e20240213.59%2bdebian11%7e1.gbp6c3556_amd64.deb  404  Not Found [IP: 89.187.165.194 443]
E: Failed to fetch https://packages.sury.org/php/pool/main/x/xdebug/php-xdebug_3.3.1-2%2b0%7e20240213.59%2bdebian11%7e1.gbp6c3556_amd64.deb  404  Not Found [IP: 89.187.165.194 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Distribution (please complete the following information): No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye

Package(s) (please complete the following information): apt-cache policy php-xdebug

php-xdebug:
  Installed: (none)
  Candidate: 3.3.1-2+0~20240213.59+debian11~1.gbp6c3556
  Version table:
     3.3.1-2+0~20240213.59+debian11~1.gbp6c3556 500
        500 https://packages.sury.org/php bullseye/main amd64 Packages
     3.0.2+2.9.8+2.8.1+2.5.5-2 500
        500 http://ftp.debian.org/debian bullseye/main amd64 Packages
Adi-18 commented 2 months ago

Ok problem was invalid: EXPKEYSIG B188E2B695BD4743 Solved with

  1. apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg
  2. apt-get update && apt-get upgrade