Mon serveur YunoHost
**Matériel: Raspberry Pi 4
Version de YunoHost: 4.4.3
J’ai accès à mon serveur : En SSH + Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : oui
Si oui, expliquer: Migration vers Bullseye
Bonjour à tous,
Comme certains dans ce forum (Migration to 11 won't start : "libc6-dev : Breaks: libgcc-8-dev"), je n’arrive pas à faire la migration vers bullseye (oui, j’ai trainé )
Voici la log complète de mon erreur : https://paste.yunohost.org/raw/ininujewey
J’ai essayé d’appliquer les conseils déjà prodigués sur le forum, sans grand succès :
dpkg -s $(dpkg --list | grep ynh-deps | awk ‘{print $2}’) | grep ‘Package:|Depends:’ | grep ‘build|gcc|g++’ -B1
Retourne :
Package: jellyfin-ynh-deps
Depends: libass9, libbluray2, libc6, libdrm2, libfontconfig1, libfreetype6, libfribidi0, libgcc1, libgmp10, libgnutls30, libllvm11, libmp3lame0, libopus0, libstdc++6, libtheora0, libvdpau1, libvorbis0a, libvorbisenc2, libwebp6, libwebpmux3, libx11-6, libxcb-randr0, libzvbi0, zlib1g, libvpx5, libx264-155, libx265-165, at, libsqlite3-0, libssl1.1, jellyfin-web (= 10.8.5-1), jellyfin-ffmpeg5 (= 5.1.1-2-buster), jellyfin-server (= 10.8.5-1)
apt policy libgcc-8-dev
Retourne :
libgcc-8-dev:
Installed: 8.3.0-6+rpi1
Candidate: 8.4.0-7+rpi1
Version table:
8.4.0-7+rpi1 500
500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
*** 8.3.0-6+rpi1 100
100 /var/lib/dpkg/status
apt policy gcc-8-base
Retourne :
gcc-8-base:
Installed: 8.3.0-6+rpi1
Candidate: 8.4.0-7+rpi1
Version table:
8.4.0-7+rpi1 500
500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
*** 8.3.0-6+rpi1 100
100 /var/lib/dpkg/status
Et LC_ALL=C DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none sudo apt install --quiet -o=Dpkg::Use-Pty=0 --fix-broken --assume-yes gcc-8- libgcc-8-dev- debhelper dh-autoreconf
Retourne :
Reading package lists...
Building dependency tree...
Reading state information...
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:
The following packages have unmet dependencies:
dh-autoreconf : Depends: libtool (>= 2.4.2) but it is not going to be installed
guacamole-ynh-deps : Depends: libjpeg62-turbo-dev but it is not going to be installed
Depends: libpng-dev but it is not going to be installed
Depends: libtool-bin but it is not going to be installed
Depends: libpango1.0-dev but it is not going to be installed
Depends: libssh2-1-dev but it is not going to be installed
Depends: libvncserver-dev but it is not going to be installed
Depends: libwebsockets-dev but it is not going to be installed
Depends: libpulse-dev but it is not going to be installed
homeassistant-ynh-deps : Depends: python3-dev but it is not going to be installed
Depends: libjpeg-dev
Depends: zlib1g-dev but it is not going to be installed
Depends: libmariadb-dev but it is not going to be installed
Depends: libmariadb-dev-compat but it is not going to be installed
Depends: rustc
jupyterlab-ynh-deps : Depends: python3-dev but it is not going to be installed
Depends: libzmq3-dev but it is not going to be installed
libgirepository-1.0-1 : Breaks: python3-gi (< 3.34.0-4~) but 3.30.4-1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Merci d’avance pour votre aide, et j’en profite pour vous remercie pour Yunohost, que j’utilise avec beaucoup de plaisir depuis quelques années !