[AUR] error while loading shared libraries: libicuuc.so.75 (résolu)

Mise à jour / Création /debug de paquetages
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

[AUR] error while loading shared libraries: libicuuc.so.75 (résolu)

Message par apojul »

bonjour,

message d'erreur lors de la MAJ systeme
$ yay -Syu
yay: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
suite à une MAJ système où le paquet icu n'a pu être mis à jour sans casser une dépendance

maintenant si je boote sur une cle et que je tente
$ pacstrap /mnt -y -u
...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing icu (75.1-1) breaks dependency 'libicuuc.so=74-64' required by qt5-webkit
:: installing icu (75.1-1) breaks dependency 'libicui18n.so=74-64' required by qt5-webkit
=> ERROR: failed to install packages to new root
que faire pour résoudre le problème ?

merci.
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Bonjour,
Quelle commande as tu fait pour arriver à une telle situation ? Normalement ceci est impossible (sauf si tu as utilisé l'option -d)

Sinon qt5-webkit est dans AUR, donc pour l'instant tu dois le désinstaller temporairement ainsi que tous les paquets nécessitant qt5-webkit. On verra ensuite pour tout réinstaller si tu en as vraiment besoin...

Le plus simple serait de modifier le code de pacstrap pour remplacer la valeur de pacmode pour -Rscn, que tu peux sauvegarder en tant que pacstrap-rm. Puis tu lances pacstrap-rm /mnt qt5-webkit. Et finalement tu lances une mise à jour via pacstrap /mnt -u

Une autre option pour réparer, mais qui me semble plus risqué, est de faire juste pacstrap -D /mnt -u, car cela ignore toutes les dépendances (je pense que cela pourrait aggraver ton problème, sans savoir ce que tu as fait...)
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

merci benjarobin pour ta réponse,

j'ai exclu le paquet icu de la MAJ système car il empêchait la MAJ

j'ai modifié le pacmode de /usr/bin/pacstrap en enregistrant avec

Code : Tout sélectionner

:w /usr/bin/pacstrap-rm
mais j'ai une erreur de permission quand je l'utilise

Code : Tout sélectionner

$ pacstrap-rm /mnt qt5-webkit
zsh: permission denied: pacstrap-rm
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Tu dois rendre exécutable le fichier avec chmod +x

Note, ne jamais exclure un paquet d'une mise à jour au risque de casser son système, chose que tu viens de faire... Au moins cela sert de leçon :mrgreen:
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

après utilisation de pacstrap-rm, toujours l'erreur

j'ai booté sur une clé, j'ai réinstallé les paquets de base

Code : Tout sélectionner

$ pacstrap -K /mnt base linux linux-firmware
toujours l'erreur

Code : Tout sélectionner

==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
bsdtar: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
bsdtar: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
==> ERROR: Early uncompressed CPIO image generation FAILED: 'sort' reported an error
error: command failed to execute correctly
(4/4) Removing old packages from pacman cache...
Removing old installed packages...
pacman-conf: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
==> no candidate packages found for pruning
Removing old uninstalled packages...
pacman: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
==> ERROR: failed to retrieve the list of installed packages
error: command failed to execute correctly
pacstrap -K /mnt linux linux-firmware  12.30s user 6.64s system 103% cpu 18.324 total
impossible de booter car la partition de boot ne peut être montée
le fichier fstab est correct après vérification.

je ne sais pas si j'ai d'autre choix qu'une réinstallation du système
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Ne surtout fait pas autre chose, tu ne fais qu’aggraver les choses. C'est dommage de ne pas fournir les sorties des commandes demandées, et d’exécuter d'autres commandes non demandées.
C'est quoi la sortie des commandes ?

Code : Tout sélectionner

pacstrap-rm /mnt qt5-webkit
Est-ce que tu as pu désinstaller qt5-webkit ?
As tu bien lancé ?

Code : Tout sélectionner

pacstrap /mnt -u
En résumé, tu dois te débarrasser de qt5-webkit, et mettre à jour (afin d'avoir la nouvelle version des paquets que tu as ignoré). Réinstaller le reste ne résoudra rien. Je ne vois pas pourquoi tu devrait réinstaller, réparer est assez simple (il suffit "juste" de faire les bonnes choses)
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

tu as raison voici la sortie

Code : Tout sélectionner

root@archiso ~ # pacstrap-rm /mnt qt5-webkit
==> Creating install root at /mnt
==> Installing packages to /mnt
error: target not found: qt5-webkit
==> ERROR: Failed to install packages to new root
en même temps qt5-webkit est un paquet aur, je ne pense pas pouvoir le désinstaller comme ça
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Si tu peux le désinstaller comme cela, cela n'a aucun lien (un paquet de AUR ou des dépôts se désinstalle de la même façon), je pense qu'il est désinstallé, et que cela à réussit (à un moment donné durant tes différentes tentatives).
Et donc c'est quoi la sortie de la prochaine commande : pacstrap /mnt -u (car pour moi il ne reste plus que cela à exécuter pour réparer)
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

voici la sortie

Code : Tout sélectionner

root@archiso ~ # pacstrap /mnt -u
==> Creating install root at /mnt
==> Installing packages to /mnt
:: Synchronizing package databases...
 core is up to date
 extra                                                                         7.8 MiB  13.2 MiB/s 00:01 [##############################################################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (134) abseil-cpp-20240116.2-2  acpi_call-1.2.2-206  archlinux-keyring-20240520-1  chromium-125.0.6422.112-1  curl-8.8.0-1  device-mapper-2.03.24-1
               e2fsprogs-1.47.1-2  firefox-developer-edition-127.0b5-1  gcc-14.1.1+r58+gfc9fb69ad62-1  gcc-libs-14.1.1+r58+gfc9fb69ad62-1  haskell-aeson-2.1.2.1-46
               haskell-aeson-pretty-0.8.10-6  haskell-assoc-1.0.2-264  haskell-attoparsec-aeson-2.1.0.0-30  haskell-auto-update-0.1.6-339  haskell-bifunctors-5.6-75
               haskell-bitvec-1.1.3.0-93  haskell-bsb-http-chunked-0.0.0.4-383  haskell-cassava-0.5.3.1-3  haskell-citeproc-0.8.1-104
               haskell-commonmark-extensions-0.2.3.6-1  haskell-commonmark-pandoc-0.2.1.3-79  haskell-comonad-5.0.8-259  haskell-conduit-1.3.5-52
               haskell-conduit-extra-1.3.6-133  haskell-constraints-0.13.4-50  haskell-doctemplates-0.11-70  haskell-fast-logger-3.1.2-72
               haskell-foldable1-classes-compat-0.1-75  haskell-haddock-library-1.11.0-16  haskell-hslua-2.3.0-51  haskell-hslua-aeson-2.3.0.1-33
               haskell-hslua-classes-2.3.0-52  haskell-hslua-core-2.3.1-44  haskell-hslua-list-1.1.1-59  haskell-hslua-marshalling-2.3.1-4
               haskell-hslua-module-doclayout-1.1.0-57  haskell-hslua-module-path-1.1.0-52  haskell-hslua-module-system-1.1.0.1-26  haskell-hslua-module-text-1.1.0.1-26
               haskell-hslua-module-version-1.1.0-52  haskell-hslua-module-zip-1.1.1-21  haskell-hslua-objectorientation-2.3.0-48  haskell-hslua-packaging-2.3.1-13
               haskell-hslua-repl-0.1.2-10  haskell-hslua-typing-0.1.1-6  haskell-http-api-data-0.5.1-53  haskell-http-client-0.7.15-22  haskell-http-client-tls-0.3.6.3-56
               haskell-http-types-0.12.4-5  haskell-http2-4.1.0-19  haskell-indexed-traversable-0.1.3-67  haskell-indexed-traversable-instances-0.1.1.2-43
               haskell-ipynb-0.2-138  haskell-libyaml-0.1.4-4  haskell-mono-traversable-1.0.17.0-7  haskell-pandoc-3.1.8-30  haskell-pandoc-lua-engine-0.2.1.2-18
               haskell-pandoc-lua-marshal-0.2.3-8  haskell-pandoc-server-0.1.0.5-33  haskell-pandoc-types-1.23.1-20  haskell-prettyprinter-1.7.1-164
               haskell-regex-tdfa-1.3.2.2-43  haskell-semialign-1.2.0.1-159  haskell-semigroupoids-5.3.7-141  haskell-servant-0.20.1-11  haskell-servant-server-0.20-19
               haskell-simple-sendfile-0.2.32-35  haskell-skylighting-0.14-14  haskell-skylighting-core-0.14-13  haskell-skylighting-format-ansi-0.1-120
               haskell-skylighting-format-blaze-html-0.1.1.2-7  haskell-skylighting-format-context-0.1.0.2-85  haskell-skylighting-format-latex-0.1-120
               haskell-strict-0.4.0.1-238  haskell-texmath-0.12.8.4-14  haskell-these-1.1.1.1-265  haskell-time-manager-0.0.1-35  haskell-toml-parser-1.3.1.3-17
               haskell-type-equality-1.0.1-1  haskell-typst-0.3.2.1-31  haskell-uniplate-1.6.13-222  haskell-unix-compat-0.7.1-15  haskell-unordered-containers-0.2.20-17
               haskell-vault-0.3.1.5-184  haskell-vector-algorithms-0.9.0.2-2  haskell-wai-3.2.4-18  haskell-wai-app-static-3.1.9-10  haskell-wai-cors-0.2.7-354
               haskell-wai-extra-3.1.14-42  haskell-wai-logger-2.4.0-435  haskell-warp-3.3.30-56  haskell-witherable-0.4.2-100  haskell-xml-conduit-1.9.1.3-52
               haskell-yaml-0.11.11.2-48  hicolor-icon-theme-0.18-1  hslua-cli-1.4.1-48  icu-75.1-1  iniparser-4.2.2-1  iw-6.9-1  libass-0.17.2-1  libcap-2.70-1
               libgusb-0.4.9-1  libjpeg-turbo-3.0.3-1  libnghttp2-1.62.1-1  libtraceevent-1:1.8.2-2  liburing-2.6-2  libwireplumber-0.5.2-2  linux-headers-6.9.1.arch1-2
               llvm-libs-17.0.6-5  lua-lpeg-1.1.0-2  lvm2-2.03.24-1  mpd-0.23.15-4  mpv-1:0.38.0-4  ncurses-6.5-2  ndctl-78-2  opencv-4.9.0-8  pandoc-cli-0.1.1.1-106
               pcsclite-2.2.2-1  python-annotated-types-0.7.0-1  python-requests-2.32.2-1  python-trove-classifiers-2024.5.22-1  qt5-base-5.15.13+kde+r147-1  sqlite-3.46.0-1
               svt-av1-2.1.0-1  systemd-255.6-2  systemd-libs-255.6-2  tmux-3.4-8  vapoursynth-R68-1  vim-9.1.0429-1  vim-runtime-9.1.0429-1  virglrenderer-1.0.1-1
               wireplumber-0.5.2-2  zstd-1.5.6-1

Total Download Size:     10.00 MiB
Total Installed Size:  1710.70 MiB
Net Upgrade Size:         3.35 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 vim-runtime-9.1.0429-1-x86_64                                                 7.3 MiB  29.2 MiB/s 00:00 [##############################################################] 100%
 vim-9.1.0429-1-x86_64                                                         2.2 MiB  44.2 MiB/s 00:00 [##############################################################] 100%
 zstd-1.5.6-1-x86_64                                                         499.6 KiB  20.3 MiB/s 00:00 [##############################################################] 100%
 Total (3/3)                                                                  10.0 MiB  27.2 MiB/s 00:00 [##############################################################] 100%
(134/134) checking keys in keyring                                                                       [##############################################################] 100%
(134/134) checking package integrity                                                                     [##############################################################] 100%
error: zstd: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /mnt/var/cache/pacman/pkg/zstd-1.5.6-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: vim-runtime: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /mnt/var/cache/pacman/pkg/vim-runtime-9.1.0429-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: vim: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /mnt/var/cache/pacman/pkg/vim-9.1.0429-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
==> ERROR: Failed to install packages to new root
pacstrap /mnt -u  4.33s user 1.59s system 103% cpu 5.746 total
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Supprime les fichiers marqués comme corrompu, et lance ceci (et donne la sortie associée) :

Code : Tout sélectionner

pacstrap -G /mnt archlinux-keyring
pacstrap -G /mnt -u
Note : tu peux constater que maintenant la mise à jour veux bien se faire, c'est juste qu'il faut mettre à jour le keyring (et ne pas utiliser celui de l'ISO d'installation)

Ensuite si tout à bien fonctionner, il faudra réparer l'installation du paquet Linux, donc depuis un "arch-chroot", faire pacman -S linux linux-firmware
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

Code : Tout sélectionner

1 root@archiso ~ # pacstrap-rm /mnt zstd vim-runtime vim
==> Creating install root at /mnt
==> Installing packages to /mnt
checking dependencies...
:: bashmount optionally requires udisks2: remove media without sudo
:: default-cursors optionally requires adwaita-cursors: default cursor theme
:: e2fsprogs optionally requires lvm2: for e2scrub
:: e2fsprogs optionally requires util-linux: for e2scrub
:: fzf optionally requires tmux: fzf-tmux script for launching fzf in a tmux pane
:: fzf optionally requires vim: plugin
:: gettext optionally requires git: for autopoint infrastructure updates
:: glib2 optionally requires gvfs: most gio functionality
:: glib2 optionally requires libelf: gresource inspection tool
:: glibc optionally requires gd: for memusagestat
:: groff optionally requires netpbm: for use together with man -H command interaction in browsers
:: gzip optionally requires util-linux: zmore support
:: htop optionally requires lm_sensors: show cpu temperatures
:: htop optionally requires lsof: show files opened by a process
:: iwd optionally requires qrencode: for displaying QR code after DPP is started
:: ldns optionally requires libpcap: ldns-dpa tool
:: oh-my-zsh-git optionally requires git: most themes use git (highly recommended but still optional)
:: openssl optionally requires ca-certificates
:: python optionally requires python-setuptools: for building Python packages using tooling that is usually bundled with Python
:: python optionally requires python-pip: for installing Python packages using tooling that is usually bundled with Python
:: python optionally requires tk: for tkinter
:: python-build optionally requires python-pip: to use as the Python package installer (default)
:: python-build optionally requires python-virtualenv: to use virtualenv for build isolation
:: python-cffi optionally requires python-setuptools: "limited api" version checking in cffi.setuptools_ext
:: python-dnspython optionally requires python-idna: support for updated IDNA 2008
:: python-pydantic optionally requires mypy: for type validation with mypy
:: reflector optionally requires rsync: rate rsync mirrors
:: ruby optionally requires tk: for Ruby/TK
:: tinycompress optionally requires ffmpeg: fcplay utility
:: wl-clipboard optionally requires xdg-utils: for content type inference in wl-copy
:: wl-clipboard optionally requires mailcap: for type inference in wl-paste
:: xorg-xrdb optionally requires gcc: for preprocessing
:: yazi optionally requires ffmpegthumbnailer: for video thumbnails
:: yazi optionally requires poppler: for PDF preview
:: youtube-dl optionally requires ffmpeg: for video post-processing
warning: dependency cycle detected:
warning: libglvnd will be removed after its mesa dependency
warning: dependency cycle detected:
warning: libcamera-ipa will be removed after its libcamera dependency
warning: dependency cycle detected:
warning: tesseract-data-afr will be removed after its tesseract dependency
warning: pacman is designated as a HoldPkg.
:: HoldPkg was found in target list. Do you want to continue? [y/N]
==> ERROR: Failed to install packages to new root

Code : Tout sélectionner

1 root@archiso ~ # pacstrap -G /mnt archlinux-keyring
==> Creating install root at /mnt
==> Installing packages to /mnt
:: Synchronizing package databases...
 core is up to date
 extra                                                                         7.8 MiB  21.5 MiB/s 00:00 [##############################################################] 100%
resolving dependencies...
looking for conflicting packages...

Packages (1) archlinux-keyring-20240520-1

Total Installed Size:  1.66 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                                                           [##############################################################] 100%
(1/1) checking package integrity                                                                         [##############################################################] 100%
(1/1) loading package files                                                                              [##############################################################] 100%
(1/1) checking for file conflicts                                                                        [##############################################################] 100%
(1/1) checking available disk space                                                                      [##############################################################] 100%
:: Processing package changes...
(1/1) upgrading archlinux-keyring                                                                        [##############################################################] 100%
:: Running post-transaction hooks...
(1/3) Reloading system manager configuration...
  Skipped: Running in chroot.
(2/3) Arming ConditionNeedsUpdate...
(3/3) Removing old packages from pacman cache...
Removing old installed packages...
pacman-conf: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
==> no candidate packages found for pruning
Removing old uninstalled packages...
pacman: error while loading shared libraries: libicuuc.so.75: cannot open shared object file: No such file or directory
==> ERROR: failed to retrieve the list of installed packages
error: command failed to execute correctly

Code : Tout sélectionner

root@archiso ~ # pacstrap -G /mnt -u
==> Creating install root at /mnt
==> Installing packages to /mnt
:: Synchronizing package databases...
 core is up to date
 extra is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (133) abseil-cpp-20240116.2-2  acpi_call-1.2.2-206  chromium-125.0.6422.112-1  curl-8.8.0-1  device-mapper-2.03.24-1  e2fsprogs-1.47.1-2
               firefox-developer-edition-127.0b5-1  gcc-14.1.1+r58+gfc9fb69ad62-1  gcc-libs-14.1.1+r58+gfc9fb69ad62-1  haskell-aeson-2.1.2.1-46
               haskell-aeson-pretty-0.8.10-6  haskell-assoc-1.0.2-264  haskell-attoparsec-aeson-2.1.0.0-30  haskell-auto-update-0.1.6-339  haskell-bifunctors-5.6-75
               haskell-bitvec-1.1.3.0-93  haskell-bsb-http-chunked-0.0.0.4-383  haskell-cassava-0.5.3.1-3  haskell-citeproc-0.8.1-104
               haskell-commonmark-extensions-0.2.3.6-1  haskell-commonmark-pandoc-0.2.1.3-79  haskell-comonad-5.0.8-259  haskell-conduit-1.3.5-52
               haskell-conduit-extra-1.3.6-133  haskell-constraints-0.13.4-50  haskell-doctemplates-0.11-70  haskell-fast-logger-3.1.2-72
               haskell-foldable1-classes-compat-0.1-75  haskell-haddock-library-1.11.0-16  haskell-hslua-2.3.0-51  haskell-hslua-aeson-2.3.0.1-33
               haskell-hslua-classes-2.3.0-52  haskell-hslua-core-2.3.1-44  haskell-hslua-list-1.1.1-59  haskell-hslua-marshalling-2.3.1-4
               haskell-hslua-module-doclayout-1.1.0-57  haskell-hslua-module-path-1.1.0-52  haskell-hslua-module-system-1.1.0.1-26  haskell-hslua-module-text-1.1.0.1-26
               haskell-hslua-module-version-1.1.0-52  haskell-hslua-module-zip-1.1.1-21  haskell-hslua-objectorientation-2.3.0-48  haskell-hslua-packaging-2.3.1-13
               haskell-hslua-repl-0.1.2-10  haskell-hslua-typing-0.1.1-6  haskell-http-api-data-0.5.1-53  haskell-http-client-0.7.15-22  haskell-http-client-tls-0.3.6.3-56
               haskell-http-types-0.12.4-5  haskell-http2-4.1.0-19  haskell-indexed-traversable-0.1.3-67  haskell-indexed-traversable-instances-0.1.1.2-43
               haskell-ipynb-0.2-138  haskell-libyaml-0.1.4-4  haskell-mono-traversable-1.0.17.0-7  haskell-pandoc-3.1.8-30  haskell-pandoc-lua-engine-0.2.1.2-18
               haskell-pandoc-lua-marshal-0.2.3-8  haskell-pandoc-server-0.1.0.5-33  haskell-pandoc-types-1.23.1-20  haskell-prettyprinter-1.7.1-164
               haskell-regex-tdfa-1.3.2.2-43  haskell-semialign-1.2.0.1-159  haskell-semigroupoids-5.3.7-141  haskell-servant-0.20.1-11  haskell-servant-server-0.20-19
               haskell-simple-sendfile-0.2.32-35  haskell-skylighting-0.14-14  haskell-skylighting-core-0.14-13  haskell-skylighting-format-ansi-0.1-120
               haskell-skylighting-format-blaze-html-0.1.1.2-7  haskell-skylighting-format-context-0.1.0.2-85  haskell-skylighting-format-latex-0.1-120
               haskell-strict-0.4.0.1-238  haskell-texmath-0.12.8.4-14  haskell-these-1.1.1.1-265  haskell-time-manager-0.0.1-35  haskell-toml-parser-1.3.1.3-17
               haskell-type-equality-1.0.1-1  haskell-typst-0.3.2.1-31  haskell-uniplate-1.6.13-222  haskell-unix-compat-0.7.1-15  haskell-unordered-containers-0.2.20-17
               haskell-vault-0.3.1.5-184  haskell-vector-algorithms-0.9.0.2-2  haskell-wai-3.2.4-18  haskell-wai-app-static-3.1.9-10  haskell-wai-cors-0.2.7-354
               haskell-wai-extra-3.1.14-42  haskell-wai-logger-2.4.0-435  haskell-warp-3.3.30-56  haskell-witherable-0.4.2-100  haskell-xml-conduit-1.9.1.3-52
               haskell-yaml-0.11.11.2-48  hicolor-icon-theme-0.18-1  hslua-cli-1.4.1-48  icu-75.1-1  iniparser-4.2.2-1  iw-6.9-1  libass-0.17.2-1  libcap-2.70-1
               libgusb-0.4.9-1  libjpeg-turbo-3.0.3-1  libnghttp2-1.62.1-1  libtraceevent-1:1.8.2-2  liburing-2.6-2  libwireplumber-0.5.2-2  linux-headers-6.9.1.arch1-2
               llvm-libs-17.0.6-5  lua-lpeg-1.1.0-2  lvm2-2.03.24-1  mpd-0.23.15-4  mpv-1:0.38.0-4  ncurses-6.5-2  ndctl-78-2  opencv-4.9.0-8  pandoc-cli-0.1.1.1-106
               pcsclite-2.2.2-1  python-annotated-types-0.7.0-1  python-requests-2.32.2-1  python-trove-classifiers-2024.5.22-1  qt5-base-5.15.13+kde+r147-1  sqlite-3.46.0-1
               svt-av1-2.1.0-1  systemd-255.6-2  systemd-libs-255.6-2  tmux-3.4-8  vapoursynth-R68-1  vim-9.1.0429-1  vim-runtime-9.1.0429-1  virglrenderer-1.0.1-1
               wireplumber-0.5.2-2  zstd-1.5.6-1

Total Download Size:     10.00 MiB
Total Installed Size:  1709.03 MiB
Net Upgrade Size:         3.35 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 vim-runtime-9.1.0429-1-x86_64                                                 7.3 MiB  10.7 MiB/s 00:01 [##############################################################] 100%
 vim-9.1.0429-1-x86_64                                                         2.2 MiB  13.8 MiB/s 00:00 [##############################################################] 100%
 zstd-1.5.6-1-x86_64                                                         499.6 KiB  11.1 MiB/s 00:00 [##############################################################] 100%
 Total (3/3)                                                                  10.0 MiB  10.6 MiB/s 00:01 [##############################################################] 100%
(133/133) checking keys in keyring                                                                       [##############################################################] 100%
(133/133) checking package integrity                                                                     [##############################################################] 100%
error: zstd: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /mnt/var/cache/pacman/pkg/zstd-1.5.6-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: vim-runtime: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /mnt/var/cache/pacman/pkg/vim-runtime-9.1.0429-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: vim: signature from "Levente Polyak (anthraxx) <levente@leventepolyak.net>" is unknown trust
:: File /mnt/var/cache/pacman/pkg/vim-9.1.0429-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
==> ERROR: Failed to install packages to new root
pacstrap -G /mnt -u  4.28s user 1.59s system 102% cpu 5.751 total
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Hum, pourquoi as tu tenté de supprimer ces paquets zstd vim-runtime vim. Le paquet zstd est un composant critique du système.

Tout d'abord, supprime tout paquet que tu as pu ajouter à HoldPkg, je pensais que tu l'avais supprimé.
Sinon, je vois, changement de plan, peux tu faire :

Code : Tout sélectionner

pacman -Sy archlinux-keyring
pacstrap /mnt -u
Donc on met à jour le keyring de l'ISO, qui sera recopié par pacstrap, puis la mise à jour sera faite. On va y arriver :mrgreen:
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

pour les paquets zstd vim-runtime et vim je croyais que c'étaient les paquets corrompus

Code : Tout sélectionner

1 root@archiso ~ # pacstrap-rm /mnt HoldPkg
==> Creating install root at /mnt
==> Installing packages to /mnt
error: target not found: HoldPkg
==> ERROR: Failed to install packages to new root

Code : Tout sélectionner

1 root@archiso ~ # pacman -Sy archlinux-keyring
:: Synchronizing package databases...
 core                                                                        119.8 KiB   894 KiB/s 00:00 [##############################################################] 100%
 extra                                                                         7.8 MiB  34.5 MiB/s 00:00 [##############################################################] 100%
resolving dependencies...
looking for conflicting packages...

Packages (1) archlinux-keyring-20240520-1

Total Download Size:   1.17 MiB
Total Installed Size:  1.66 MiB
Net Upgrade Size:      0.04 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 archlinux-keyring-20240520-1-any                                           1193.9 KiB  13.6 MiB/s 00:00 [##############################################################] 100%
(1/1) checking keys in keyring                                                                           [##############################################################] 100%
(1/1) checking package integrity                                                                         [##############################################################] 100%
(1/1) loading package files                                                                              [##############################################################] 100%
(1/1) checking for file conflicts                                                                        [##############################################################] 100%
(1/1) checking available disk space                                                                      [##############################################################] 100%
:: Processing package changes...
(1/1) upgrading archlinux-keyring                                                                        [##############################################################] 100%
==> Appending keys from archlinux.gpg...
==> Locally signing trusted keys in keyring...
  -> Locally signed 1 keys.
==> Importing owner trust values...
gpg: inserting ownertrust of 4
==> Disabling revoked keys in keyring...
  -> Disabled 5 keys.
==> Updating trust database...
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   5  signed: 100  trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2  valid:  75  signed:  30  trust: 75-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2024-06-29
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
(2/2) Arming ConditionNeedsUpdate...
pacman -Sy archlinux-keyring  4.20s user 0.95s system 59% cpu 8.686 total

Code : Tout sélectionner

root@archiso ~ # pacstrap /mnt -u
==> Creating install root at /mnt
==> Installing packages to /mnt
:: Synchronizing package databases...
 core is up to date
 extra                                                                         7.8 MiB  16.3 MiB/s 00:00 [##############################################################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (133) abseil-cpp-20240116.2-2  acpi_call-1.2.2-206  chromium-125.0.6422.112-1  curl-8.8.0-1  device-mapper-2.03.24-1  e2fsprogs-1.47.1-2
               firefox-developer-edition-127.0b5-1  gcc-14.1.1+r58+gfc9fb69ad62-1  gcc-libs-14.1.1+r58+gfc9fb69ad62-1  haskell-aeson-2.1.2.1-46
               haskell-aeson-pretty-0.8.10-6  haskell-assoc-1.0.2-264  haskell-attoparsec-aeson-2.1.0.0-30  haskell-auto-update-0.1.6-339  haskell-bifunctors-5.6-75
               haskell-bitvec-1.1.3.0-93  haskell-bsb-http-chunked-0.0.0.4-383  haskell-cassava-0.5.3.1-3  haskell-citeproc-0.8.1-104
               haskell-commonmark-extensions-0.2.3.6-1  haskell-commonmark-pandoc-0.2.1.3-79  haskell-comonad-5.0.8-259  haskell-conduit-1.3.5-52
               haskell-conduit-extra-1.3.6-133  haskell-constraints-0.13.4-50  haskell-doctemplates-0.11-70  haskell-fast-logger-3.1.2-72
               haskell-foldable1-classes-compat-0.1-75  haskell-haddock-library-1.11.0-16  haskell-hslua-2.3.0-51  haskell-hslua-aeson-2.3.0.1-33
               haskell-hslua-classes-2.3.0-52  haskell-hslua-core-2.3.1-44  haskell-hslua-list-1.1.1-59  haskell-hslua-marshalling-2.3.1-4
               haskell-hslua-module-doclayout-1.1.0-57  haskell-hslua-module-path-1.1.0-52  haskell-hslua-module-system-1.1.0.1-26  haskell-hslua-module-text-1.1.0.1-26
               haskell-hslua-module-version-1.1.0-52  haskell-hslua-module-zip-1.1.1-21  haskell-hslua-objectorientation-2.3.0-48  haskell-hslua-packaging-2.3.1-13
               haskell-hslua-repl-0.1.2-10  haskell-hslua-typing-0.1.1-6  haskell-http-api-data-0.5.1-53  haskell-http-client-0.7.15-22  haskell-http-client-tls-0.3.6.3-56
               haskell-http-types-0.12.4-5  haskell-http2-4.1.0-19  haskell-indexed-traversable-0.1.3-67  haskell-indexed-traversable-instances-0.1.1.2-43
               haskell-ipynb-0.2-138  haskell-libyaml-0.1.4-4  haskell-mono-traversable-1.0.17.0-7  haskell-pandoc-3.1.8-30  haskell-pandoc-lua-engine-0.2.1.2-18
               haskell-pandoc-lua-marshal-0.2.3-8  haskell-pandoc-server-0.1.0.5-33  haskell-pandoc-types-1.23.1-20  haskell-prettyprinter-1.7.1-164
               haskell-regex-tdfa-1.3.2.2-43  haskell-semialign-1.2.0.1-159  haskell-semigroupoids-5.3.7-141  haskell-servant-0.20.1-11  haskell-servant-server-0.20-19
               haskell-simple-sendfile-0.2.32-35  haskell-skylighting-0.14-14  haskell-skylighting-core-0.14-13  haskell-skylighting-format-ansi-0.1-120
               haskell-skylighting-format-blaze-html-0.1.1.2-7  haskell-skylighting-format-context-0.1.0.2-85  haskell-skylighting-format-latex-0.1-120
               haskell-strict-0.4.0.1-238  haskell-texmath-0.12.8.4-14  haskell-these-1.1.1.1-265  haskell-time-manager-0.0.1-35  haskell-toml-parser-1.3.1.3-17
               haskell-type-equality-1.0.1-1  haskell-typst-0.3.2.1-31  haskell-uniplate-1.6.13-222  haskell-unix-compat-0.7.1-15  haskell-unordered-containers-0.2.20-17
               haskell-vault-0.3.1.5-184  haskell-vector-algorithms-0.9.0.2-2  haskell-wai-3.2.4-18  haskell-wai-app-static-3.1.9-10  haskell-wai-cors-0.2.7-354
               haskell-wai-extra-3.1.14-42  haskell-wai-logger-2.4.0-435  haskell-warp-3.3.30-56  haskell-witherable-0.4.2-100  haskell-xml-conduit-1.9.1.3-52
               haskell-yaml-0.11.11.2-48  hicolor-icon-theme-0.18-1  hslua-cli-1.4.1-48  icu-75.1-1  iniparser-4.2.2-1  iw-6.9-1  libass-0.17.2-1  libcap-2.70-1
               libgusb-0.4.9-1  libjpeg-turbo-3.0.3-1  libnghttp2-1.62.1-1  libtraceevent-1:1.8.2-2  liburing-2.6-2  libwireplumber-0.5.2-2  linux-headers-6.9.1.arch1-2
               llvm-libs-17.0.6-5  lua-lpeg-1.1.0-2  lvm2-2.03.24-1  mpd-0.23.15-4  mpv-1:0.38.0-4  ncurses-6.5-2  ndctl-78-2  opencv-4.9.0-8  pandoc-cli-0.1.1.1-106
               pcsclite-2.2.2-1  python-annotated-types-0.7.0-1  python-requests-2.32.2-1  python-trove-classifiers-2024.5.22-1  qt5-base-5.15.13+kde+r147-1  sqlite-3.46.0-1
               svt-av1-2.1.0-1  systemd-255.6-2  systemd-libs-255.6-2  tmux-3.4-8  vapoursynth-R68-1  vim-9.1.0429-1  vim-runtime-9.1.0429-1  virglrenderer-1.0.1-1
               wireplumber-0.5.2-2  zstd-1.5.6-1

Total Download Size:     10.00 MiB
Total Installed Size:  1709.03 MiB
Net Upgrade Size:         3.35 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 vim-runtime-9.1.0429-1-x86_64                                                 7.3 MiB  13.6 MiB/s 00:01 [##############################################################] 100%
 vim-9.1.0429-1-x86_64                                                         2.2 MiB  13.2 MiB/s 00:00 [##############################################################] 100%
 zstd-1.5.6-1-x86_64                                                         499.6 KiB  9.76 MiB/s 00:00 [##############################################################] 100%
 Total (3/3)                                                                  10.0 MiB  12.3 MiB/s 00:01 [##############################################################] 100%
(133/133) checking keys in keyring                                                                       [##############################################################] 100%
(133/133) checking package integrity                                                                     [##############################################################] 100%
(133/133) loading package files                                                                          [##############################################################] 100%
(133/133) checking for file conflicts                                                                    [##############################################################] 100%
(133/133) checking available disk space                                                                  [##############################################################] 100%
:: Running pre-transaction hooks...
(1/2) Unregistering Haskell modules...
(2/2) Removing old entries from the info directory file...
:: Processing package changes...
(  1/133) upgrading gcc-libs                                                                             [##############################################################] 100%
(  2/133) upgrading ncurses                                                                              [##############################################################] 100%
(  3/133) upgrading abseil-cpp                                                                           [##############################################################] 100%
(  4/133) upgrading zstd                                                                                 [##############################################################] 100%
(  5/133) upgrading sqlite                                                                               [##############################################################] 100%
(  6/133) upgrading e2fsprogs                                                                            [##############################################################] 100%
(  7/133) upgrading libcap                                                                               [##############################################################] 100%
(  8/133) upgrading systemd-libs                                                                         [##############################################################] 100%
(  9/133) upgrading device-mapper                                                                        [##############################################################] 100%
( 10/133) upgrading libnghttp2                                                                           [##############################################################] 100%
( 11/133) upgrading curl                                                                                 [##############################################################] 100%
( 12/133) upgrading systemd                                                                              [##############################################################] 100%
( 13/133) upgrading icu                                                                                  [##############################################################] 100%
( 14/133) upgrading acpi_call                                                                            [##############################################################] 100%
( 15/133) upgrading hicolor-icon-theme                                                                   [##############################################################] 100%
( 16/133) upgrading libjpeg-turbo                                                                        [##############################################################] 100%
( 17/133) upgrading llvm-libs                                                                            [##############################################################] 100%
( 18/133) upgrading chromium                                                                             [##############################################################] 100%
( 19/133) upgrading libass                                                                               [##############################################################] 100%
( 20/133) upgrading vapoursynth                                                                          [##############################################################] 100%
( 21/133) upgrading svt-av1                                                                              [##############################################################] 100%
( 22/133) upgrading firefox-developer-edition                                                            [##############################################################] 100%
( 23/133) upgrading gcc                                                                                  [##############################################################] 100%
( 24/133) upgrading haskell-foldable1-classes-compat                                                     [##############################################################] 100%
( 25/133) upgrading haskell-indexed-traversable                                                          [##############################################################] 100%
( 26/133) upgrading haskell-unordered-containers                                                         [##############################################################] 100%
( 27/133) upgrading haskell-indexed-traversable-instances                                                [##############################################################] 100%
( 28/133) upgrading haskell-comonad                                                                      [##############################################################] 100%
( 29/133) upgrading haskell-bifunctors                                                                   [##############################################################] 100%
( 30/133) upgrading haskell-semigroupoids                                                                [##############################################################] 100%
( 31/133) upgrading haskell-assoc                                                                        [##############################################################] 100%
( 32/133) upgrading haskell-these                                                                        [##############################################################] 100%
( 33/133) upgrading haskell-semialign                                                                    [##############################################################] 100%
( 34/133) upgrading haskell-strict                                                                       [##############################################################] 100%
( 35/133) upgrading haskell-witherable                                                                   [##############################################################] 100%
( 36/133) upgrading haskell-aeson                                                                        [##############################################################] 100%
( 37/133) upgrading haskell-attoparsec-aeson                                                             [##############################################################] 100%
( 38/133) upgrading haskell-aeson-pretty                                                                 [##############################################################] 100%
( 39/133) upgrading haskell-auto-update                                                                  [##############################################################] 100%
( 40/133) upgrading haskell-bitvec                                                                       [##############################################################] 100%
( 41/133) upgrading haskell-bsb-http-chunked                                                             [##############################################################] 100%
( 42/133) upgrading haskell-cassava                                                                      [##############################################################] 100%
( 43/133) upgrading haskell-pandoc-types                                                                 [##############################################################] 100%
( 44/133) upgrading haskell-uniplate                                                                     [##############################################################] 100%
( 45/133) upgrading haskell-vector-algorithms                                                            [##############################################################] 100%
( 46/133) upgrading haskell-mono-traversable                                                             [##############################################################] 100%
( 47/133) upgrading haskell-conduit                                                                      [##############################################################] 100%
( 48/133) upgrading haskell-conduit-extra                                                                [##############################################################] 100%
( 49/133) upgrading haskell-xml-conduit                                                                  [##############################################################] 100%
( 50/133) upgrading haskell-citeproc                                                                     [##############################################################] 100%
( 51/133) upgrading haskell-commonmark-extensions                                                        [##############################################################] 100%
( 52/133) upgrading haskell-commonmark-pandoc                                                            [##############################################################] 100%
( 53/133) upgrading haskell-type-equality                                                                [##############################################################] 100%
( 54/133) upgrading haskell-constraints                                                                  [##############################################################] 100%
( 55/133) upgrading haskell-doctemplates                                                                 [##############################################################] 100%
( 56/133) upgrading haskell-unix-compat                                                                  [##############################################################] 100%
( 57/133) upgrading haskell-fast-logger                                                                  [##############################################################] 100%
( 58/133) upgrading haskell-haddock-library                                                              [##############################################################] 100%
( 59/133) upgrading haskell-hslua-core                                                                   [##############################################################] 100%
( 60/133) upgrading haskell-hslua-marshalling                                                            [##############################################################] 100%
( 61/133) upgrading haskell-hslua-aeson                                                                  [##############################################################] 100%
( 62/133) upgrading haskell-hslua-classes                                                                [##############################################################] 100%
( 63/133) upgrading haskell-hslua-typing                                                                 [##############################################################] 100%
( 64/133) upgrading haskell-hslua-objectorientation                                                      [##############################################################] 100%
( 65/133) upgrading haskell-hslua-packaging                                                              [##############################################################] 100%
( 66/133) upgrading haskell-hslua                                                                        [##############################################################] 100%
( 67/133) upgrading haskell-hslua-list                                                                   [##############################################################] 100%
( 68/133) upgrading haskell-hslua-module-doclayout                                                       [##############################################################] 100%
( 69/133) upgrading haskell-hslua-module-path                                                            [##############################################################] 100%
( 70/133) upgrading haskell-hslua-module-system                                                          [##############################################################] 100%
( 71/133) upgrading haskell-hslua-module-text                                                            [##############################################################] 100%
( 72/133) upgrading haskell-hslua-module-version                                                         [##############################################################] 100%
( 73/133) upgrading haskell-hslua-module-zip                                                             [##############################################################] 100%
( 74/133) upgrading haskell-hslua-repl                                                                   [##############################################################] 100%
( 75/133) upgrading haskell-http-types                                                                   [##############################################################] 100%
( 76/133) upgrading haskell-http-api-data                                                                [##############################################################] 100%
( 77/133) upgrading haskell-http-client                                                                  [##############################################################] 100%
( 78/133) upgrading haskell-http-client-tls                                                              [##############################################################] 100%
( 79/133) upgrading haskell-time-manager                                                                 [##############################################################] 100%
( 80/133) upgrading haskell-http2                                                                        [##############################################################] 100%
( 81/133) upgrading haskell-ipynb                                                                        [##############################################################] 100%
( 82/133) upgrading haskell-libyaml                                                                      [##############################################################] 100%
( 83/133) upgrading haskell-skylighting-core                                                             [##############################################################] 100%
( 84/133) upgrading haskell-skylighting-format-ansi                                                      [##############################################################] 100%
( 85/133) upgrading haskell-skylighting-format-blaze-html                                                [##############################################################] 100%
( 86/133) upgrading haskell-skylighting-format-context                                                   [##############################################################] 100%
( 87/133) upgrading haskell-skylighting-format-latex                                                     [##############################################################] 100%
( 88/133) upgrading haskell-skylighting                                                                  [##############################################################] 100%
( 89/133) upgrading haskell-texmath                                                                      [##############################################################] 100%
( 90/133) upgrading haskell-regex-tdfa                                                                   [##############################################################] 100%
( 91/133) upgrading haskell-prettyprinter                                                                [##############################################################] 100%
( 92/133) upgrading haskell-toml-parser                                                                  [##############################################################] 100%
( 93/133) upgrading haskell-yaml                                                                         [##############################################################] 100%
( 94/133) upgrading haskell-typst                                                                        [##############################################################] 100%
( 95/133) upgrading haskell-pandoc                                                                       [##############################################################] 100%
( 96/133) upgrading haskell-pandoc-lua-marshal                                                           [##############################################################] 100%
( 97/133) upgrading lua-lpeg                                                                             [##############################################################] 100%
( 98/133) upgrading haskell-pandoc-lua-engine                                                            [##############################################################] 100%
( 99/133) upgrading haskell-vault                                                                        [##############################################################] 100%
(100/133) upgrading haskell-servant                                                                      [##############################################################] 100%
(101/133) upgrading haskell-wai                                                                          [##############################################################] 100%
(102/133) upgrading haskell-wai-logger                                                                   [##############################################################] 100%
(103/133) upgrading haskell-simple-sendfile                                                              [##############################################################] 100%
(104/133) upgrading haskell-warp                                                                         [##############################################################] 100%
(105/133) upgrading haskell-wai-extra                                                                    [##############################################################] 100%
(106/133) upgrading haskell-wai-app-static                                                               [##############################################################] 100%
(107/133) upgrading haskell-servant-server                                                               [##############################################################] 100%
(108/133) upgrading haskell-wai-cors                                                                     [##############################################################] 100%
(109/133) upgrading haskell-pandoc-server                                                                [##############################################################] 100%
(110/133) upgrading hslua-cli                                                                            [##############################################################] 100%
(111/133) upgrading iniparser                                                                            [##############################################################] 100%
(112/133) upgrading iw                                                                                   [##############################################################] 100%
(113/133) upgrading libgusb                                                                              [##############################################################] 100%
(114/133) upgrading libtraceevent                                                                        [##############################################################] 100%
(115/133) upgrading liburing                                                                             [##############################################################] 100%
(116/133) upgrading libwireplumber                                                                       [##############################################################] 100%
(117/133) upgrading linux-headers                                                                        [##############################################################] 100%
(118/133) upgrading lvm2                                                                                 [##############################################################] 100%
(119/133) upgrading mpd                                                                                  [##############################################################] 100%
(120/133) upgrading mpv                                                                                  [##############################################################] 100%
(121/133) upgrading ndctl                                                                                [##############################################################] 100%
(122/133) upgrading opencv                                                                               [##############################################################] 100%
(123/133) upgrading pandoc-cli                                                                           [##############################################################] 100%
(124/133) upgrading pcsclite                                                                             [##############################################################] 100%
(125/133) upgrading python-annotated-types                                                               [##############################################################] 100%
(126/133) upgrading python-requests                                                                      [##############################################################] 100%
(127/133) upgrading python-trove-classifiers                                                             [##############################################################] 100%
(128/133) upgrading qt5-base                                                                             [##############################################################] 100%
(129/133) upgrading tmux                                                                                 [##############################################################] 100%
(130/133) upgrading vim-runtime                                                                          [##############################################################] 100%
(131/133) upgrading vim                                                                                  [##############################################################] 100%
(132/133) upgrading virglrenderer                                                                        [##############################################################] 100%
(133/133) upgrading wireplumber                                                                          [##############################################################] 100%
:: Running post-transaction hooks...
( 1/18) Creating system user accounts...
( 2/18) Updating journal message catalog...
( 3/18) Reloading system manager configuration...
  Skipped: Running in chroot.
( 4/18) Reloading user manager configuration...
  Skipped: Running in chroot.
( 5/18) Updating udev hardware database...
( 6/18) Applying kernel sysctl settings...
  Skipped: Running in chroot.
( 7/18) Creating temporary files...
( 8/18) Reloading device manager configuration...
  Skipped: Running in chroot.
( 9/18) Arming ConditionNeedsUpdate...
(10/18) Updating the MIME type database...
(11/18) Updating module dependencies...
(12/18) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: specified kernel image does not exist: '/boot/vmlinuz-linux'
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
==> Using configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: specified kernel image does not exist: '/boot/vmlinuz-linux'
error: command failed to execute correctly
(13/18) Reloading system bus configuration...
  Skipped: Running in chroot.
(14/18) Registering Haskell modules...
(15/18) Updating icon theme caches...
(16/18) Removing old packages from pacman cache...
Removing old installed packages...

==> finished: 186 packages removed (disk space saved: 883.82 MiB)
Removing old uninstalled packages...

==> finished: 37 packages removed (disk space saved: 125.06 MiB)
(17/18) Updating the info directory file...
(18/18) Updating the desktop file MIME type cache...
pacstrap /mnt -u  16.31s user 6.38s system 96% cpu 23.627 total
dois-je rebooetr ?
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Note, j'avais dis
Supprime les fichiers marqués comme corrompu
Je n'avais pas dis de supprimer les paquets, mais plutôt les fichiers téléchargés qui pouvaient être corrompus.
Mais ce n'est pas grave, ce n'était pas nécessaire, tu peux oublier.

Je n'ai pas non plus dis de supprimer le paquet HoldPkg (qui n'existe pas), mais de remettre plutôt la valeur par défaut dans /etc/pacman.conf (donc dans /mnt/etc/pacman.conf) :

Code : Tout sélectionner

HoldPkg     = pacman glibc
Mais manifestement tu ne l'avais pas modifié, car le paquet icu a bien été mise à jour

Et non tu ne dois pas redémarrer, tu dois faire ceci avant (car tu l'as cassé quelques messages précédemment :mrgreen: ) :

Code : Tout sélectionner

arch-chroot /mnt
# Depuis le chroot
pacman -Syu linux
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

excuse-moi j'ai lu trop vite et j'ai lu paquets au lieu de fichiers, j'aurais du le voir car les messages précisaient ...pkg.tar.zst

Code : Tout sélectionner

root@archiso ~ # arch-chroot /mnt
[root@archiso /]# pacman -Syu linux
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
warning: linux-6.9.1.arch1-2 is up to date -- reinstalling
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (1) linux-6.9.1.arch1-2

Total Installed Size:  134.45 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring                                                                           [--------------------------------------------------------------] 100%
(1/1) checking package integrity                                                                         [--------------------------------------------------------------] 100%
(1/1) loading package files                                                                              [--------------------------------------------------------------] 100%
(1/1) checking for file conflicts                                                                        [--------------------------------------------------------------] 100%
(1/1) checking available disk space                                                                      [--------------------------------------------------------------] 100%
:: Processing package changes...
(1/1) reinstalling linux                                                                                 [--------------------------------------------------------------] 100%
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
==> Using configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: '6.9.1-arch1-2'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
==> Using configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: '6.9.1-arch1-2'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'bfa'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
(4/4) Removing old packages from pacman cache...
Removing old installed packages...
==> no candidate packages found for pruning
Removing old uninstalled packages...
==> no candidate packages found for pruning
l'image a été générée avec succès
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Je pense que tu peux redémarrer sans aucun souci.
Il ne te reste plus qu'à faire un peu de maintenance de ton système, cf : viewtopic.php?p=181077#p181077 et viewtopic.php?p=179773#p179773
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

erreur au boot

Code : Tout sélectionner

:: running early hook [udev]
Warning: /lib/modules/6.9.1-arch1-2/modules.devname not found - ignoring
Starting systemd-udevd version 255.6-1-arch
...
ERROR: device 'PARTUUID=192cd377-ec5b-5940-add6-f046d9fab136' not found. Skipping fsck.
:: mounting 'PARTUUID=192cd377-ec5b-5940-add6-f046d9fab136'  on real root
mount: /new_root: can't find PARTUUID=192cd377-ec5b-5940-add6-f046d9fab136.
ERROR: Failed to mount 'PARTUUID=192cd377-ec5b-5940-add6-f046d9fab136' on real root
You are now being dropped into an emergency shell.
sh: can't access tty: job control turned off
[rootfs ~]#
bizarre PARTUUID inconnu dans mon fichier fstab si je me souviens bien
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Retourne dans le chroot via arch-chroot, et lance la commande :

Code : Tout sélectionner

depmod 6.9.1-arch1-2
pacman -S linux
ls -l /lib/modules/6.9.1-arch1-2/
Peux tu confirmer que tu n'as pas de partition de boot séparée ? Peux tu donner ton fstab ?
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
apojul
Daikyu
Messages : 51
Inscription : sam. 09 mai 2020, 14:11

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par apojul »

Code : Tout sélectionner

[root@archiso /]# depmod -a
depmod: ERROR: could not open directory /lib/modules/6.5.7-arch1-1: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
dwm | zsh | desktop Ryzen 1700X
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17288
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [AUR] error while loading shared libraries: libicuuc.so.75

Message par benjarobin »

Voir mon précédent message, j'avais indiqué que ce n'était pas la bonne commande, j'ai immédiatement édité...
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre