La migration vers la version 4 a échoué

Mon serveur YunoHost

Matériel: HP Proliant à la maison
Version de YunoHost: 3.8.5.7
J’ai accès à mon serveur : En SSH | Par la webadmin | En direct avec un clavier/écran | …
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non
Si oui, expliquer:

Description du problème

Je viens de tenter la mise à jours vers la version 4 mais ça échoue à chaque tentative:

L’opération ‘Exécuter les migrations’ a échoué ! Pour obtenir de l’aide, merci de partager le journal de l’opération en cliquant ici

La migration 0015_migrate_to_buster a échoué avec l’exception Impossible de mettre à jour tous les paquets : annulation

**L’opération ‘Mettre à jour les paquets du système’ a échoué ! Pour obtenir de l’aide, merci de partager le journal de l’opération en [cliquant ici]

Voici le lien de mon log complet de mise à jour : https://paste.yunohost.org/raw/ihukawelus

Merci pour votre aide

Hello,

Je ne suis pas sûr de pouvoir beaucoup t’aider, vu que de mon côté je n’ai pas encore essayé la migration.

Dans tes logs, il y a :

2020-08-03 16:28:36,431: WARNING - E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Du coup, il y a peut-être des paquets qui sont retenus dans une ancienne version, ce qui empêche la mise à jour. Je dirais que la commande sudo apt-mark showhold pourrait donner quelques indices sur le soucis :slight_smile:

Voici la réponse à la commande que tu viens de me donner :

diaspora-ynh-deps
lstu-ynh-deps
lufi-ynh-deps
lutim-ynh-deps
mastodon-ynh-deps
moulinette
opensondage-ynh-deps
openssl
peertube-ynh-deps
ssowat
ttrss-ynh-deps
yunohost
yunohost-admin

Mais là je ne vois pas d’où vient le soucis

Le soucis semble plutôt venir de :

INFO - + The following packages have unmet dependencies:
INFO - +  dpkg-dev : Breaks: debhelper (< 10.10.1~) but 10.2.5 is to be installed

Du coup naivement j’aurais tendance à demander pourquoi ce paquet (dpkg-dev) est installé … Je doute qu’il soit moulte utile à moins que tu sois un développeur debian ?

Du coup je ferais un apt remove dpkg-dev … et voir si apt râle et s’apprête à déinstaller des choses importantes ou quoi

Bonjour

Je ne sais pas non plus ce que ce paquet fait là mais quand je tape la commande : sudo apt-get remove dpkg-dev j’ai la réponse suivante :

Reading package lists… Done
Building dependency tree
Reading state information… Done
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:
diaspora-ynh-deps : Depends: build-essential but it is not going to be installed
lstu-ynh-deps : Depends: build-essential but it is not going to be installed
lufi-ynh-deps : Depends: build-essential but it is not going to be installed
mastodon-ynh-deps : Depends: build-essential but it is not going to be installed
yunohost : Depends: equivs but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

J’ai tenté de faire un apt install build-essential qui a apparemment fonctionné mais la migration ne fonctionne toujours pas

Voici la fin du log :
2020-08-05 11:24:01,849: INFO - Mise à jour des paquets du système (non liés a YunoHost)…
2020-08-05 11:24:02,452: DEBUG - Running apt command :
DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt-get --fix-broken --show-upgraded --assume-yes --quiet -o=Dpkg::Use-Pty=0 -o Dpkg::Options::="–force-confold" -o Dpkg::Options::="–force-confmiss" -o Dpkg::Options::="–force-confdef" dist-upgrade
2020-08-05 11:24:02,576: INFO - + Reading package lists…
2020-08-05 11:24:02,879: INFO - + Building dependency tree…
2020-08-05 11:24:02,880: INFO - + Reading state information…
2020-08-05 11:24:03,281: INFO - + Calculating upgrade…
2020-08-05 11:24:03,282: INFO - + Some packages could not be installed. This may mean that you have
2020-08-05 11:24:03,283: INFO - + requested an impossible situation or if you are using the unstable
2020-08-05 11:24:03,283: INFO - + distribution that some required packages have not yet been created
2020-08-05 11:24:03,284: INFO - + or been moved out of Incoming.
2020-08-05 11:24:03,284: INFO - + The following information may help to resolve the situation:
2020-08-05 11:24:03,285: INFO - +
2020-08-05 11:24:03,285: INFO - + The following packages have unmet dependencies:
2020-08-05 11:24:03,486: INFO - + dpkg-dev : Breaks: debhelper (< 10.10.1~) but 10.2.5 is to be installed
2020-08-05 11:24:03,587: WARNING - E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
2020-08-05 11:24:04,070: WARNING - Impossible de mettre à jour les paquets suivants : adduser, apt, apt-listchanges,

Je tente un

DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt-get --fix-broken --show-upgraded --assume-yes --quiet -o=Dpkg::Use-Pty=0 -o Dpkg::Options::="–force-confold" -o Dpkg::Options::="–force-confmiss" -o Dpkg::Options::="–force-confdef" dist-upgrade

et j’ai le message suivant :

Reading package lists…
Building dependency tree…
Reading state information…
Calculating upgrade…
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:
dpkg-dev : Breaks: debhelper (< 10.10.1~) but 10.2.5 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Toujours dpkg-dev

Hmoké en fait ça a l’air normal d’avoir dpkg-dev (c’est une dépendance de build-essential)

Mais alors ptete que le probleme viens de debhelper …

Si tu fais apt remove debhelper, qu’est-ce que ça raconte ?

Voilà la réponse à la commande apt remove debhelper :

Reading package lists… Done
Building dependency tree
Reading state information… Done
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:
yunohost : Depends: equivs but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

Je viens de tenter à nouveau la migration à partir de l’interface Yunohost qui a bien évidement échoué et voilà le log :

2020-08-06 11:31:18,673: INFO - Exécution de la migration 0015_migrate_to_buster…
2020-08-06 11:31:18,690: INFO - Démarrage de la migration vers Buster
2020-08-06 11:31:19,400: INFO - Mise à jour du fichier sources.lists …
2020-08-06 11:31:19,452: INFO - Récupération des mises à jour disponibles pour les paquets du système…
2020-08-06 11:31:19,678: DEBUG - Hit:1 http://security.debian.org buster/updates InRelease
2020-08-06 11:31:19,679: DEBUG - Hit:2 http://forge.yunohost.org/debian buster InRelease
2020-08-06 11:31:19,679: DEBUG - Hit:3 http://ftp.debian.org/debian buster InRelease
2020-08-06 11:31:19,680: DEBUG - Hit:4 http://ftp.debian.org/debian buster-updates InRelease
2020-08-06 11:31:22,295: DEBUG - Reading package lists…
2020-08-06 11:31:22,809: DEBUG - Terminé
2020-08-06 11:31:24,109: INFO - Commencement de la mise à jour des paquets du système qui doivent être mis à jour séparément …
2020-08-06 11:31:24,229: INFO - Démarrage de la mise à niveau générale …
2020-08-06 11:31:26,023: INFO - Mise à jour des paquets en cours…
2020-08-06 11:31:26,109: INFO - Mise à jour des paquets du système (non liés a YunoHost)…
2020-08-06 11:31:26,701: DEBUG - Running apt command :
DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt-get --fix-broken --show-upgraded --assume-yes --quiet -o=Dpkg::Use-Pty=0 -o Dpkg::Options::="–force-confold" -o Dpkg::Options::="–force-confmiss" -o Dpkg::Options::="–force-confdef" dist-upgrade
2020-08-06 11:31:26,822: INFO - + Reading package lists…
2020-08-06 11:31:27,125: INFO - + Building dependency tree…
2020-08-06 11:31:27,126: INFO - + Reading state information…
2020-08-06 11:31:27,627: INFO - + Calculating upgrade…
2020-08-06 11:31:27,628: INFO - + Some packages could not be installed. This may mean that you have
2020-08-06 11:31:27,629: INFO - + requested an impossible situation or if you are using the unstable
2020-08-06 11:31:27,630: INFO - + distribution that some required packages have not yet been created
2020-08-06 11:31:27,630: INFO - + or been moved out of Incoming.
2020-08-06 11:31:27,631: INFO - + The following information may help to resolve the situation:
2020-08-06 11:31:27,631: INFO - +
2020-08-06 11:31:27,632: INFO - + The following packages have unmet dependencies:
2020-08-06 11:31:27,733: INFO - + dpkg-dev : Breaks: debhelper (< 10.10.1~) but 10.2.5 is to be installed
2020-08-06 11:31:27,834: WARNING - E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
2020-08-06 11:31:28,335: WARNING - Impossible de mettre à jour les paquets suivants : adduser, apt, apt-listchanges, apt-transport-https, apt-utils, autoconf, automake, autopoint, autotools-dev, avahi-daemon, base-files, base-passwd, bash, bash-completion, bind9-host, bind9utils, bison, blt, bsdmainutils, bsdutils, bzip2, bzip2-doc, ca-certificates, carton, cmake, cmake-data, coreutils, cpanminus, cpio, cron, curl, dash, dbus, debconf, debconf-i18n, debhelper, debian-archive-keyring, debian-faq, debianutils, dh-autoreconf, dh-python, dh-strip-nondeterminism, dialog, diffutils, dirmngr, distro-info-data, dmidecode, dmsetup, dns-root-data, dnsmasq, dnsmasq-base, dnsutils, dovecot-antispam, dovecot-core, dovecot-imapd, dovecot-ldap, dovecot-lmtpd, dovecot-managesieved, dovecot-sieve, dpkg, dpkg-dev, e2fslibs, e2fsprogs, equivs, fail2ban, fakeroot, ffmpeg, file, findutils, fontconfig, fontconfig-config, fonts-noto-mono, galera-3, gawk, geoip-database, gettext, gettext-base, ghostscript, gir1.2-freedesktop, gir1.2-gdkpixbuf-2.0, gir1.2-glib-2.0, gir1.2-rsvg-2.0, git, git-man, gnome-icon-theme, gnupg, gnupg-agent, gnupg1, gnupg1-l10n, gpgv, grep, groff-base, gsfonts, gtk-update-icon-cache, guile-2.0-libs, gzip, haveged, hicolor-icon-theme, hostname, i965-va-driver, ifupdown, imagemagick, imagemagick-6-common, imagemagick-6.q16, init, init-system-helpers, intltool-debian, iproute2, iptables, iputils-ping, isc-dhcp-client, isc-dhcp-common, iso-codes, jq, kmod, krb5-locales, ldap-utils, less, libaacs0, libacl1, libaec0, libaio1, libalgorithm-diff-perl, libalgorithm-diff-xs-perl, libapp-fatpacker-perl, libapparmor1, libapt-inst2.0, libapt-pkg5.0, libarchive-zip-perl, libarchive13, libarpack2, libasound2, libasound2-data, libasprintf0v5, libassuan0, libatk1.0-0, libatk1.0-data, libattr1, libaudio2, libaudit-common, libaudit1, libavahi-client3, libavahi-common-data, libavahi-common3, libavahi-core7, libavc1394-0, libb-hooks-endofscope-perl, libbdplus0, libbison-dev, libblas3, libblkid1, libbsd0, libbz2-1.0, libbz2-dev, libcaca0, libcairo-gobject2, libcairo-script-interpreter2, libcairo2, libcairo2-dev, libcap-ng0, libcap2, libcap2-bin, libcapture-tiny-perl, libcdt5, libcgi-fast-perl, libcgi-pm-perl, libcgraph6, libchromaprint1, libcilkrts5, libclass-c3-perl, libclass-c3-xs-perl, libclass-isa-perl, libclass-xsaccessor-perl, libcomerr2, libcommon-sense-perl, libconfig-inifiles-perl, libcpan-distnameinfo-perl, libcroco3, libcrystalhd3, libcups2, libcupsfilters1, libcupsimage2, libcurl3-gnutls, libcurl4-openssl-dev, libdaemon0, libdapclient6v5, libdapserver7v5, libdata-perl-perl, libdata-section-perl, libdatrie1, libdb5.3, libdbd-mysql-perl, libdbi-perl, libdbus-1-3, libdbus-glib-1-2, libdebconfclient0, libdevel-caller-perl, libdevel-lexalias-perl, libdevmapper1.02.1, libdigest-hmac-perl, libdjvulibre-dev, libdjvulibre-text, libdjvulibre21, libdpkg-perl, libdrm-intel1, libdrm-nouveau2, libdrm-radeon1, libebur128-1, libedit2, libegl1-mesa, libelf1, libepsilon1, liberror-perl, libestr0, libev4, libexif-dev, libexif12, libexpat1, libexpat1-dev, libexporter-tiny-perl, libexttextcat-2.0-0, libexttextcat-data, libfaad2, libfakeroot, libfastjson4, libfcgi-perl, libfdisk1, libffi-dev, libffi6, libfftw3-double3, libfile-fcntllock-perl, libfile-pushd-perl, libfile-slurp-perl, libfile-stripnondeterminism-perl, libflac8, libflite1, libfontconfig1, libfontconfig1-dev, libfreetype6, libfreetype6-dev, libfreexl1, libfribidi0, libgail-common, libgail18, libgbm1, libgc1c2, libgcrypt20, libgdal20, libgdbm-dev, libgdk-pixbuf2.0-0, libgdk-pixbuf2.0-common, libgdk-pixbuf2.0-dev, libgeoip1, libgeos-c1v5, libgeotiff2, libgetopt-long-descriptive-perl, libgif7, libgirepository-1.0-1, libgl1-mesa-glx, libglapi-mesa, libglib2.0-0, libglib2.0-bin, libglib2.0-data, libglib2.0-dev, libgme0, libgmp-dev, libgmp10, libgmpxx4ldbl, libgnutls-openssl27, libgnutls30, libgpg-error0, libgpm2, libgraphicsmagick-q16-3, libgraphite2-3, libgraphviz-dev, libgs9, libgs9-common, libgsm1, libgssapi-krb5-2, libgssapi-perl, libgssglue1, libgssrpc4, libgtk2.0-0, libgtk2.0-bin, libgtk2.0-common, libgvc6, libgvc6-plugins-gtk, libgvpr2, libharfbuzz0b, libhavege1, libhdf4-0-alt, libhogweed4, libhtml-parser-perl, libhtml-template-perl, libhtml-tree-perl, libhttp-cookies-perl, libhttp-daemon-perl, libhttp-message-perl, libhttp-negotiate-perl, libidn11, libidn11-dev, libiec61883-0, libijs-0.35, libilmbase-dev, libimage-magick-perl, libimage-magick-q16-perl, libio-socket-ssl-perl, libio-stringy-perl, libip4tc0, libip6tc0, libiptc0, libjack-jackd2-0, libjbig2dec0, libjemalloc-dev, libjpeg-dev, libjpeg62-turbo, libjpeg62-turbo-dev, libjq1, libjs-jquery, libjson-c3, libjson-perl, libjson-xs-perl, libk5crypto3, libkadm5clnt-mit11, libkadm5srv-mit11, libkeyutils1, libkmlbase1, libkmlconvenience1, libkmldom1, libkmlengine1, libkmlregionator1, libkmlxsd1, libkmod2, libkrad0, libkrb5-3, libkrb5support0, liblapack3, liblcms2-2, liblcms2-dev, libldap-2.4-2, libldap-common, libldb1, liblist-moreutils-perl, liblocal-lib-perl, liblocale-gettext-perl, liblockfile-bin, liblockfile1, liblognorm5, liblqr-1-0, liblqr-1-0-dev, libltdl-dev, libltdl7, libluajit-5.1-2, libluajit-5.1-common, liblwp-protocol-https-perl, liblz4-1, liblzma-dev, liblzma5, liblzo2-2, libmad0, libmagic-mgc, libmagic1, libmagickcore-6-arch-config, libmagickcore-6-headers, libmagickcore-6.q16-dev, libmagickwand-6-headers, libmagickwand-6.q16-dev, libmagickwand-dev, libmail-sendmail-perl, libmailutils5, libmcrypt4, libmemcached11, libmemcachedutil2, libmodplug1, libmodule-build-perl, libmodule-cpanfile-perl, libmodule-reader-perl, libmodule-runtime-perl, libmodule-signature-perl, libmoo-perl, libmoox-handlesvia-perl, libmount1, libmp3lame0, libmpcdec6, libmpdec2, libmpg123-0, libmro-compat-perl, libncurses5, libncurses5-dev, libncursesw5, libnet-dns-perl, libnet-http-perl, libnet-ip-perl, libnet-ssleay-perl, libnetaddr-ip-perl, libnetfilter-conntrack3, libnettle6, libnewt0.52, libnfnetlink0, libnghttp2-14, libnginx-mod-http-auth-pam, libnginx-mod-http-cache-purge, libnginx-mod-http-dav-ext, libnginx-mod-http-echo, libnginx-mod-http-fancyindex, libnginx-mod-http-geoip, libnginx-mod-http-headers-more-filter, libnginx-mod-http-image-filter, libnginx-mod-http-lua, libnginx-mod-http-ndk, libnginx-mod-http-perl, libnginx-mod-http-subs-filter, libnginx-mod-http-uploadprogress, libnginx-mod-http-upstream-fair, libnginx-mod-http-xslt-filter, libnginx-mod-mail, libnginx-mod-nchan, libnginx-mod-stream, libnpth0, libnspr4, libnss-ldapd, libnss-mdns, libnss-myhostname, libnss3, libntlm0, libnuma1, libodbc1, libogdi3.2, libogg0, libopenal-data, libopenal1, libopendbx1, libopendbx1-sqlite3, libopendkim11, libopenexr-dev, libopenjp2-7, libopenjp2-7-dev, libopenmpt0, libopenscenegraph100v5, libopenthreads20, libopts25, libopus0, libp11-kit0, libpackage-stash-perl, libpackage-stash-xs-perl, libpadwalker-perl, libpam-cap, libpam-ldapd, libpam-runtime, libpango-1.0-0, libpangocairo-1.0-0, libpangoft2-1.0-0, libpaper-utils, libpaper1, libparams-classify-perl, libparams-util-perl, libparams-validate-perl, libpath-tiny-perl, libpathplan4, libpciaccess0, libpcsclite1, libpgm-5.2-0, libpipeline1, libpixman-1-0, libpixman-1-dev, libpng-dev, libpng-tools, libpng16-16, libpod-markdown-perl, libpod-readme-perl, libpoppler-glib8, libpopt0, libpq-dev, libpq5, libprotobuf-dev, libpsl5, libpthread-stubs0-dev, libpulse0, libpython-all-dev, libpython-dev, libpython-stdlib, libpython2.7, libpython2.7-dev, libpython2.7-minimal, libpython2.7-stdlib, libpython3-stdlib, libqhull7, libqt4-dbus, libqt4-opengl, libqt4-xml, libqtcore4, libqtdbus4, libqtgui4, librbl1, libreadline-dev, libreadline5, libreadline7, librole-tiny-perl, librsvg2-2, librsvg2-common, librsvg2-dev, librtmp1, libsamplerate0, libsasl2-2, libsasl2-modules, libsasl2-modules-db, libsdl2-2.0-0, libseccomp2, libselinux1, libsemanage-common, libsemanage1, libsepol1, libsfcgal1, libshine3, libsigsegv2, libslang2, libsm-dev, libsm6, libsmartcols1, libsmbclient, libsnappy1v5, libsndfile1, libsocket6-perl, libsoftware-license-perl, libsoxr0, libspatialite7, libsqlite3-0, libsqlite3-dev, libss2, libssh-gcrypt-4, libssh2-1, libstrictures-perl, libstring-shellquote-perl, libsub-exporter-perl, libsub-identify-perl, libsub-name-perl, libsuperlu5, libsystemd0, libsz2, libtalloc2, libtasn1-6, libtbb2, libtcl8.6, libtdb1, libterm-readkey-perl, libtevent0, libtext-charwidth-perl, libtext-iconv-perl, libtext-template-perl, libthai-data, libthai0, libtheora0, libtiff5, libtiff5-dev, libtiffxx5, libtimedate-perl, libtinfo-dev, libtinfo5, libtk8.6, libtokyocabinet9, libtool, libtry-tiny-perl, libtwolame0, libtype-tiny-perl, libtype-tiny-xs-perl, libubsan0, libudev1, libunicode-utf8-perl, libunwind8, liburi-perl, liburiparser1, libusb-1.0-0, libuuid1, libuv1, libv4l-0, libv4lconvert0, libvariable-magic-perl, libvbr2, libvcdinfo0, libvdpau-va-gl1, libvdpau1, libverto-libev1, libverto1, libvorbis0a, libvorbisenc2, libvorbisfile3, libwavpack1, libwayland-client0, libwayland-cursor0, libwayland-egl1-mesa, libwayland-server0, libwbclient0, libwebp6, libwgdb0, libwmf-dev, libwmf0.2-7, libwrap0, libwww-perl, libwww-robotrules-perl, libx11-6, libx11-data, libx11-dev, libx11-doc, libx11-xcb1, libxapian30, libxau-dev, libxau6, libxcb-dri2-0, libxcb-dri3-0, libxcb-glx0, libxcb-present0, libxcb-render0, libxcb-render0-dev, libxcb-shape0, libxcb-shm0, libxcb-shm0-dev, libxcb-sync1, libxcb-xfixes0, libxcb1, libxcb1-dev, libxcursor1, libxdamage1, libxdot4, libxft2, libxine2, libxine2-bin, libxine2-doc, libxine2-ffmpeg, libxine2-misc-plugins, libxine2-plugins, libxinerama1, libxkbcommon0, libxkbfile1, libxmu6, libxmuu1, libxshmfence1, libxslt1-dev, libxslt1.1, libxss1, libxt-dev, libxt6, libxtables12, libxvidcore4, libyaml-0-2, libyaml-dev, libzmq5, libzvbi-common, libzvbi0, linux-libc-dev, lm-sensors, login, logrotate, lsb-base, lsb-release, lsof, lua-bitop, lua-event, lua-json, lua-ldap, lua-lpeg, lua-rex-pcre, lua-sec, lua-socket, lua-zlib, m4, mailutils, mailutils-common, make, man-db, manpages, manpages-dev, mariadb-common, mariadb-server, memcached, metronome, mime-support, mount, multiarch-support, mysql-common, nano, ncurses-base, ncurses-bin, ncurses-term, netbase, netcat-openbsd, netcat-traditional, nginx-common, nginx-extras, nodejs, nslcd, nslcd-utils, ntp, odbcinst, odbcinst1debian2, opendkim-tools, openssh-client, openssh-server, openssh-sftp-server, passwd, patch, perl, perl-base, perlmagick, pinentry-curses, pkg-config, po-debconf, poppler-data, postfix, postfix-ldap, postfix-pcre, postfix-policyd-spf-perl, postfix-sqlite, postgis, postgis-doc, postgresql, postgresql-client-common, postgresql-common, postgresql-contrib, postsrsd, procmail, procps, proj-bin, proj-data, protobuf-compiler, psmisc, publicsuffix, python, python-all, python-all-dev, python-apt, python-apt-common, python-bottle, python-cffi-backend, python-chardet, python-crypto, python-cryptography, python-dbus, python-dev, python-dnspython, python-enum34, python-gevent, python-gi, python-greenlet, python-idna, python-jinja2, python-keyring, python-keyrings.alt, python-ldap, python-markupsafe, python-minimal, python-openssl, python-packaging, python-pip, python-pip-whl, python-pkg-resources, python-psutil, python-pyasn1, python-pyparsing, python-requests, python-setuptools, python-six, python-talloc, python-tz, python-urllib3, python-wheel, python-xdg, python-yaml, python2.7, python2.7-dev, python2.7-minimal, python3, python3-apt, python3-cffi-backend, python3-chardet, python3-cryptography, python3-debian, python3-debianbts, python3-gi, python3-httplib2, python3-idna, python3-minimal, python3-pkg-resources, python3-pyasn1, python3-pycurl, python3-pysimplesoap, python3-reportbug, python3-requests, python3-setuptools, python3-six, python3-systemd, python3-tk, python3-urllib3, python3-venv, qdbus, qt-at-spi, qtchooser, qtcore4-l10n, readline-common, redis-server, redis-tools, reportbug, rspamd, rsync, rsyslog, samba-libs, sed, sensible-utils, shared-mime-info, slapd, socat, sqlite3, ssh, sudo-ldap, sysstat, systemd, systemd-sysv, sysvinit-utils, tar, tasksel, tasksel-data, tcl8.6, telnet, tk8.6, tk8.6-blt2.5, tzdata, ucf, udev, unattended-upgrades, unzip, util-linux, va-driver-all, vdpau-driver-all, vim-common, vim-tiny, wamerican, wget, whiptail, whois, x11-apps, x11-session-utils, x11-utils, x11-xkb-utils, x11-xserver-utils, x11proto-core-dev, x11proto-input-dev, x11proto-kb-dev, x11proto-render-dev, x11proto-xext-dev, xauth, xdg-user-dirs, xinit, xkb-data, xterm, xxd, xz-utils, zlib1g, zlib1g-dev
2020-08-06 11:31:28,341: INFO - L’opération ‘Mettre à jour les paquets du système’ a échoué ! Pour obtenir de l’aide, merci de partager le journal de l’opération en cliquant ici
2020-08-06 11:31:28,361: ERROR - La migration 0015_migrate_to_buster a échoué avec l’exception Impossible de mettre à jour tous les paquets : annulation
Traceback (most recent call last):
File “/usr/lib/moulinette/yunohost/tools.py”, line 895, in tools_migrations_migrate
migration.run()
File “/usr/lib/moulinette/yunohost/data_migrations/0015_migrate_to_buster.py”, line 79, in run
tools_upgrade(system=True, allow_yunohost_upgrade=False)
File “/usr/lib/moulinette/yunohost/log.py”, line 313, in func_wrapper
result = func(*args, **kwargs)
File “/usr/lib/moulinette/yunohost/tools.py”, line 615, in tools_upgrade
raise YunohostError(m18n.n(‘packages_upgrade_failed’))
YunohostError: Impossible de mettre à jour tous les paquets

Zmlerf ében tentons par exemple :

apt install debhelper dpkg-dev equivs build-essential

Et aussi :

apt policy debhelper
apt policy dpkg-dev

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.