[Mise à jour] Impossible de faire les màj (Résolu)

Mise à jour / Création /debug de paquetages
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

[Mise à jour] Impossible de faire les màj (Résolu)

Message par Mad_noob »

Bonjour à tous! :wink:

J'ai installé hier avec succès archlinux x86_64 version core sur ma config :

i7 860 4GB de ram GTX480 carte mère eVGA P55 FTW

J'ai un autre HDD avec windows seven, chaque disque est indépendant! Grub est installé sur le disque d'archlinux et non dans la MBR du disque de seven, j'ai donc dû éditer le menu.lst de grub afin de mapper les deux disques ce qui à fonctionné au bout de plusieurs heures d'archarnement et de googling, mais c'est pas le but de mon message :)

Donc tout content je lance mon archlinux, tout se lance parfaitement aucun FAIL apparait! Fort de ce succès je tente de mettre à jour complètement le système avec un pacman -Syu, ce dernier se synchronise avec les dépôts puis me liste une certaine quantité de mise à jours (environ 123mb de téléchargement pour 465mb d'installation) contenant tout un tas de paquets du style kernel26.xx, linux-firmware-20100911... etc... Tous se télécharge bien, sauf qu'au moment d'installer tout ce beau monde, tout les paquets précédemment téléchargés apparaissent comme des paquets endommagés ou corrompus et donc le système de se mets pas à jour :x

Je suis obligé de vider la cache de pacman avec un petit pacman -Scc

Mais si je recommence la mise à jour j'obtiens le même résultat...

J'ai bien ajouter le repo [archlinuxfr] comme préconisé dans la doc, je vois vraiment pas ce qui cloche :(

J'ai effectuer cette commande (trouver sur un sujet du forum) pour être sûr que le repo était pris en compte :

grep -E "^[ \\t]*[^# \\t].+$" /etc/pacman.conf

J'obtiens la liste des repos par défaut qui renvoi vers le fichier /etc/pacman.d/mirrorlist et le repos que j'ai ajouté en manuel [archlinuxfr]

Dans la mirrorlist j'ai seulement comme mirror http://mir.archlinux.fr et j'ai aussi testé http://distrib-coffee.ipsl.jussieu.fr/p ... archlinux/ par acquis de conscience, mais j'obtiens le même résultat avec les paquets tous corrompus, donc j'ai remis le premier mirror :mrgreen:

Je suis perdu, et ne vois pas comment faire tout seul :?

PS: ah oui j'ai mis à jour pacman (enfin c'est la commande que j'ai éxécuter en ce sens car même la version à jour semble out of date) et avec un pacman -V j'ai la version :

Pacman v3.4.1 - libalpm v5.0.1

Je pense que j'aurais dû faire une installation par internet directement avec les derniers pacquets dispo plutôt que depuis l'image iso core que j'ai récupéré sur le site, car apparemment ce système ne supporte pas de ne pas être à jour trop longtemps... un point commun avec windows :lol:

Merci d'avance :chinois:
Dernière modification par Mad_noob le ven. 04 févr. 2011, 14:31, modifié 2 fois.
Avatar de l’utilisateur
Abazigal
Chu Ko Nu
Messages : 313
Inscription : sam. 26 avr. 2008, 14:45
Localisation : Seine et Marne

Re: [Mise à jour] Impossible de faire les mises à jour (nouv

Message par Abazigal »

Mets "xz" à jour avec

Code : Tout sélectionner

pacman -S xz
puis réessaye.

ps: Jolie config :D
Si les cons savaient voler, il ferait nuit tout le temps ...
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

Re: [Mise à jour] Impossible de faire les mises à jour (nouv

Message par Mad_noob »

Merci, pour cette réponse rapide :D, je ne l'est pas mis mais j'ai déjà tenté cette commande :(

Avant de poster j'ai essayé tout un tas de truc que je jugeais cohérent :), mais là j'avoue que rien y fait pour l'instant seulement ;)
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17628
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Mise à jour] Impossible de faire les mises à jour (nouv

Message par benjarobin »

Peut tu faire : pacman -Syw
Puis : md5sum /var/cache/pacman/pkg/kernel26*.pkg.tar.xz
Il y a bien une personne sur le forum qui affirmera, ou infirmera le md5sum

Sinon tente d'abord pacman -S pacman
Car j'ai ceci pour pacman

Code : Tout sélectionner

pacman -V
... Pacman v3.4.3 - libalpm v5.0.3
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Mise à jour] Impossible de faire les mises à jour (nouv

Message par FoolEcho »

Mad_noob a écrit :PS: ah oui j'ai mis à jour pacman (enfin c'est la commande que j'ai éxécuter en ce sens car même la version à jour semble out of date) et avec un pacman -V j'ai la version :

Pacman v3.4.1 - libalpm v5.0.1
Déjà ça colle pas, pacman est en 3.4.3. :?

On peut voir tes mirroirs ? (par acquis de conscience aussi ^^)

Code : Tout sélectionner

grep -v ^# /etc/pacman.d/mirrorlist
benjarobin a écrit :Il y a bien une personne sur le forum qui affirmera, ou infirmera le md5sum
:chinois:
«The following statement is not true. The previous statement is true.» :nage:
Avatar de l’utilisateur
Abazigal
Chu Ko Nu
Messages : 313
Inscription : sam. 26 avr. 2008, 14:45
Localisation : Seine et Marne

Re: [Mise à jour] Impossible de faire les mises à jour (nouv

Message par Abazigal »

Code : Tout sélectionner

a13421561c7f4adcdd9ad6d3df641869  /var/cache/pacman/pkg/kernel26-2.6.37-5-x86_64.pkg.tar.xz
4a04cd02e1bf85aa5b29673d77e4681a  /var/cache/pacman/pkg/kernel26-headers-2.6.37-5-x86_64.pkg.tar.xz
(Pour comparer)
Si les cons savaient voler, il ferait nuit tout le temps ...
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

Re: [Mise à jour] Impossible de faire les mises à jour (nouv

Message par Mad_noob »

Merci à vous!

Donc j'ai quand même retenté la commande que m'a préconisé Abazigal

pacman -S xz

Il met à jour xz apparemment, mais malheureusement la mise à jour pacman -Syu échoue de la même façon!

Et sinon avec la commande de benjarobin j'obtiens ce résultat :

md5sum = a13421561c7f4adcdd9ad6d3df641869

Voilà :)

EDIT : Dans mon cas je n'est pas les headers, ce qui je pense est normal, puisque je n'est pas eu le temps d'en avoir besoin, il me semble qu'ils servent dans le cas d'une compilation? non?

Sinon le cheksum est bon, ce qui cloche comme le souligne FoolEcho, c'est que mon système n'est du tout à jour, et qu'il doit trop dater! Enfin pour moi le noob je vois que ça :D

Dans mon mirrorlist, j'ai juste dé commenté la première ligne avec http://mir.archlinux.fr pour le reste il est identique au mirrorlist généré par l'installation :chinois:
Avatar de l’utilisateur
Abazigal
Chu Ko Nu
Messages : 313
Inscription : sam. 26 avr. 2008, 14:45
Localisation : Seine et Marne

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par Abazigal »

Code : Tout sélectionner

grep -A1 SUM /var/lib/pacman/sync/core/kernel26-2.6.37-5/desc 
Ca te renvoie quoi ?

Si la somme diffère (pour une raison qui m'échaperait), lance "pacman -Syy" puis retente la mise à jour avec "pacman -Su" (edit: pas besoin de vider le cache).
Dernière modification par Abazigal le mar. 01 févr. 2011, 14:21, modifié 2 fois.
Si les cons savaient voler, il ferait nuit tout le temps ...
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17628
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par benjarobin »

Peut tu donner la sortie de pacman -Syy --debug pacman
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par FoolEcho »

Mad_noob a écrit :md5sum = a13421561c7f4adcdd9ad6d3df641869
Cela colle pour kernel26-2.6.37-5-x86_64.pkg.tar.xz


EDIT: bon ok, j'ai loupé des messages... :mrgreen:
«The following statement is not true. The previous statement is true.» :nage:
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

Re: [Mise à jour] Impossible de faire les mises à jour (nouv

Message par Mad_noob »

FoolEcho a écrit :
Mad_noob a écrit :PS: ah oui j'ai mis à jour pacman (enfin c'est la commande que j'ai éxécuter en ce sens car même la version à jour semble out of date) et avec un pacman -V j'ai la version :

Pacman v3.4.1 - libalpm v5.0.1
Déjà ça colle pas, pacman est en 3.4.3. :?

On peut voir tes mirroirs ? (par acquis de conscience aussi ^^)

Code : Tout sélectionner

grep -v ^# /etc/pacman.d/mirrorlist
benjarobin a écrit :Il y a bien une personne sur le forum qui affirmera, ou infirmera le md5sum
:chinois:

J'ai quand même tenté ta commande mais on dirais que y'a rien en sortie, je retourne au prompt avec un bel écran noir au dessus :bravo:
benjarobin a écrit :Peut tu donner la sortie de pacman -Syy --debug pacman
Y'en a trop trop j'ai pas accès à la sortie mais globalement c'est bon, il ma proposé la mise à jour de pacman et quand je fais un pacman -V j'ai bien la même sortie que benjarobin!
Abazigal a écrit :

Code : Tout sélectionner

grep -A1 SUM /var/lib/pacman/sync/core/kernel26-2.6.37-5/desc 
Si la somme diffère (pour une raison qui m'échaperait), lance "pacman -Syy" puis retente la mise à jour avec "pacman -Su" (edit: pas besoin de vider le cache). Ca te renvoie quoi ?
Est ce que tu n'aurais pas éditer ta commande? Car moi il me disait que l'argument de longueur était pas bon :P, j'ai tapé -Al et pas -A1, faut dire que sur l'iPhone c'est petit pour lire, ça m'évite de redémarrer trop souvent :)
Mais ça devrait aller pour la checksum :)

Par contre même pacman à jour c'est pas la panacée, je vais tenté la dernière proposition!
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17628
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par benjarobin »

Cela ne sert à rien, car tu l'as déjà fait avec ma commande.
Sinon je corrige la commande de FoolEcho, que donne :

Code : Tout sélectionner

grep -v -E "^(#|$)" /etc/pacman.d/mirrorlist
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par Mad_noob »

Abazigal a écrit :

Code : Tout sélectionner

grep -A1 SUM /var/lib/pacman/sync/core/kernel26-2.6.37-5/desc 
Ca te renvoie quoi ?

Si la somme diffère (pour une raison qui m'échaperait), lance "pacman -Syy" puis retente la mise à jour avec "pacman -Su" (edit: pas besoin de vider le cache).
Donc les commandes se passent bien, il se synchronise comme il faut, aucun soucis avec archlinuxfr, core, extra et community!

Ensuite je retente une mise à jour et il me dit que des erreurs sont survenues et qu'aucun paquets n'a été mis à jour :shock:

EDIT : Sinon par rapport à mon soucis est ce que vous penser qu'une mauvaise date/heure sur mon pc par rapport à celle du mirror pourrait empêcher une mise à jour? C'est le cas sous windows avec windows update c'est pour ça ;)

Sinon je vais vous laisser, car j'ai des bricole à faire IRL, au pire des cas si vraiment rien ne marche je retenterais une installation via le réseau :chinois:

Je tenterais ta manip en rentrant! ;)
Dernière modification par Mad_noob le mar. 01 févr. 2011, 14:58, modifié 1 fois.
Avatar de l’utilisateur
Abazigal
Chu Ko Nu
Messages : 313
Inscription : sam. 26 avr. 2008, 14:45
Localisation : Seine et Marne

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par Abazigal »

J'ai certes édité mon post, mais pas pour modifier ça, c'était bien un 1 dès le début. :wink:
Mad_noob a écrit :Mais ça devrait aller pour la checksum
C'est à dire, ca t'affiche bien a13421561c7f4adcdd9ad6d3df641869 ?
Bon, de toute façon, si t'as lancé "pacman -Syy --debug" et que ca marche toujours pas, c'était que mon idée était pas la bonne.

Quelle version de xz as-tu ? (désolé de revenir la dessus :D )

Code : Tout sélectionner

pacman -Q xz
Si les cons savaient voler, il ferait nuit tout le temps ...
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17628
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par benjarobin »

Ce serait bien d'avoir la sortie de

Code : Tout sélectionner

pacman -Syyu --debug
Tu peux mettre le contenu de la sortie dans un fichier que tu met sur une clé USB par exemple.

Code : Tout sélectionner

pacman -Syyu --debug > /media/macleusb/fichierdesortiepacman
Sinon quand tu dis erreur ? Précise, on est toujours sur la même erreur ? Ou cela à changé ?
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par Mad_noob »

C'est toujours la même erreur paquets corrompus, donc non extractible, il installe rien, retour au point de départ!

Merci pour l'astuce, afin d'avoir les log sur ma clef ;)

J'arrive pas à monter ma clef (je sais pas comment on fais, et j'y comprends encore moins en fesant man, ensuite je vois pas 3/4 des possibilités de mount du faite que mon écran affiche pas tout), est ce que quelqu'un pourrait m'aider?

Je vois bien ma clef avec un lsusb :chinois:

J'ai googleisé monter une clef usb sous linux et j'ai trouvé mon bonheur, pour un montage automatique faut que j'édite /etc/fstab :mrgreen:
Dernière modification par Mad_noob le mar. 01 févr. 2011, 20:32, modifié 2 fois.
Avatar de l’utilisateur
FoolEcho
Maître du Kyudo
Messages : 10711
Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par FoolEcho »

benjarobin a écrit :Sinon je corrige la commande de FoolEcho
Tu fais bien, j'ai zappé les lignes vides... l'habitude des onglets terminaux en console... :roll:


:?: Question à la dérobade: on a moyen de savoir quel(s) paquet(s) ne passe(nt) pas le contrôle d'intégrité sur une mise à jour globale (hormis l'installation manuelle -U et le debug de pacman ?) ?
«The following statement is not true. The previous statement is true.» :nage:
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par Mad_noob »

Pas grave :wink:

Sinon en ce qui concerne les commande après avoir un peu galère avec cette clef usb, mais finalement ça marche plutôt bien (encore un truc en plus dans ma culture linux :) )

Donc on a :

Pour la version de xz =>

Code : Tout sélectionner

xz 5.0.1-1
et pour la commande de benjarobin on a :

Code : Tout sélectionner

debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: SyncFirst: pacman
debug: config: Architecture: x86_64
debug: config: new section 'archlinuxfr'
debug: registering sync database 'archlinuxfr'
debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/x86_64
debug: config: new section 'core'
debug: registering sync database 'core'
debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'core': http://mir.archlinux.fr/core/os/x86_64
debug: setlibpaths() called
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: registering sync database 'extra'
debug: config file /etc/pacman.conf, line 70: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'extra': http://mir.archlinux.fr/extra/os/x86_64
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: registering sync database 'community'
debug: config file /etc/pacman.conf, line 76: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'community': http://mir.archlinux.fr/community/os/x86_64
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
debug: registering local database
:: Synchronisation des bases de données de paquets...
debug: no file found matching criteria, starting from scratch
debug: using 'archlinuxfr.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY:  (null)
debug: ftp_proxy:  (null)
debug: ust.mtime: 1296480608 local_time: 0 compare: -1296480608
debug: ust.size: 24872 local_size: 0 compare: -24872
debug: mtimes were different or unavailable, downloading archlinuxfr.db.tar.gz from beginning
debug: connected to repo.archlinux.fr successfully
téléchargement de archlinuxfr.db.tar.gz...
debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr/
debug: database dir /var/lib/pacman/sync/archlinuxfr/ removed
debug: database dir '/var/lib/pacman/sync/archlinuxfr/' does not exist, creating it
debug: no file found matching criteria, starting from scratch
debug: using 'core.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY:  (null)
debug: ftp_proxy:  (null)
debug: ust.mtime: 1296545410 local_time: 0 compare: -1296545410
debug: ust.size: 37469 local_size: 0 compare: -37469
debug: mtimes were different or unavailable, downloading core.db.tar.gz from beginning
debug: connected to mir.archlinux.fr successfully
téléchargement de core.db.tar.gz...
debug: database path for tree core set to /var/lib/pacman/sync/core/
debug: database dir /var/lib/pacman/sync/core/ removed
debug: database dir '/var/lib/pacman/sync/core/' does not exist, creating it
debug: no file found matching criteria, starting from scratch
debug: using 'extra.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY:  (null)
debug: ftp_proxy:  (null)
debug: ust.mtime: 1296584653 local_time: 0 compare: -1296584653
debug: ust.size: 473231 local_size: 0 compare: -473231
debug: mtimes were different or unavailable, downloading extra.db.tar.gz from beginning
debug: connected to mir.archlinux.fr successfully
téléchargement de extra.db.tar.gz...
debug: database path for tree extra set to /var/lib/pacman/sync/extra/
debug: database dir /var/lib/pacman/sync/extra/ removed
debug: database dir '/var/lib/pacman/sync/extra/' does not exist, creating it
debug: no file found matching criteria, starting from scratch
debug: using 'community.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY:  (null)
debug: ftp_proxy:  (null)
debug: ust.mtime: 1296569867 local_time: 0 compare: -1296569867
debug: ust.size: 430344 local_size: 0 compare: -430344
debug: mtimes were different or unavailable, downloading community.db.tar.gz from beginning
debug: connected to mir.archlinux.fr successfully
téléchargement de community.db.tar.gz...
debug: database path for tree community set to /var/lib/pacman/sync/community/
debug: database dir /var/lib/pacman/sync/community/ removed
debug: database dir '/var/lib/pacman/sync/community/' does not exist, creating it
debug: loading package cache for repository 'local'
debug: database path for tree local set to /var/lib/pacman/local/
debug: loading package cache for repository 'archlinuxfr'
debug: loading package cache for repository 'core'
:: Début de la mise à jour complète du système...
debug: checking for package upgrades
debug: new version of 'acl' found (2.2.49-1 => 2.2.49-2)
debug: adding package acl-2.2.49-2 to the transaction targets
debug: new version of 'attr' found (2.4.44-1 => 2.4.44-2)
debug: adding package attr-2.4.44-2 to the transaction targets
debug: new version of 'autoconf' found (2.65-2 => 2.68-1)
debug: adding package autoconf-2.68-1 to the transaction targets
debug: new version of 'automake' found (1.11.1-1 => 1.11.1-2)
debug: adding package automake-1.11.1-2 to the transaction targets
debug: new version of 'bash' found (4.1.005-1 => 4.1.009-3)
debug: adding package bash-4.1.009-3 to the transaction targets
debug: new version of 'bin86' found (0.16.17-4 => 0.16.17-5)
debug: adding package bin86-0.16.17-5 to the transaction targets
debug: new version of 'binutils' found (2.20.1-2 => 2.21-3)
debug: adding package binutils-2.21-3 to the transaction targets
debug: new version of 'bison' found (2.4.2-1 => 2.4.3-1)
debug: adding package bison-2.4.3-1 to the transaction targets
debug: new version of 'bzip2' found (1.0.5-5 => 1.0.6-1)
debug: adding package bzip2-1.0.6-1 to the transaction targets
debug: new version of 'cloog-ppl' found (0.15.9-1 => 0.15.10-2)
debug: adding package cloog-ppl-0.15.10-2 to the transaction targets
debug: new version of 'coreutils' found (8.5-1 => 8.9-1)
debug: adding package coreutils-8.9-1 to the transaction targets
debug: new version of 'cracklib' found (2.8.16-1 => 2.8.18-1)
debug: adding package cracklib-2.8.18-1 to the transaction targets
debug: new version of 'cryptsetup' found (1.1.0-2 => 1.2.0-1)
debug: adding package cryptsetup-1.2.0-1 to the transaction targets
debug: new version of 'dash' found (0.5.5.1-2 => 0.5.6.1-2)
debug: adding package dash-0.5.6.1-2 to the transaction targets
debug: new version of 'db' found (4.8.26-2 => 5.1.19-3)
debug: adding package db-5.1.19-3 to the transaction targets
debug: new version of 'dhcpcd' found (5.2.2-1 => 5.2.9-1)
debug: adding package dhcpcd-5.2.9-1 to the transaction targets
debug: new version of 'diffutils' found (3.0-1 => 3.0-2)
debug: adding package diffutils-3.0-2 to the transaction targets
debug: new version of 'e2fsprogs' found (1.41.11-1 => 1.41.14-1)
debug: adding package e2fsprogs-1.41.14-1 to the transaction targets
debug: new version of 'ed' found (1.4-2 => 1.5-2)
debug: adding package ed-1.5-2 to the transaction targets
debug: new version of 'eventlog' found (0.2.9-1 => 0.2.12-1)
debug: adding package eventlog-0.2.12-1 to the transaction targets
debug: new version of 'expat' found (2.0.1-5 => 2.0.1-6)
debug: adding package expat-2.0.1-6 to the transaction targets
debug: new version of 'fakeroot' found (1.14.4-2 => 1.14.5-1)
debug: adding package fakeroot-1.14.5-1 to the transaction targets
debug: new version of 'file' found (5.04-2 => 5.05-1)
debug: adding package file-5.05-1 to the transaction targets
debug: new version of 'filesystem' found (2010.02-4 => 2010.12-1)
debug: adding package filesystem-2010.12-1 to the transaction targets
debug: new version of 'findutils' found (4.4.2-2 => 4.4.2-3)
debug: adding package findutils-4.4.2-3 to the transaction targets
debug: new version of 'flex' found (2.5.35-3 => 2.5.35-4)
debug: adding package flex-2.5.35-4 to the transaction targets
debug: new version of 'gawk' found (3.1.8-1 => 3.1.8-2)
debug: adding package gawk-3.1.8-2 to the transaction targets
debug: new version of 'gcc' found (4.5.0-1 => 4.5.2-5)
debug: adding package gcc-4.5.2-5 to the transaction targets
debug: new version of 'gcc-libs' found (4.5.0-1 => 4.5.2-5)
debug: adding package gcc-libs-4.5.2-5 to the transaction targets
debug: new version of 'gdbm' found (1.8.3-7 => 1.8.3-8)
debug: adding package gdbm-1.8.3-8 to the transaction targets
debug: new version of 'gen-init-cpio' found (2.6.32-1 => 2.6.36-1)
debug: adding package gen-init-cpio-2.6.36-1 to the transaction targets
debug: new version of 'gettext' found (0.17-4 => 0.18.1.1-1)
debug: adding package gettext-0.18.1.1-1 to the transaction targets
debug: new version of 'glibc' found (2.11.1-3 => 2.13-1)
debug: adding package glibc-2.13-1 to the transaction targets
debug: new version of 'gmp' found (5.0.1-1 => 5.0.1-2)
debug: adding package gmp-5.0.1-2 to the transaction targets
debug: new version of 'grep' found (2.6.3-1 => 2.7-1)
debug: adding package grep-2.7-1 to the transaction targets
debug: new version of 'groff' found (1.20.1-4 => 1.21-1)
debug: adding package groff-1.21-1 to the transaction targets
debug: new version of 'gzip' found (1.4-1 => 1.4-2)
debug: adding package gzip-1.4-2 to the transaction targets
debug: new version of 'initscripts' found (2010.05-3 => 2010.07-2)
debug: adding package initscripts-2010.07-2 to the transaction targets
debug: new version of 'iputils' found (20100214-2 => 20101006-1)
debug: adding package iputils-20101006-1 to the transaction targets
debug: new version of 'jfsutils' found (1.1.14-1 => 1.1.14-2)
debug: adding package jfsutils-1.1.14-2 to the transaction targets
debug: loading package cache for repository 'extra'
debug: new version of 'kernel26' found (2.6.33.4-1 => 2.6.37-5)
debug: adding package kernel26-2.6.37-5 to the transaction targets
debug: adding package linux-firmware-20101108-1 to the transaction targets
debug: new version of 'less' found (436-1 => 436-2)
debug: adding package less-436-2 to the transaction targets
debug: new version of 'libarchive' found (2.8.3-3 => 2.8.4-2)
debug: adding package libarchive-2.8.4-2 to the transaction targets
debug: new version of 'libcap' found (2.19-1 => 2.19-2)
debug: adding package libcap-2.19-2 to the transaction targets
debug: adding package elfutils-0.151-1 to the transaction targets
debug: new version of 'libfetch' found (2.30-3 => 2.33-1)
debug: adding package libfetch-2.33-1 to the transaction targets
debug: new version of 'libgpg-error' found (1.7-3 => 1.9-2)
debug: adding package libgpg-error-1.9-2 to the transaction targets
debug: new version of 'libmpc' found (0.8.1-2 => 0.8.2-3)
debug: adding package libmpc-0.8.2-3 to the transaction targets
debug: new version of 'libpcap' found (1.1.1-1 => 1.1.1-2)
debug: adding package libpcap-1.1.1-2 to the transaction targets
debug: new version of 'linux-api-headers' found (2.6.33.2-1 => 2.6.37-1)
debug: adding package linux-api-headers-2.6.37-1 to the transaction targets
debug: new version of 'logrotate' found (3.7.8-1 => 3.7.9-1)
debug: adding package logrotate-3.7.9-1 to the transaction targets
debug: new version of 'lzo2' found (2.03-1 => 2.04-1)
debug: adding package lzo2-2.04-1 to the transaction targets
debug: new version of 'm4' found (1.4.14-1 => 1.4.15-1)
debug: adding package m4-1.4.15-1 to the transaction targets
debug: new version of 'man-db' found (2.5.7-1 => 2.5.9-1)
debug: adding package man-db-2.5.9-1 to the transaction targets
debug: new version of 'man-pages' found (3.24-1 => 3.32-1)
debug: adding package man-pages-3.32-1 to the transaction targets
debug: new version of 'mdadm' found (3.1.2-2 => 3.1.4-1)
debug: adding package mdadm-3.1.4-1 to the transaction targets
debug: new version of 'mkinitcpio' found (0.6.4-1 => 0.6.8-1)
debug: adding package mkinitcpio-0.6.8-1 to the transaction targets
debug: new version of 'mkinitcpio-busybox' found (1.16.1-3 => 1.17.2-1)
debug: adding package mkinitcpio-busybox-1.17.2-1 to the transaction targets
debug: new version of 'module-init-tools' found (3.11.1-2 => 3.12-2)
debug: adding package module-init-tools-3.12-2 to the transaction targets
debug: new version of 'mpfr' found (2.4.2-2 => 3.0.0.p8-1)
debug: adding package mpfr-3.0.0.p8-1 to the transaction targets
debug: new version of 'nano' found (2.2.4-1 => 2.2.6-1)
debug: adding package nano-2.2.6-1 to the transaction targets
debug: new version of 'ncurses' found (5.7-3 => 5.7-4)
debug: adding package ncurses-5.7-4 to the transaction targets
debug: new version of 'openssl' found (1.0.0-2 => 1.0.0.c-1)
debug: adding package openssl-1.0.0.c-1 to the transaction targets
debug: new version of 'pacman-mirrorlist' found (20100131-1 => 20101223-1)
debug: adding package pacman-mirrorlist-20101223-1 to the transaction targets
debug: new version of 'pam' found (1.1.1-1 => 1.1.3-1)
debug: adding package pam-1.1.3-1 to the transaction targets
debug: new version of 'patch' found (2.6.1-1 => 2.6.1-2)
debug: adding package patch-2.6.1-2 to the transaction targets
debug: new version of 'pciutils' found (3.1.7-1 => 3.1.7-3)
debug: adding package pciutils-3.1.7-3 to the transaction targets
debug: new version of 'pcmciautils' found (016-1 => 017-1)
debug: adding package pcmciautils-017-1 to the transaction targets
debug: new version of 'pcre' found (8.02-1 => 8.12-1)
debug: adding package pcre-8.12-1 to the transaction targets
debug: new version of 'perl' found (5.10.1-5 => 5.12.2-1)
debug: adding package perl-5.12.2-1 to the transaction targets
debug: adding package pkg-config-0.25-3 to the transaction targets
debug: new version of 'popt' found (1.16-2 => 1.16-3)
debug: adding package popt-1.16-3 to the transaction targets
debug: new version of 'ppl' found (0.10.2-3 => 0.11-1)
debug: adding package ppl-0.11-1 to the transaction targets
debug: new version of 'procps' found (3.2.8-1 => 3.2.8-3)
debug: adding package procps-3.2.8-3 to the transaction targets
debug: new version of 'psmisc' found (22.11-1 => 22.13-1)
debug: adding package psmisc-22.13-1 to the transaction targets
debug: new version of 'readline' found (6.1.002-1 => 6.1.002-2)
debug: adding package readline-6.1.002-2 to the transaction targets
debug: new version of 'reiserfsprogs' found (3.6.21-2 => 3.6.21-3)
debug: adding package reiserfsprogs-3.6.21-3 to the transaction targets
debug: new version of 'sed' found (4.2.1-2 => 4.2.1-3)
debug: adding package sed-4.2.1-3 to the transaction targets
debug: new version of 'shadow' found (4.1.4.2-2 => 4.1.4.2-4)
debug: adding package shadow-4.1.4.2-4 to the transaction targets
debug: new version of 'syslog-ng' found (3.1.0-1 => 3.2.1-1)
debug: adding package syslog-ng-3.2.1-1 to the transaction targets
debug: new version of 'sysvinit' found (2.86-5 => 2.88-2)
debug: adding package sysvinit-2.88-2 to the transaction targets
debug: new version of 'tar' found (1.23-1 => 1.25-1)
debug: adding package tar-1.25-1 to the transaction targets
debug: new version of 'tcp_wrappers' found (7.6-11 => 7.6-12)
debug: adding package tcp_wrappers-7.6-12 to the transaction targets
debug: new version of 'texinfo' found (4.13a-4 => 4.13a-5)
debug: adding package texinfo-4.13a-5 to the transaction targets
debug: new version of 'tzdata' found (2010j-1 => 2010o-1)
debug: adding package tzdata-2010o-1 to the transaction targets
debug: new version of 'usbutils' found (0.87-1 => 001-2)
debug: adding package usbutils-001-2 to the transaction targets
debug: new version of 'util-linux-ng' found (2.17.2-2 => 2.18-3)
debug: adding package util-linux-ng-2.18-3 to the transaction targets
debug: new version of 'which' found (2.20-3 => 2.20-4)
debug: adding package which-2.20-4 to the transaction targets
debug: new version of 'wpa_supplicant' found (0.6.10-2 => 0.7.3-1)
debug: adding package wpa_supplicant-0.7.3-1 to the transaction targets
debug: new version of 'xfsprogs' found (3.1.1-1 => 3.1.4-1)
debug: adding package xfsprogs-3.1.4-1 to the transaction targets
debug: new version of 'zlib' found (1.2.5-1 => 1.2.5-3)
debug: adding package zlib-1.2.5-3 to the transaction targets
Résolution des dépendances...
debug: resolving target's dependencies
debug: started resolving dependencies
debug: checkdeps: package acl-2.2.49-2
debug: checkdeps: missing dependency 'attr>=2.4.41' for package 'acl'
debug: pulling dependency attr (needed by acl)
debug: checkdeps: package attr-2.4.44-2
debug: checkdeps: missing dependency 'glibc' for package 'attr'
debug: pulling dependency glibc (needed by attr)
debug: checkdeps: package glibc-2.13-1
debug: checkdeps: missing dependency 'linux-api-headers>=2.6.37' for package 'glibc'
debug: checkdeps: missing dependency 'tzdata' for package 'glibc'
debug: pulling dependency linux-api-headers (needed by glibc)
debug: pulling dependency tzdata (needed by glibc)
debug: checkdeps: package linux-api-headers-2.6.37-1
debug: checkdeps: package tzdata-2010o-1
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package autoconf-2.68-1
debug: checkdeps: missing dependency 'awk' for package 'autoconf'
debug: checkdeps: missing dependency 'm4' for package 'autoconf'
debug: checkdeps: missing dependency 'diffutils' for package 'autoconf'
debug: checkdeps: missing dependency 'bash' for package 'autoconf'
debug: pulling dependency gawk (needed by autoconf)
debug: pulling dependency m4 (needed by autoconf)
debug: pulling dependency diffutils (needed by autoconf)
debug: pulling dependency bash (needed by autoconf)
debug: checkdeps: package gawk-3.1.8-2
debug: checkdeps: missing dependency 'sh' for package 'gawk'
debug: checkdeps: missing dependency 'glibc' for package 'gawk'
debug: checkdeps: package m4-1.4.15-1
debug: checkdeps: missing dependency 'glibc' for package 'm4'
debug: checkdeps: missing dependency 'bash' for package 'm4'
debug: checkdeps: package diffutils-3.0-2
debug: checkdeps: missing dependency 'glibc' for package 'diffutils'
debug: checkdeps: missing dependency 'sh' for package 'diffutils'
debug: checkdeps: package bash-4.1.009-3
debug: checkdeps: missing dependency 'readline>=6.1' for package 'bash'
debug: checkdeps: missing dependency 'glibc' for package 'bash'
debug: pulling dependency readline (needed by bash)
debug: checkdeps: package readline-6.1.002-2
debug: checkdeps: missing dependency 'glibc' for package 'readline'
debug: checkdeps: missing dependency 'ncurses' for package 'readline'
debug: pulling dependency ncurses (needed by readline)
debug: checkdeps: package ncurses-5.7-4
debug: checkdeps: missing dependency 'glibc' for package 'ncurses'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package automake-1.11.1-2
debug: checkdeps: missing dependency 'perl' for package 'automake'
debug: checkdeps: missing dependency 'bash' for package 'automake'
debug: pulling dependency perl (needed by automake)
debug: checkdeps: package perl-5.12.2-1
debug: checkdeps: missing dependency 'gdbm' for package 'perl'
debug: checkdeps: missing dependency 'db>=4.8' for package 'perl'
debug: checkdeps: missing dependency 'coreutils' for package 'perl'
debug: checkdeps: missing dependency 'glibc' for package 'perl'
debug: checkdeps: missing dependency 'sh' for package 'perl'
debug: pulling dependency gdbm (needed by perl)
debug: pulling dependency db (needed by perl)
debug: pulling dependency coreutils (needed by perl)
debug: checkdeps: package gdbm-1.8.3-8
debug: checkdeps: missing dependency 'glibc' for package 'gdbm'
debug: checkdeps: missing dependency 'sh' for package 'gdbm'
debug: checkdeps: package db-5.1.19-3
debug: checkdeps: missing dependency 'gcc-libs' for package 'db'
debug: checkdeps: missing dependency 'sh' for package 'db'
debug: pulling dependency gcc-libs (needed by db)
debug: checkdeps: package coreutils-8.9-1
debug: checkdeps: missing dependency 'glibc' for package 'coreutils'
debug: checkdeps: missing dependency 'shadow' for package 'coreutils'
debug: checkdeps: missing dependency 'pam' for package 'coreutils'
debug: checkdeps: missing dependency 'acl' for package 'coreutils'
debug: checkdeps: missing dependency 'gmp' for package 'coreutils'
debug: checkdeps: missing dependency 'libcap' for package 'coreutils'
debug: pulling dependency shadow (needed by coreutils)
debug: pulling dependency pam (needed by coreutils)
debug: pulling dependency gmp (needed by coreutils)
debug: pulling dependency libcap (needed by coreutils)
debug: checkdeps: package gcc-libs-4.5.2-5
debug: checkdeps: missing dependency 'glibc>=2.11.1-2' for package 'gcc-libs'
debug: checkdeps: package shadow-4.1.4.2-4
debug: checkdeps: missing dependency 'bash' for package 'shadow'
debug: checkdeps: missing dependency 'pam' for package 'shadow'
debug: checkdeps: package pam-1.1.3-1
debug: checkdeps: missing dependency 'glibc' for package 'pam'
debug: checkdeps: missing dependency 'db' for package 'pam'
debug: checkdeps: missing dependency 'cracklib' for package 'pam'
debug: pulling dependency cracklib (needed by pam)
debug: checkdeps: package gmp-5.0.1-2
debug: checkdeps: missing dependency 'gcc-libs' for package 'gmp'
debug: checkdeps: missing dependency 'sh' for package 'gmp'
debug: checkdeps: package libcap-2.19-2
debug: checkdeps: missing dependency 'glibc' for package 'libcap'
debug: checkdeps: missing dependency 'attr' for package 'libcap'
debug: checkdeps: package cracklib-2.8.18-1
debug: checkdeps: missing dependency 'glibc' for package 'cracklib'
debug: checkdeps: missing dependency 'zlib' for package 'cracklib'
debug: pulling dependency zlib (needed by cracklib)
debug: checkdeps: package zlib-1.2.5-3
debug: checkdeps: missing dependency 'glibc' for package 'zlib'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package bin86-0.16.17-5
debug: checkdeps: missing dependency 'glibc' for package 'bin86'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package binutils-2.21-3
debug: checkdeps: missing dependency 'glibc>=2.13' for package 'binutils'
debug: checkdeps: missing dependency 'zlib' for package 'binutils'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package bison-2.4.3-1
debug: checkdeps: missing dependency 'glibc' for package 'bison'
debug: checkdeps: missing dependency 'm4' for package 'bison'
debug: checkdeps: missing dependency 'sh' for package 'bison'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package bzip2-1.0.6-1
debug: checkdeps: missing dependency 'glibc' for package 'bzip2'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package cloog-ppl-0.15.10-2
debug: checkdeps: missing dependency 'ppl>=0.11' for package 'cloog-ppl'
debug: pulling dependency ppl (needed by cloog-ppl)
debug: checkdeps: package ppl-0.11-1
debug: checkdeps: missing dependency 'gmp>=5.0' for package 'ppl'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package cryptsetup-1.2.0-1
debug: checkdeps: missing dependency 'popt' for package 'cryptsetup'
debug: pulling dependency popt (needed by cryptsetup)
debug: checkdeps: package popt-1.16-3
debug: checkdeps: missing dependency 'glibc' for package 'popt'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package dash-0.5.6.1-2
debug: checkdeps: missing dependency 'glibc' for package 'dash'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package dhcpcd-5.2.9-1
debug: checkdeps: missing dependency 'glibc' for package 'dhcpcd'
debug: checkdeps: missing dependency 'sh' for package 'dhcpcd'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package e2fsprogs-1.41.14-1
debug: checkdeps: missing dependency 'sh' for package 'e2fsprogs'
debug: checkdeps: missing dependency 'util-linux-ng' for package 'e2fsprogs'
debug: pulling dependency util-linux-ng (needed by e2fsprogs)
debug: checkdeps: package util-linux-ng-2.18-3
debug: checkdeps: missing dependency 'bash' for package 'util-linux-ng'
debug: checkdeps: missing dependency 'ncurses>=5.7' for package 'util-linux-ng'
debug: checkdeps: missing dependency 'zlib' for package 'util-linux-ng'
debug: checkdeps: missing dependency 'filesystem' for package 'util-linux-ng'
debug: pulling dependency filesystem (needed by util-linux-ng)
debug: checkdeps: package filesystem-2010.12-1
debug: checkdeps: missing dependency 'iana-etc' for package 'filesystem'
debug: checkdeps: missing dependency 'bash' for package 'filesystem'
debug: checkdeps: missing dependency 'coreutils' for package 'filesystem'
debug: pulling dependency iana-etc (needed by filesystem)
debug: checkdeps: package iana-etc-2.30-1
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package ed-1.5-2
debug: checkdeps: missing dependency 'glibc' for package 'ed'
debug: checkdeps: missing dependency 'sh' for package 'ed'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package eventlog-0.2.12-1
debug: checkdeps: missing dependency 'glibc' for package 'eventlog'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package expat-2.0.1-6
debug: checkdeps: missing dependency 'glibc' for package 'expat'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package fakeroot-1.14.5-1
debug: checkdeps: missing dependency 'glibc' for package 'fakeroot'
debug: checkdeps: missing dependency 'filesystem' for package 'fakeroot'
debug: checkdeps: missing dependency 'grep' for package 'fakeroot'
debug: checkdeps: missing dependency 'sed' for package 'fakeroot'
debug: checkdeps: missing dependency 'sh' for package 'fakeroot'
debug: pulling dependency grep (needed by fakeroot)
debug: pulling dependency sed (needed by fakeroot)
debug: checkdeps: package grep-2.7-1
debug: checkdeps: missing dependency 'glibc' for package 'grep'
debug: checkdeps: missing dependency 'pcre' for package 'grep'
debug: checkdeps: missing dependency 'sh' for package 'grep'
debug: pulling dependency pcre (needed by grep)
debug: checkdeps: package sed-4.2.1-3
debug: checkdeps: missing dependency 'acl' for package 'sed'
debug: checkdeps: missing dependency 'sh' for package 'sed'
debug: checkdeps: package pcre-8.12-1
debug: checkdeps: missing dependency 'gcc-libs' for package 'pcre'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package file-5.05-1
debug: checkdeps: missing dependency 'glibc' for package 'file'
debug: checkdeps: missing dependency 'zlib' for package 'file'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package findutils-4.4.2-3
debug: checkdeps: missing dependency 'glibc' for package 'findutils'
debug: checkdeps: missing dependency 'sh' for package 'findutils'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package flex-2.5.35-4
debug: checkdeps: missing dependency 'glibc' for package 'flex'
debug: checkdeps: missing dependency 'm4' for package 'flex'
debug: checkdeps: missing dependency 'sh' for package 'flex'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package gcc-4.5.2-5
debug: checkdeps: missing dependency 'binutils>=2.20.1' for package 'gcc'
debug: checkdeps: missing dependency 'libmpc>=0.8.1-2' for package 'gcc'
debug: checkdeps: missing dependency 'cloog-ppl>=0.15.9-2' for package 'gcc'
debug: checkdeps: missing dependency 'elfutils' for package 'gcc'
debug: pulling dependency libmpc (needed by gcc)
debug: pulling dependency elfutils (needed by gcc)
debug: checkdeps: package libmpc-0.8.2-3
debug: checkdeps: missing dependency 'mpfr>=3.0.0' for package 'libmpc'
debug: pulling dependency mpfr (needed by libmpc)
debug: checkdeps: package elfutils-0.151-1
debug: checkdeps: missing dependency 'glibc' for package 'elfutils'
debug: checkdeps: package mpfr-3.0.0.p8-1
debug: checkdeps: missing dependency 'gmp>=5.0' for package 'mpfr'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package gen-init-cpio-2.6.36-1
debug: checkdeps: missing dependency 'glibc' for package 'gen-init-cpio'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package gettext-0.18.1.1-1
debug: checkdeps: missing dependency 'gcc-libs' for package 'gettext'
debug: checkdeps: missing dependency 'acl' for package 'gettext'
debug: checkdeps: missing dependency 'sh' for package 'gettext'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package groff-1.21-1
debug: checkdeps: missing dependency 'perl' for package 'groff'
debug: checkdeps: missing dependency 'gcc-libs' for package 'groff'
debug: checkdeps: missing dependency 'texinfo' for package 'groff'
debug: pulling dependency texinfo (needed by groff)
debug: checkdeps: package texinfo-4.13a-5
debug: checkdeps: missing dependency 'ncurses' for package 'texinfo'
debug: checkdeps: missing dependency 'findutils' for package 'texinfo'
debug: checkdeps: missing dependency 'gzip' for package 'texinfo'
debug: pulling dependency gzip (needed by texinfo)
debug: checkdeps: package gzip-1.4-2
debug: checkdeps: missing dependency 'glibc' for package 'gzip'
debug: checkdeps: missing dependency 'bash' for package 'gzip'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package initscripts-2010.07-2
debug: checkdeps: missing dependency 'bash' for package 'initscripts'
debug: checkdeps: missing dependency 'awk' for package 'initscripts'
debug: checkdeps: missing dependency 'grep' for package 'initscripts'
debug: checkdeps: missing dependency 'coreutils' for package 'initscripts'
debug: checkdeps: missing dependency 'sed' for package 'initscripts'
debug: checkdeps: missing dependency 'ncurses' for package 'initscripts'
debug: checkdeps: missing dependency 'findutils' for package 'initscripts'
debug: checkdeps: missing dependency 'sysvinit' for package 'initscripts'
debug: pulling dependency sysvinit (needed by initscripts)
debug: checkdeps: package sysvinit-2.88-2
debug: checkdeps: missing dependency 'shadow' for package 'sysvinit'
debug: checkdeps: missing dependency 'util-linux' for package 'sysvinit'
debug: checkdeps: missing dependency 'coreutils' for package 'sysvinit'
debug: checkdeps: missing dependency 'glibc' for package 'sysvinit'
debug: checkdeps: missing dependency 'awk' for package 'sysvinit'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package iputils-20101006-1
debug: checkdeps: missing dependency 'glibc' for package 'iputils'
debug: checkdeps: missing dependency 'openssl' for package 'iputils'
debug: pulling dependency openssl (needed by iputils)
debug: checkdeps: package openssl-1.0.0.c-1
debug: checkdeps: missing dependency 'perl' for package 'openssl'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package jfsutils-1.1.14-2
debug: checkdeps: missing dependency 'util-linux-ng' for package 'jfsutils'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package kernel26-2.6.37-5
debug: checkdeps: missing dependency 'coreutils' for package 'kernel26'
debug: checkdeps: missing dependency 'linux-firmware' for package 'kernel26'
debug: checkdeps: missing dependency 'module-init-tools>=3.12-2' for package 'kernel26'
debug: checkdeps: missing dependency 'mkinitcpio>=0.6.8' for package 'kernel26'
debug: pulling dependency linux-firmware (needed by kernel26)
debug: pulling dependency module-init-tools (needed by kernel26)
debug: pulling dependency mkinitcpio (needed by kernel26)
debug: checkdeps: package linux-firmware-20101108-1
debug: checkdeps: package module-init-tools-3.12-2
debug: checkdeps: missing dependency 'glibc' for package 'module-init-tools'
debug: checkdeps: package mkinitcpio-0.6.8-1
debug: checkdeps: missing dependency 'mkinitcpio-busybox>=1.16.1-2' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'module-init-tools' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'util-linux-ng>=2.17' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'gen-init-cpio' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'coreutils' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'bash' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'findutils' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'sed' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'grep' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'filesystem>=2009.01-2' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'file' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'gzip' for package 'mkinitcpio'
debug: checkdeps: missing dependency 'which' for package 'mkinitcpio'
debug: pulling dependency mkinitcpio-busybox (needed by mkinitcpio)
debug: pulling dependency which (needed by mkinitcpio)
debug: checkdeps: package mkinitcpio-busybox-1.17.2-1
debug: checkdeps: missing dependency 'glibc' for package 'mkinitcpio-busybox'
debug: checkdeps: package which-2.20-4
debug: checkdeps: missing dependency 'glibc' for package 'which'
debug: checkdeps: missing dependency 'sh' for package 'which'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package less-436-2
debug: checkdeps: missing dependency 'ncurses' for package 'less'
debug: checkdeps: missing dependency 'pcre' for package 'less'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package libarchive-2.8.4-2
debug: checkdeps: missing dependency 'zlib' for package 'libarchive'
debug: checkdeps: missing dependency 'bzip2' for package 'libarchive'
debug: checkdeps: missing dependency 'acl' for package 'libarchive'
debug: checkdeps: missing dependency 'openssl>=1.0.0' for package 'libarchive'
debug: checkdeps: missing dependency 'expat' for package 'libarchive'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package libfetch-2.33-1
debug: checkdeps: missing dependency 'openssl>=1.0.0' for package 'libfetch'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package libgpg-error-1.9-2
debug: checkdeps: missing dependency 'glibc' for package 'libgpg-error'
debug: checkdeps: missing dependency 'sh' for package 'libgpg-error'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package libpcap-1.1.1-2
debug: checkdeps: missing dependency 'glibc' for package 'libpcap'
debug: checkdeps: missing dependency 'sh' for package 'libpcap'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package logrotate-3.7.9-1
debug: checkdeps: missing dependency 'popt' for package 'logrotate'
debug: checkdeps: missing dependency 'gzip' for package 'logrotate'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package lzo2-2.04-1
debug: checkdeps: missing dependency 'glibc' for package 'lzo2'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package man-db-2.5.9-1
debug: checkdeps: missing dependency 'bash' for package 'man-db'
debug: checkdeps: missing dependency 'gdbm' for package 'man-db'
debug: checkdeps: missing dependency 'zlib' for package 'man-db'
debug: checkdeps: missing dependency 'groff' for package 'man-db'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package man-pages-3.32-1
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package mdadm-3.1.4-1
debug: checkdeps: missing dependency 'glibc' for package 'mdadm'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package nano-2.2.6-1
debug: checkdeps: missing dependency 'ncurses' for package 'nano'
debug: checkdeps: missing dependency 'sh' for package 'nano'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package pacman-mirrorlist-20101223-1
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package patch-2.6.1-2
debug: checkdeps: missing dependency 'glibc' for package 'patch'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package pciutils-3.1.7-3
debug: checkdeps: missing dependency 'glibc' for package 'pciutils'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package pcmciautils-017-1
debug: checkdeps: missing dependency 'glibc' for package 'pcmciautils'
debug: checkdeps: missing dependency 'module-init-tools>=3.2pre9' for package 'pcmciautils'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package pkg-config-0.25-3
debug: checkdeps: missing dependency 'glibc' for package 'pkg-config'
debug: checkdeps: missing dependency 'popt' for package 'pkg-config'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package procps-3.2.8-3
debug: checkdeps: missing dependency 'ncurses' for package 'procps'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package psmisc-22.13-1
debug: checkdeps: missing dependency 'glibc' for package 'psmisc'
debug: checkdeps: missing dependency 'ncurses' for package 'psmisc'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package reiserfsprogs-3.6.21-3
debug: checkdeps: missing dependency 'util-linux-ng>=2.16' for package 'reiserfsprogs'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package syslog-ng-3.2.1-1
debug: checkdeps: missing dependency 'eventlog' for package 'syslog-ng'
debug: checkdeps: missing dependency 'tcp_wrappers' for package 'syslog-ng'
debug: checkdeps: missing dependency 'openssl' for package 'syslog-ng'
debug: checkdeps: missing dependency 'libcap' for package 'syslog-ng'
debug: pulling dependency tcp_wrappers (needed by syslog-ng)
debug: checkdeps: package tcp_wrappers-7.6-12
debug: checkdeps: missing dependency 'bash' for package 'tcp_wrappers'
debug: checkdeps: missing dependency 'glibc' for package 'tcp_wrappers'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package tar-1.25-1
debug: checkdeps: missing dependency 'glibc' for package 'tar'
debug: checkdeps: missing dependency 'sh' for package 'tar'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package usbutils-001-2
debug: checkdeps: missing dependency 'glibc' for package 'usbutils'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package wpa_supplicant-0.7.3-1
debug: checkdeps: missing dependency 'openssl' for package 'wpa_supplicant'
debug: checkdeps: missing dependency 'readline>=6.0' for package 'wpa_supplicant'
debug: finished resolving dependencies
debug: started resolving dependencies
debug: checkdeps: package xfsprogs-3.1.4-1
debug: checkdeps: missing dependency 'util-linux-ng>=2.16' for package 'xfsprogs'
debug: finished resolving dependencies
debug: started sorting dependencies
debug: sorting dependencies finished
Recherche des conflits possibles entre paquets...
debug: looking for conflicts
debug: check targets vs targets
debug: check targets vs targets
debug: check targets vs db and db vs targets
debug: check targets vs db
debug: package elfutils conflicts with libelf (by libelf)
debug: package linux-firmware conflicts with kernel26-firmware (by kernel26-firmware)
debug: package pkg-config conflicts with pkgconfig (by pkgconfig)
debug: check db vs targets
debug: checking dependencies
debug: checkdeps: package linux-api-headers-2.6.37-1
debug: checkdeps: package tzdata-2010o-1
debug: checkdeps: package glibc-2.13-1
debug: checkdeps: package attr-2.4.44-2
debug: checkdeps: package acl-2.2.49-2
debug: checkdeps: package ncurses-5.7-4
debug: checkdeps: package readline-6.1.002-2
debug: checkdeps: package bash-4.1.009-3
debug: checkdeps: package gawk-3.1.8-2
debug: checkdeps: package m4-1.4.15-1
debug: checkdeps: package diffutils-3.0-2
debug: checkdeps: package autoconf-2.68-1
debug: checkdeps: package gdbm-1.8.3-8
debug: checkdeps: package gcc-libs-4.5.2-5
debug: checkdeps: package db-5.1.19-3
debug: checkdeps: package zlib-1.2.5-3
debug: checkdeps: package cracklib-2.8.18-1
debug: checkdeps: package pam-1.1.3-1
debug: checkdeps: package shadow-4.1.4.2-4
debug: checkdeps: package gmp-5.0.1-2
debug: checkdeps: package libcap-2.19-2
debug: checkdeps: package coreutils-8.9-1
debug: checkdeps: package perl-5.12.2-1
debug: checkdeps: package automake-1.11.1-2
debug: checkdeps: package bin86-0.16.17-5
debug: checkdeps: package binutils-2.21-3
debug: checkdeps: package bison-2.4.3-1
debug: checkdeps: package bzip2-1.0.6-1
debug: checkdeps: package ppl-0.11-1
debug: checkdeps: package cloog-ppl-0.15.10-2
debug: checkdeps: package popt-1.16-3
debug: checkdeps: package cryptsetup-1.2.0-1
debug: checkdeps: package dash-0.5.6.1-2
debug: checkdeps: package dhcpcd-5.2.9-1
debug: checkdeps: package iana-etc-2.30-1
debug: checkdeps: package filesystem-2010.12-1
debug: checkdeps: package util-linux-ng-2.18-3
debug: checkdeps: package e2fsprogs-1.41.14-1
debug: checkdeps: package ed-1.5-2
debug: checkdeps: package eventlog-0.2.12-1
debug: checkdeps: package expat-2.0.1-6
debug: checkdeps: package pcre-8.12-1
debug: checkdeps: package grep-2.7-1
debug: checkdeps: package sed-4.2.1-3
debug: checkdeps: package fakeroot-1.14.5-1
debug: checkdeps: package file-5.05-1
debug: checkdeps: package findutils-4.4.2-3
debug: checkdeps: package flex-2.5.35-4
debug: checkdeps: package mpfr-3.0.0.p8-1
debug: checkdeps: package libmpc-0.8.2-3
debug: checkdeps: package elfutils-0.151-1
debug: checkdeps: package gcc-4.5.2-5
debug: checkdeps: package gen-init-cpio-2.6.36-1
debug: checkdeps: package gettext-0.18.1.1-1
debug: checkdeps: package gzip-1.4-2
debug: checkdeps: package texinfo-4.13a-5
debug: checkdeps: package groff-1.21-1
debug: checkdeps: package sysvinit-2.88-2
debug: checkdeps: package initscripts-2010.07-2
debug: checkdeps: package openssl-1.0.0.c-1
debug: checkdeps: package iputils-20101006-1
debug: checkdeps: package jfsutils-1.1.14-2
debug: checkdeps: package linux-firmware-20101108-1
debug: checkdeps: package module-init-tools-3.12-2
debug: checkdeps: package mkinitcpio-busybox-1.17.2-1
debug: checkdeps: package which-2.20-4
debug: checkdeps: package mkinitcpio-0.6.8-1
debug: checkdeps: package kernel26-2.6.37-5
debug: checkdeps: package less-436-2
debug: checkdeps: package libarchive-2.8.4-2
debug: checkdeps: package libfetch-2.33-1
debug: checkdeps: package libgpg-error-1.9-2
debug: checkdeps: package libpcap-1.1.1-2
debug: checkdeps: package logrotate-3.7.9-1
debug: checkdeps: package lzo2-2.04-1
debug: checkdeps: package man-db-2.5.9-1
debug: checkdeps: package man-pages-3.32-1
debug: checkdeps: package mdadm-3.1.4-1
debug: checkdeps: package nano-2.2.6-1
debug: checkdeps: package pacman-mirrorlist-20101223-1
debug: checkdeps: package patch-2.6.1-2
debug: checkdeps: package pciutils-3.1.7-3
debug: checkdeps: package pcmciautils-017-1
debug: checkdeps: package pkg-config-0.25-3
debug: checkdeps: package procps-3.2.8-3
debug: checkdeps: package psmisc-22.13-1
debug: checkdeps: package reiserfsprogs-3.6.21-3
debug: checkdeps: package tcp_wrappers-7.6-12
debug: checkdeps: package syslog-ng-3.2.1-1
debug: checkdeps: package tar-1.25-1
debug: checkdeps: package usbutils-001-2
debug: checkdeps: package wpa_supplicant-0.7.3-1
debug: checkdeps: package xfsprogs-3.1.4-1
debug: found cached pkg: /var/cache/pacman/pkg/linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg linux-api-headers
debug: found cached pkg: /var/cache/pacman/pkg/tzdata-2010o-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg tzdata
debug: found cached pkg: /var/cache/pacman/pkg/glibc-2.13-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg glibc
debug: found cached pkg: /var/cache/pacman/pkg/attr-2.4.44-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg attr
debug: found cached pkg: /var/cache/pacman/pkg/acl-2.2.49-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg acl
debug: found cached pkg: /var/cache/pacman/pkg/ncurses-5.7-4-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg ncurses
debug: found cached pkg: /var/cache/pacman/pkg/readline-6.1.002-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg readline
debug: found cached pkg: /var/cache/pacman/pkg/bash-4.1.009-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg bash
debug: found cached pkg: /var/cache/pacman/pkg/gawk-3.1.8-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gawk
debug: found cached pkg: /var/cache/pacman/pkg/m4-1.4.15-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg m4
debug: found cached pkg: /var/cache/pacman/pkg/diffutils-3.0-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg diffutils
debug: found cached pkg: /var/cache/pacman/pkg/autoconf-2.68-1-any.pkg.tar.xz
debug: setting download size 0 for pkg autoconf
debug: found cached pkg: /var/cache/pacman/pkg/gdbm-1.8.3-8-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gdbm
debug: found cached pkg: /var/cache/pacman/pkg/gcc-libs-4.5.2-5-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gcc-libs
debug: found cached pkg: /var/cache/pacman/pkg/db-5.1.19-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg db
debug: found cached pkg: /var/cache/pacman/pkg/zlib-1.2.5-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg zlib
debug: found cached pkg: /var/cache/pacman/pkg/cracklib-2.8.18-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg cracklib
debug: found cached pkg: /var/cache/pacman/pkg/pam-1.1.3-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg pam
debug: found cached pkg: /var/cache/pacman/pkg/shadow-4.1.4.2-4-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg shadow
debug: found cached pkg: /var/cache/pacman/pkg/gmp-5.0.1-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gmp
debug: found cached pkg: /var/cache/pacman/pkg/libcap-2.19-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg libcap
debug: found cached pkg: /var/cache/pacman/pkg/coreutils-8.9-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg coreutils
debug: found cached pkg: /var/cache/pacman/pkg/perl-5.12.2-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg perl
debug: found cached pkg: /var/cache/pacman/pkg/automake-1.11.1-2-any.pkg.tar.xz
debug: setting download size 0 for pkg automake
debug: found cached pkg: /var/cache/pacman/pkg/bin86-0.16.17-5-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg bin86
debug: found cached pkg: /var/cache/pacman/pkg/binutils-2.21-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg binutils
debug: found cached pkg: /var/cache/pacman/pkg/bison-2.4.3-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg bison
debug: found cached pkg: /var/cache/pacman/pkg/bzip2-1.0.6-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg bzip2
debug: found cached pkg: /var/cache/pacman/pkg/ppl-0.11-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg ppl
debug: found cached pkg: /var/cache/pacman/pkg/cloog-ppl-0.15.10-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg cloog-ppl
debug: found cached pkg: /var/cache/pacman/pkg/popt-1.16-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg popt
debug: found cached pkg: /var/cache/pacman/pkg/cryptsetup-1.2.0-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg cryptsetup
debug: found cached pkg: /var/cache/pacman/pkg/dash-0.5.6.1-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg dash
debug: found cached pkg: /var/cache/pacman/pkg/dhcpcd-5.2.9-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg dhcpcd
debug: found cached pkg: /var/cache/pacman/pkg/iana-etc-2.30-1-any.pkg.tar.xz
debug: setting download size 0 for pkg iana-etc
debug: found cached pkg: /var/cache/pacman/pkg/filesystem-2010.12-1-any.pkg.tar.xz
debug: setting download size 0 for pkg filesystem
debug: found cached pkg: /var/cache/pacman/pkg/util-linux-ng-2.18-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg util-linux-ng
debug: found cached pkg: /var/cache/pacman/pkg/e2fsprogs-1.41.14-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg e2fsprogs
debug: found cached pkg: /var/cache/pacman/pkg/ed-1.5-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg ed
debug: found cached pkg: /var/cache/pacman/pkg/eventlog-0.2.12-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg eventlog
debug: found cached pkg: /var/cache/pacman/pkg/expat-2.0.1-6-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg expat
debug: found cached pkg: /var/cache/pacman/pkg/pcre-8.12-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg pcre
debug: found cached pkg: /var/cache/pacman/pkg/grep-2.7-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg grep
debug: found cached pkg: /var/cache/pacman/pkg/sed-4.2.1-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg sed
debug: found cached pkg: /var/cache/pacman/pkg/fakeroot-1.14.5-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg fakeroot
debug: found cached pkg: /var/cache/pacman/pkg/file-5.05-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg file
debug: found cached pkg: /var/cache/pacman/pkg/findutils-4.4.2-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg findutils
debug: found cached pkg: /var/cache/pacman/pkg/flex-2.5.35-4-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg flex
debug: found cached pkg: /var/cache/pacman/pkg/mpfr-3.0.0.p8-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg mpfr
debug: found cached pkg: /var/cache/pacman/pkg/libmpc-0.8.2-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg libmpc
debug: found cached pkg: /var/cache/pacman/pkg/elfutils-0.151-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg elfutils
debug: found cached pkg: /var/cache/pacman/pkg/gcc-4.5.2-5-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gcc
debug: found cached pkg: /var/cache/pacman/pkg/gen-init-cpio-2.6.36-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gen-init-cpio
debug: found cached pkg: /var/cache/pacman/pkg/gettext-0.18.1.1-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gettext
debug: found cached pkg: /var/cache/pacman/pkg/gzip-1.4-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg gzip
debug: found cached pkg: /var/cache/pacman/pkg/texinfo-4.13a-5-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg texinfo
debug: found cached pkg: /var/cache/pacman/pkg/groff-1.21-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg groff
debug: found cached pkg: /var/cache/pacman/pkg/sysvinit-2.88-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg sysvinit
debug: found cached pkg: /var/cache/pacman/pkg/initscripts-2010.07-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg initscripts
debug: found cached pkg: /var/cache/pacman/pkg/openssl-1.0.0.c-1-x86_64.pkg.tar.gz
debug: setting download size 0 for pkg openssl
debug: found cached pkg: /var/cache/pacman/pkg/iputils-20101006-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg iputils
debug: found cached pkg: /var/cache/pacman/pkg/jfsutils-1.1.14-2-x86_64.pkg.tar.xz
Dernière modification par Mad_noob le mar. 01 févr. 2011, 21:14, modifié 1 fois.
Mad_noob
Hankyu
Messages : 15
Inscription : mar. 01 févr. 2011, 12:07

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par Mad_noob »

la suite :lol:

Code : Tout sélectionner

debug: setting download size 0 for pkg jfsutils
debug: found cached pkg: /var/cache/pacman/pkg/linux-firmware-20101108-1-any.pkg.tar.xz
debug: setting download size 0 for pkg linux-firmware
debug: found cached pkg: /var/cache/pacman/pkg/module-init-tools-3.12-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg module-init-tools
debug: found cached pkg: /var/cache/pacman/pkg/mkinitcpio-busybox-1.17.2-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg mkinitcpio-busybox
debug: found cached pkg: /var/cache/pacman/pkg/which-2.20-4-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg which
debug: found cached pkg: /var/cache/pacman/pkg/mkinitcpio-0.6.8-1-any.pkg.tar.xz
debug: setting download size 0 for pkg mkinitcpio
debug: found cached pkg: /var/cache/pacman/pkg/kernel26-2.6.37-5-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg kernel26
debug: found cached pkg: /var/cache/pacman/pkg/less-436-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg less
debug: found cached pkg: /var/cache/pacman/pkg/libarchive-2.8.4-2-x86_64.pkg.tar.gz
debug: setting download size 0 for pkg libarchive
debug: found cached pkg: /var/cache/pacman/pkg/libfetch-2.33-1-x86_64.pkg.tar.gz
debug: setting download size 0 for pkg libfetch
debug: found cached pkg: /var/cache/pacman/pkg/libgpg-error-1.9-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg libgpg-error
debug: found cached pkg: /var/cache/pacman/pkg/libpcap-1.1.1-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg libpcap
debug: found cached pkg: /var/cache/pacman/pkg/logrotate-3.7.9-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg logrotate
debug: found cached pkg: /var/cache/pacman/pkg/lzo2-2.04-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg lzo2
debug: found cached pkg: /var/cache/pacman/pkg/man-db-2.5.9-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg man-db
debug: found cached pkg: /var/cache/pacman/pkg/man-pages-3.32-1-any.pkg.tar.xz
debug: setting download size 0 for pkg man-pages
debug: found cached pkg: /var/cache/pacman/pkg/mdadm-3.1.4-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg mdadm
debug: found cached pkg: /var/cache/pacman/pkg/nano-2.2.6-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg nano
debug: found cached pkg: /var/cache/pacman/pkg/pacman-mirrorlist-20101223-1-any.pkg.tar.gz
debug: setting download size 0 for pkg pacman-mirrorlist
debug: found cached pkg: /var/cache/pacman/pkg/patch-2.6.1-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg patch
debug: found cached pkg: /var/cache/pacman/pkg/pciutils-3.1.7-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg pciutils
debug: found cached pkg: /var/cache/pacman/pkg/pcmciautils-017-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg pcmciautils
debug: found cached pkg: /var/cache/pacman/pkg/pkg-config-0.25-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg pkg-config
debug: found cached pkg: /var/cache/pacman/pkg/procps-3.2.8-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg procps
debug: found cached pkg: /var/cache/pacman/pkg/psmisc-22.13-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg psmisc
debug: found cached pkg: /var/cache/pacman/pkg/reiserfsprogs-3.6.21-3-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg reiserfsprogs
debug: found cached pkg: /var/cache/pacman/pkg/tcp_wrappers-7.6-12-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg tcp_wrappers
debug: found cached pkg: /var/cache/pacman/pkg/syslog-ng-3.2.1-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg syslog-ng
debug: found cached pkg: /var/cache/pacman/pkg/tar-1.25-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg tar
debug: found cached pkg: /var/cache/pacman/pkg/usbutils-001-2-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg usbutils
debug: found cached pkg: /var/cache/pacman/pkg/wpa_supplicant-0.7.3-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg wpa_supplicant
debug: found cached pkg: /var/cache/pacman/pkg/xfsprogs-3.1.4-1-x86_64.pkg.tar.xz
debug: setting download size 0 for pkg xfsprogs

debug: returning error 32 from compute_download_size : nom de paquet invalide
debug: returning error 32 from compute_download_size : nom de paquet invalide
debug: returning error 32 from compute_download_size : nom de paquet invalide
Suppression (3): libelf-0.8.13-1  kernel26-firmware-2.6.33.4-1  pkgconfig-0.23-2

Taille totale des paquets (suppression):   2,99 Mo

Cibles (93): linux-api-headers-2.6.37-1  tzdata-2010o-1  glibc-2.13-1  attr-2.4.44-2  acl-2.2.49-2  ncurses-5.7-4  readline-6.1.002-2  bash-4.1.009-3  gawk-3.1.8-2  m4-1.4.15-1  diffutils-3.0-2  autoconf-2.68-1  gdbm-1.8.3-8  gcc-libs-4.5.2-5  db-5.1.19-3  zlib-1.2.5-3  cracklib-2.8.18-1  pam-1.1.3-1  shadow-4.1.4.2-4  gmp-5.0.1-2  libcap-2.19-2  coreutils-8.9-1  perl-5.12.2-1  automake-1.11.1-2  bin86-0.16.17-5  binutils-2.21-3  bison-2.4.3-1  bzip2-1.0.6-1  ppl-0.11-1  cloog-ppl-0.15.10-2  popt-1.16-3  cryptsetup-1.2.0-1  dash-0.5.6.1-2  dhcpcd-5.2.9-1  iana-etc-2.30-1  filesystem-2010.12-1  util-linux-ng-2.18-3  e2fsprogs-1.41.14-1  ed-1.5-2  eventlog-0.2.12-1  expat-2.0.1-6  pcre-8.12-1  grep-2.7-1  sed-4.2.1-3  fakeroot-1.14.5-1  file-5.05-1  findutils-4.4.2-3  flex-2.5.35-4  mpfr-3.0.0.p8-1  libmpc-0.8.2-3  elfutils-0.151-1  gcc-4.5.2-5  gen-init-cpio-2.6.36-1  gettext-0.18.1.1-1  gzip-1.4-2  texinfo-4.13a-5  groff-1.21-1  sysvinit-2.88-2  initscripts-2010.07-2  openssl-1.0.0.c-1  iputils-20101006-1  jfsutils-1.1.14-2  linux-firmware-20101108-1  module-init-tools-3.12-2  mkinitcpio-busybox-1.17.2-1  which-2.20-4  mkinitcpio-0.6.8-1  kernel26-2.6.37-5  less-436-2  libarchive-2.8.4-2  libfetch-2.33-1  libgpg-error-1.9-2  libpcap-1.1.1-2  logrotate-3.7.9-1  lzo2-2.04-1  man-db-2.5.9-1  man-pages-3.32-1  mdadm-3.1.4-1  nano-2.2.6-1  pacman-mirrorlist-20101223-1  patch-2.6.1-2  pciutils-3.1.7-3  pcmciautils-017-1  pkg-config-0.25-3  procps-3.2.8-3  psmisc-22.13-1  reiserfsprogs-3.6.21-3  tcp_wrappers-7.6-12  syslog-ng-3.2.1-1  tar-1.25-1  usbutils-001-2  wpa_supplicant-0.7.3-1  xfsprogs-3.1.4-1

Taille totale des paquets (téléchargement):   0,00 Mo
Taille totale des paquets (installation):   468,68 Mo

debug: using cachedir: /var/cache/pacman/pkg/
Analyse de l'intégrité des paquets...
debug: found cached pkg: /var/cache/pacman/pkg/linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz) = adf13a871f465f91c2c59f0add9bab8e
debug: replacing pkgcache entry with package file for target linux-api-headers
debug: found cached pkg: /var/cache/pacman/pkg/linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/tzdata-2010o-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/tzdata-2010o-1-x86_64.pkg.tar.xz) = 5dc167a87606ff79333ff7cf9c577d1f
debug: replacing pkgcache entry with package file for target tzdata
debug: found cached pkg: /var/cache/pacman/pkg/tzdata-2010o-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/glibc-2.13-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/glibc-2.13-1-x86_64.pkg.tar.xz) = c547ffe9160b57cdc69c21223c6d9926
debug: replacing pkgcache entry with package file for target glibc
debug: found cached pkg: /var/cache/pacman/pkg/glibc-2.13-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/attr-2.4.44-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/attr-2.4.44-2-x86_64.pkg.tar.xz) = 3316350a57c9939d3988ec859777582e
debug: replacing pkgcache entry with package file for target attr
debug: found cached pkg: /var/cache/pacman/pkg/attr-2.4.44-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/acl-2.2.49-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/acl-2.2.49-2-x86_64.pkg.tar.xz) = 6948f5782b1a415d8ece2f679f574b48
debug: replacing pkgcache entry with package file for target acl
debug: found cached pkg: /var/cache/pacman/pkg/acl-2.2.49-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/ncurses-5.7-4-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/ncurses-5.7-4-x86_64.pkg.tar.xz) = a5d470257a722ef747d5f1b09adcc5f0
debug: replacing pkgcache entry with package file for target ncurses
debug: found cached pkg: /var/cache/pacman/pkg/ncurses-5.7-4-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/readline-6.1.002-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/readline-6.1.002-2-x86_64.pkg.tar.xz) = 218ec96a436436191567677fa01c2316
debug: replacing pkgcache entry with package file for target readline
debug: found cached pkg: /var/cache/pacman/pkg/readline-6.1.002-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/bash-4.1.009-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/bash-4.1.009-3-x86_64.pkg.tar.xz) = e24d560f759d2cdebc8b03e51a246da6
debug: replacing pkgcache entry with package file for target bash
debug: found cached pkg: /var/cache/pacman/pkg/bash-4.1.009-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gawk-3.1.8-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gawk-3.1.8-2-x86_64.pkg.tar.xz) = 6b5ade19f34b5b688d445ac976d567b7
debug: replacing pkgcache entry with package file for target gawk
debug: found cached pkg: /var/cache/pacman/pkg/gawk-3.1.8-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/m4-1.4.15-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/m4-1.4.15-1-x86_64.pkg.tar.xz) = 5c8b943e5097dcfed89a29c6ba553dfb
debug: replacing pkgcache entry with package file for target m4
debug: found cached pkg: /var/cache/pacman/pkg/m4-1.4.15-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/diffutils-3.0-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/diffutils-3.0-2-x86_64.pkg.tar.xz) = cdd26f6367d59e5fbba423509e681ef6
debug: replacing pkgcache entry with package file for target diffutils
debug: found cached pkg: /var/cache/pacman/pkg/diffutils-3.0-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/autoconf-2.68-1-any.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/autoconf-2.68-1-any.pkg.tar.xz) = 8eea7a986e9d04a56aecf57da3ac4f97
debug: replacing pkgcache entry with package file for target autoconf
debug: found cached pkg: /var/cache/pacman/pkg/autoconf-2.68-1-any.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gdbm-1.8.3-8-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gdbm-1.8.3-8-x86_64.pkg.tar.xz) = 13c1b38860b7137e070d686b89d5dcfe
debug: replacing pkgcache entry with package file for target gdbm
debug: found cached pkg: /var/cache/pacman/pkg/gdbm-1.8.3-8-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gcc-libs-4.5.2-5-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gcc-libs-4.5.2-5-x86_64.pkg.tar.xz) = b220e3c527398e55f7a56696959fbfde
debug: replacing pkgcache entry with package file for target gcc-libs
debug: found cached pkg: /var/cache/pacman/pkg/gcc-libs-4.5.2-5-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/db-5.1.19-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/db-5.1.19-3-x86_64.pkg.tar.xz) = 68ba8640e488070fdbc9f13cc1f3fe98
debug: replacing pkgcache entry with package file for target db
debug: found cached pkg: /var/cache/pacman/pkg/db-5.1.19-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/zlib-1.2.5-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/zlib-1.2.5-3-x86_64.pkg.tar.xz) = b429d0e705f385c08b09fd5a34a53cde
debug: replacing pkgcache entry with package file for target zlib
debug: found cached pkg: /var/cache/pacman/pkg/zlib-1.2.5-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/cracklib-2.8.18-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/cracklib-2.8.18-1-x86_64.pkg.tar.xz) = 51713f4e2c92ecb872bcff7accc6a2f4
debug: replacing pkgcache entry with package file for target cracklib
debug: found cached pkg: /var/cache/pacman/pkg/cracklib-2.8.18-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/pam-1.1.3-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/pam-1.1.3-1-x86_64.pkg.tar.xz) = 14d817ac2dac329a9311b15cc0bd76e4
debug: replacing pkgcache entry with package file for target pam
debug: found cached pkg: /var/cache/pacman/pkg/pam-1.1.3-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/shadow-4.1.4.2-4-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/shadow-4.1.4.2-4-x86_64.pkg.tar.xz) = 2408f6e72e1b946cb0a9a69c6ea576b4
debug: replacing pkgcache entry with package file for target shadow
debug: found cached pkg: /var/cache/pacman/pkg/shadow-4.1.4.2-4-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gmp-5.0.1-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gmp-5.0.1-2-x86_64.pkg.tar.xz) = ae273bcc093307e82f5ee3f48e04b764
debug: replacing pkgcache entry with package file for target gmp
debug: found cached pkg: /var/cache/pacman/pkg/gmp-5.0.1-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/libcap-2.19-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/libcap-2.19-2-x86_64.pkg.tar.xz) = a919fb79d88de7a2c3ac767d9c1ff50c
debug: replacing pkgcache entry with package file for target libcap
debug: found cached pkg: /var/cache/pacman/pkg/libcap-2.19-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/coreutils-8.9-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/coreutils-8.9-1-x86_64.pkg.tar.xz) = ac665a13d1d8174cf158012d67a3fed5
debug: replacing pkgcache entry with package file for target coreutils
debug: found cached pkg: /var/cache/pacman/pkg/coreutils-8.9-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/perl-5.12.2-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/perl-5.12.2-1-x86_64.pkg.tar.xz) = 98dfeabe8ea44cf414a53d5b8ea1d8ea
debug: replacing pkgcache entry with package file for target perl
debug: found cached pkg: /var/cache/pacman/pkg/perl-5.12.2-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/automake-1.11.1-2-any.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/automake-1.11.1-2-any.pkg.tar.xz) = a623ac37322db6c5ac0cab546622c92b
debug: replacing pkgcache entry with package file for target automake
debug: found cached pkg: /var/cache/pacman/pkg/automake-1.11.1-2-any.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/bin86-0.16.17-5-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/bin86-0.16.17-5-x86_64.pkg.tar.xz) = 5a9a0a19485a76921c1c6943ac003bf1
debug: replacing pkgcache entry with package file for target bin86
debug: found cached pkg: /var/cache/pacman/pkg/bin86-0.16.17-5-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/binutils-2.21-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/binutils-2.21-3-x86_64.pkg.tar.xz) = 6e022a1e3ff8884ff5f6d4e25f3d76d9
debug: replacing pkgcache entry with package file for target binutils
debug: found cached pkg: /var/cache/pacman/pkg/binutils-2.21-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/bison-2.4.3-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/bison-2.4.3-1-x86_64.pkg.tar.xz) = fb7e0b9cf2ade36c472eb474de268eca
debug: replacing pkgcache entry with package file for target bison
debug: found cached pkg: /var/cache/pacman/pkg/bison-2.4.3-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/bzip2-1.0.6-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/bzip2-1.0.6-1-x86_64.pkg.tar.xz) = e40143d3f6876b58e93ec5d0115022ff
debug: replacing pkgcache entry with package file for target bzip2
debug: found cached pkg: /var/cache/pacman/pkg/bzip2-1.0.6-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/ppl-0.11-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/ppl-0.11-1-x86_64.pkg.tar.xz) = 2cd11b84a0943afb5c67d70f80cfaa01
debug: replacing pkgcache entry with package file for target ppl
debug: found cached pkg: /var/cache/pacman/pkg/ppl-0.11-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/cloog-ppl-0.15.10-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/cloog-ppl-0.15.10-2-x86_64.pkg.tar.xz) = 531db7cc08519fcdaadb202b67b8997e
debug: replacing pkgcache entry with package file for target cloog-ppl
debug: found cached pkg: /var/cache/pacman/pkg/cloog-ppl-0.15.10-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/popt-1.16-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/popt-1.16-3-x86_64.pkg.tar.xz) = ac7b4b8e5fa61c1b59052208350c0522
debug: replacing pkgcache entry with package file for target popt
debug: found cached pkg: /var/cache/pacman/pkg/popt-1.16-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/cryptsetup-1.2.0-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/cryptsetup-1.2.0-1-x86_64.pkg.tar.xz) = 1a299dc70b644d98065f1305883448f9
debug: replacing pkgcache entry with package file for target cryptsetup
debug: found cached pkg: /var/cache/pacman/pkg/cryptsetup-1.2.0-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/dash-0.5.6.1-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/dash-0.5.6.1-2-x86_64.pkg.tar.xz) = e0705c75e8c34693ff13a39e9c6286f2
debug: replacing pkgcache entry with package file for target dash
debug: found cached pkg: /var/cache/pacman/pkg/dash-0.5.6.1-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/dhcpcd-5.2.9-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/dhcpcd-5.2.9-1-x86_64.pkg.tar.xz) = 536f970848409b92f85839c74d3e571c
debug: replacing pkgcache entry with package file for target dhcpcd
debug: found cached pkg: /var/cache/pacman/pkg/dhcpcd-5.2.9-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/iana-etc-2.30-1-any.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/iana-etc-2.30-1-any.pkg.tar.xz) = 3ef3528304702c2d6f4d3c62b30aa714
debug: replacing pkgcache entry with package file for target iana-etc
debug: found cached pkg: /var/cache/pacman/pkg/iana-etc-2.30-1-any.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/filesystem-2010.12-1-any.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/filesystem-2010.12-1-any.pkg.tar.xz) = 99720b956e9413b4c4c6b8d13ea50f4e
debug: replacing pkgcache entry with package file for target filesystem
debug: found cached pkg: /var/cache/pacman/pkg/filesystem-2010.12-1-any.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/util-linux-ng-2.18-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/util-linux-ng-2.18-3-x86_64.pkg.tar.xz) = af3a12acf767aac7ed8f34240a5a7475
debug: replacing pkgcache entry with package file for target util-linux-ng
debug: found cached pkg: /var/cache/pacman/pkg/util-linux-ng-2.18-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/e2fsprogs-1.41.14-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/e2fsprogs-1.41.14-1-x86_64.pkg.tar.xz) = b6bdf60caff20da1417be74cb711d68d
debug: replacing pkgcache entry with package file for target e2fsprogs
debug: found cached pkg: /var/cache/pacman/pkg/e2fsprogs-1.41.14-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/ed-1.5-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/ed-1.5-2-x86_64.pkg.tar.xz) = be5ff273ba0712a6927c7b59609ba8d6
debug: replacing pkgcache entry with package file for target ed
debug: found cached pkg: /var/cache/pacman/pkg/ed-1.5-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/eventlog-0.2.12-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/eventlog-0.2.12-1-x86_64.pkg.tar.xz) = 9a90273ef11f9ef08e81c6af2e633031
debug: replacing pkgcache entry with package file for target eventlog
debug: found cached pkg: /var/cache/pacman/pkg/eventlog-0.2.12-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/expat-2.0.1-6-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/expat-2.0.1-6-x86_64.pkg.tar.xz) = 952363007171e63a09a18b5f0b4ceea2
debug: replacing pkgcache entry with package file for target expat
debug: found cached pkg: /var/cache/pacman/pkg/expat-2.0.1-6-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/pcre-8.12-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/pcre-8.12-1-x86_64.pkg.tar.xz) = c79e367a071a9aa00de272f462da98ca
debug: replacing pkgcache entry with package file for target pcre
debug: found cached pkg: /var/cache/pacman/pkg/pcre-8.12-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/grep-2.7-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/grep-2.7-1-x86_64.pkg.tar.xz) = be4a2979dabbaa6ce3ba40d967bb15ed
debug: replacing pkgcache entry with package file for target grep
debug: found cached pkg: /var/cache/pacman/pkg/grep-2.7-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/sed-4.2.1-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/sed-4.2.1-3-x86_64.pkg.tar.xz) = f02f0fd687930dabc15fd5cd86aa07ec
debug: replacing pkgcache entry with package file for target sed
debug: found cached pkg: /var/cache/pacman/pkg/sed-4.2.1-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/fakeroot-1.14.5-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/fakeroot-1.14.5-1-x86_64.pkg.tar.xz) = 8567364bba576972ea9b34e9973de230
debug: replacing pkgcache entry with package file for target fakeroot
debug: found cached pkg: /var/cache/pacman/pkg/fakeroot-1.14.5-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/file-5.05-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/file-5.05-1-x86_64.pkg.tar.xz) = 635008f83d80fe3aa5ece8ca1e415d90
debug: replacing pkgcache entry with package file for target file
debug: found cached pkg: /var/cache/pacman/pkg/file-5.05-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/findutils-4.4.2-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/findutils-4.4.2-3-x86_64.pkg.tar.xz) = 7bfb808f7b8bbef9028e1c90cd55135f
debug: replacing pkgcache entry with package file for target findutils
debug: found cached pkg: /var/cache/pacman/pkg/findutils-4.4.2-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/flex-2.5.35-4-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/flex-2.5.35-4-x86_64.pkg.tar.xz) = d54cf84798421dd52c30378379c13430
debug: replacing pkgcache entry with package file for target flex
debug: found cached pkg: /var/cache/pacman/pkg/flex-2.5.35-4-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/mpfr-3.0.0.p8-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/mpfr-3.0.0.p8-1-x86_64.pkg.tar.xz) = 80136c7336c999baecec7da852f00301
debug: replacing pkgcache entry with package file for target mpfr
debug: found cached pkg: /var/cache/pacman/pkg/mpfr-3.0.0.p8-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/libmpc-0.8.2-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/libmpc-0.8.2-3-x86_64.pkg.tar.xz) = 7a1124e40c595c86fab88d388e8c839c
debug: replacing pkgcache entry with package file for target libmpc
debug: found cached pkg: /var/cache/pacman/pkg/libmpc-0.8.2-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/elfutils-0.151-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/elfutils-0.151-1-x86_64.pkg.tar.xz) = 8cfcdded266438ff0114835698c280e0
debug: replacing pkgcache entry with package file for target elfutils
debug: found cached pkg: /var/cache/pacman/pkg/elfutils-0.151-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gcc-4.5.2-5-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gcc-4.5.2-5-x86_64.pkg.tar.xz) = dc3635769106a6be5421799f54fb7b01
debug: replacing pkgcache entry with package file for target gcc
debug: found cached pkg: /var/cache/pacman/pkg/gcc-4.5.2-5-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gen-init-cpio-2.6.36-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gen-init-cpio-2.6.36-1-x86_64.pkg.tar.xz) = 673d5d856a661055ac41de66f59517ca
debug: replacing pkgcache entry with package file for target gen-init-cpio
debug: found cached pkg: /var/cache/pacman/pkg/gen-init-cpio-2.6.36-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gettext-0.18.1.1-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gettext-0.18.1.1-1-x86_64.pkg.tar.xz) = f1e10651beba3f5dbaeb26dde6d7495e
debug: replacing pkgcache entry with package file for target gettext
debug: found cached pkg: /var/cache/pacman/pkg/gettext-0.18.1.1-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/gzip-1.4-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/gzip-1.4-2-x86_64.pkg.tar.xz) = 110f6cf46e0c6a43d88de7605c46774c
debug: replacing pkgcache entry with package file for target gzip
debug: found cached pkg: /var/cache/pacman/pkg/gzip-1.4-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/texinfo-4.13a-5-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/texinfo-4.13a-5-x86_64.pkg.tar.xz) = c2f6f33244ee557cb084996b9dd07917
debug: replacing pkgcache entry with package file for target texinfo
debug: found cached pkg: /var/cache/pacman/pkg/texinfo-4.13a-5-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/groff-1.21-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/groff-1.21-1-x86_64.pkg.tar.xz) = 389b20188e242112e133c7ab337c3708
debug: replacing pkgcache entry with package file for target groff
debug: found cached pkg: /var/cache/pacman/pkg/groff-1.21-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/sysvinit-2.88-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/sysvinit-2.88-2-x86_64.pkg.tar.xz) = 82e3753d1a7e6cd82e0123a78b1d94c2
debug: replacing pkgcache entry with package file for target sysvinit
debug: found cached pkg: /var/cache/pacman/pkg/sysvinit-2.88-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/initscripts-2010.07-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/initscripts-2010.07-2-x86_64.pkg.tar.xz) = a0208e7e9d7621908ccb31090bd19183
debug: replacing pkgcache entry with package file for target initscripts
debug: found cached pkg: /var/cache/pacman/pkg/initscripts-2010.07-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/openssl-1.0.0.c-1-x86_64.pkg.tar.gz
debug: md5(/var/cache/pacman/pkg/openssl-1.0.0.c-1-x86_64.pkg.tar.gz) = 98eb7a13e123d545b1ab7ac2fa503f9a
debug: replacing pkgcache entry with package file for target openssl
debug: found cached pkg: /var/cache/pacman/pkg/openssl-1.0.0.c-1-x86_64.pkg.tar.gz
debug: sorting package filelist for /var/cache/pacman/pkg/openssl-1.0.0.c-1-x86_64.pkg.tar.gz
debug: found cached pkg: /var/cache/pacman/pkg/iputils-20101006-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/iputils-20101006-1-x86_64.pkg.tar.xz) = 44aecab92f78f3dadb8eeb586a97db6b
debug: replacing pkgcache entry with package file for target iputils
debug: found cached pkg: /var/cache/pacman/pkg/iputils-20101006-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/jfsutils-1.1.14-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/jfsutils-1.1.14-2-x86_64.pkg.tar.xz) = 719ae7976b8ccad7ae167510203f776e
debug: replacing pkgcache entry with package file for target jfsutils
debug: found cached pkg: /var/cache/pacman/pkg/jfsutils-1.1.14-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/linux-firmware-20101108-1-any.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/linux-firmware-20101108-1-any.pkg.tar.xz) = 9b7e1a430490f1a7c1b90029ed9f8747
debug: replacing pkgcache entry with package file for target linux-firmware
debug: found cached pkg: /var/cache/pacman/pkg/linux-firmware-20101108-1-any.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/module-init-tools-3.12-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/module-init-tools-3.12-2-x86_64.pkg.tar.xz) = 32ed10be4c24202f02474fee3253899a
debug: replacing pkgcache entry with package file for target module-init-tools
debug: found cached pkg: /var/cache/pacman/pkg/module-init-tools-3.12-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/mkinitcpio-busybox-1.17.2-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/mkinitcpio-busybox-1.17.2-1-x86_64.pkg.tar.xz) = 733cab94caa4310254e3817f210d9b28
debug: replacing pkgcache entry with package file for target mkinitcpio-busybox
debug: found cached pkg: /var/cache/pacman/pkg/mkinitcpio-busybox-1.17.2-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/which-2.20-4-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/which-2.20-4-x86_64.pkg.tar.xz) = 8bac7ec59da605e2caae1ff48e36abbb
debug: replacing pkgcache entry with package file for target which
debug: found cached pkg: /var/cache/pacman/pkg/which-2.20-4-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/mkinitcpio-0.6.8-1-any.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/mkinitcpio-0.6.8-1-any.pkg.tar.xz) = a03954315805152fcb8e601580540e0f
debug: replacing pkgcache entry with package file for target mkinitcpio
debug: found cached pkg: /var/cache/pacman/pkg/mkinitcpio-0.6.8-1-any.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/kernel26-2.6.37-5-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/kernel26-2.6.37-5-x86_64.pkg.tar.xz) = a13421561c7f4adcdd9ad6d3df641869
debug: replacing pkgcache entry with package file for target kernel26
debug: found cached pkg: /var/cache/pacman/pkg/kernel26-2.6.37-5-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/less-436-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/less-436-2-x86_64.pkg.tar.xz) = 73e85dfdfc6e262d19b79ad042931ae7
debug: replacing pkgcache entry with package file for target less
debug: found cached pkg: /var/cache/pacman/pkg/less-436-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/libarchive-2.8.4-2-x86_64.pkg.tar.gz
debug: md5(/var/cache/pacman/pkg/libarchive-2.8.4-2-x86_64.pkg.tar.gz) = bfe382a34c29a11147bb1340a2a8ae89
debug: replacing pkgcache entry with package file for target libarchive
debug: found cached pkg: /var/cache/pacman/pkg/libarchive-2.8.4-2-x86_64.pkg.tar.gz
debug: sorting package filelist for /var/cache/pacman/pkg/libarchive-2.8.4-2-x86_64.pkg.tar.gz
debug: found cached pkg: /var/cache/pacman/pkg/libfetch-2.33-1-x86_64.pkg.tar.gz
debug: md5(/var/cache/pacman/pkg/libfetch-2.33-1-x86_64.pkg.tar.gz) = 81b66467a79bd357fef3d3a4878c9d97
debug: replacing pkgcache entry with package file for target libfetch
debug: found cached pkg: /var/cache/pacman/pkg/libfetch-2.33-1-x86_64.pkg.tar.gz
debug: sorting package filelist for /var/cache/pacman/pkg/libfetch-2.33-1-x86_64.pkg.tar.gz
debug: found cached pkg: /var/cache/pacman/pkg/libgpg-error-1.9-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/libgpg-error-1.9-2-x86_64.pkg.tar.xz) = 176bacac28acc68c4fe418c186b6cdde
debug: replacing pkgcache entry with package file for target libgpg-error
debug: found cached pkg: /var/cache/pacman/pkg/libgpg-error-1.9-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/libpcap-1.1.1-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/libpcap-1.1.1-2-x86_64.pkg.tar.xz) = 12a84488eb34c17bc33d8d611f818d5d
debug: replacing pkgcache entry with package file for target libpcap
debug: found cached pkg: /var/cache/pacman/pkg/libpcap-1.1.1-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/logrotate-3.7.9-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/logrotate-3.7.9-1-x86_64.pkg.tar.xz) = a7675169a547309dcce16a67a00f4871
debug: replacing pkgcache entry with package file for target logrotate
debug: found cached pkg: /var/cache/pacman/pkg/logrotate-3.7.9-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/lzo2-2.04-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/lzo2-2.04-1-x86_64.pkg.tar.xz) = 96f3c191ada4e24bc4d1aafd713b4cdb
debug: replacing pkgcache entry with package file for target lzo2
debug: found cached pkg: /var/cache/pacman/pkg/lzo2-2.04-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/man-db-2.5.9-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/man-db-2.5.9-1-x86_64.pkg.tar.xz) = 9991f76d0f498839c5f5707ba61a31c6
debug: replacing pkgcache entry with package file for target man-db
debug: found cached pkg: /var/cache/pacman/pkg/man-db-2.5.9-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/man-pages-3.32-1-any.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/man-pages-3.32-1-any.pkg.tar.xz) = be748ece21108cf2c7a271f2d844da69
debug: replacing pkgcache entry with package file for target man-pages
debug: found cached pkg: /var/cache/pacman/pkg/man-pages-3.32-1-any.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/mdadm-3.1.4-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/mdadm-3.1.4-1-x86_64.pkg.tar.xz) = ade220d65ff4399ce206b73fd9dac075
debug: replacing pkgcache entry with package file for target mdadm
debug: found cached pkg: /var/cache/pacman/pkg/mdadm-3.1.4-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/nano-2.2.6-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/nano-2.2.6-1-x86_64.pkg.tar.xz) = 7aa2499d7d44783989a1fa5e2c7cf6bb
debug: replacing pkgcache entry with package file for target nano
debug: found cached pkg: /var/cache/pacman/pkg/nano-2.2.6-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/pacman-mirrorlist-20101223-1-any.pkg.tar.gz
debug: md5(/var/cache/pacman/pkg/pacman-mirrorlist-20101223-1-any.pkg.tar.gz) = 81496100a02676501f25070f6cf09b2d
debug: replacing pkgcache entry with package file for target pacman-mirrorlist
debug: found cached pkg: /var/cache/pacman/pkg/pacman-mirrorlist-20101223-1-any.pkg.tar.gz
debug: sorting package filelist for /var/cache/pacman/pkg/pacman-mirrorlist-20101223-1-any.pkg.tar.gz
debug: found cached pkg: /var/cache/pacman/pkg/patch-2.6.1-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/patch-2.6.1-2-x86_64.pkg.tar.xz) = 7770d4edd0a90adeb1995e898b5beebd
debug: replacing pkgcache entry with package file for target patch
debug: found cached pkg: /var/cache/pacman/pkg/patch-2.6.1-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/pciutils-3.1.7-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/pciutils-3.1.7-3-x86_64.pkg.tar.xz) = 4986a81741f50173141ea1be31253a75
debug: replacing pkgcache entry with package file for target pciutils
debug: found cached pkg: /var/cache/pacman/pkg/pciutils-3.1.7-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/pcmciautils-017-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/pcmciautils-017-1-x86_64.pkg.tar.xz) = 8e86ce566b86c10ba0702755b185fccc
debug: replacing pkgcache entry with package file for target pcmciautils
debug: found cached pkg: /var/cache/pacman/pkg/pcmciautils-017-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/pkg-config-0.25-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/pkg-config-0.25-3-x86_64.pkg.tar.xz) = a65da46424311ecadf3253ac1db551fb
debug: replacing pkgcache entry with package file for target pkg-config
debug: found cached pkg: /var/cache/pacman/pkg/pkg-config-0.25-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/procps-3.2.8-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/procps-3.2.8-3-x86_64.pkg.tar.xz) = e2e00550e70050eb2ab04a5a2e73ebef
debug: replacing pkgcache entry with package file for target procps
debug: found cached pkg: /var/cache/pacman/pkg/procps-3.2.8-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/psmisc-22.13-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/psmisc-22.13-1-x86_64.pkg.tar.xz) = 42ce04d2935a62b387b2c37220a40c88
debug: replacing pkgcache entry with package file for target psmisc
debug: found cached pkg: /var/cache/pacman/pkg/psmisc-22.13-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/reiserfsprogs-3.6.21-3-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/reiserfsprogs-3.6.21-3-x86_64.pkg.tar.xz) = 79e51918d752030daec7c3e5ab428d53
debug: replacing pkgcache entry with package file for target reiserfsprogs
debug: found cached pkg: /var/cache/pacman/pkg/reiserfsprogs-3.6.21-3-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/tcp_wrappers-7.6-12-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/tcp_wrappers-7.6-12-x86_64.pkg.tar.xz) = 8a6763022c9b514d9154fc5a2eece339
debug: replacing pkgcache entry with package file for target tcp_wrappers
debug: found cached pkg: /var/cache/pacman/pkg/tcp_wrappers-7.6-12-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/syslog-ng-3.2.1-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/syslog-ng-3.2.1-1-x86_64.pkg.tar.xz) = fb31f4d5219a1f216935c741cf93a5ff
debug: replacing pkgcache entry with package file for target syslog-ng
debug: found cached pkg: /var/cache/pacman/pkg/syslog-ng-3.2.1-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/tar-1.25-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/tar-1.25-1-x86_64.pkg.tar.xz) = cbac110b5d3a100270e0ca5a3046b37a
debug: replacing pkgcache entry with package file for target tar
debug: found cached pkg: /var/cache/pacman/pkg/tar-1.25-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/usbutils-001-2-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/usbutils-001-2-x86_64.pkg.tar.xz) = 2b111ea0621e390f6f6acc15993b6680
debug: replacing pkgcache entry with package file for target usbutils
debug: found cached pkg: /var/cache/pacman/pkg/usbutils-001-2-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/wpa_supplicant-0.7.3-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/wpa_supplicant-0.7.3-1-x86_64.pkg.tar.xz) = b9818070eedbcf44e80670c8ce85ecd2
debug: replacing pkgcache entry with package file for target wpa_supplicant
debug: found cached pkg: /var/cache/pacman/pkg/wpa_supplicant-0.7.3-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
debug: found cached pkg: /var/cache/pacman/pkg/xfsprogs-3.1.4-1-x86_64.pkg.tar.xz
debug: md5(/var/cache/pacman/pkg/xfsprogs-3.1.4-1-x86_64.pkg.tar.xz) = 816affa4775ba02d8908b26f2912bafc
debug: replacing pkgcache entry with package file for target xfsprogs
debug: found cached pkg: /var/cache/pacman/pkg/xfsprogs-3.1.4-1-x86_64.pkg.tar.xz
debug: returning error 30 from pkg_load : ouverture du fichier paquet impossible
linux-api-headers-2.6.37-1-x86_64.pkg.tar.xz est invalide ou corrompu
tzdata-2010o-1-x86_64.pkg.tar.xz est invalide ou corrompu
glibc-2.13-1-x86_64.pkg.tar.xz est invalide ou corrompu
attr-2.4.44-2-x86_64.pkg.tar.xz est invalide ou corrompu
acl-2.2.49-2-x86_64.pkg.tar.xz est invalide ou corrompu
ncurses-5.7-4-x86_64.pkg.tar.xz est invalide ou corrompu
readline-6.1.002-2-x86_64.pkg.tar.xz est invalide ou corrompu
bash-4.1.009-3-x86_64.pkg.tar.xz est invalide ou corrompu
gawk-3.1.8-2-x86_64.pkg.tar.xz est invalide ou corrompu
m4-1.4.15-1-x86_64.pkg.tar.xz est invalide ou corrompu
diffutils-3.0-2-x86_64.pkg.tar.xz est invalide ou corrompu
autoconf-2.68-1-any.pkg.tar.xz est invalide ou corrompu
gdbm-1.8.3-8-x86_64.pkg.tar.xz est invalide ou corrompu
gcc-libs-4.5.2-5-x86_64.pkg.tar.xz est invalide ou corrompu
db-5.1.19-3-x86_64.pkg.tar.xz est invalide ou corrompu
zlib-1.2.5-3-x86_64.pkg.tar.xz est invalide ou corrompu
cracklib-2.8.18-1-x86_64.pkg.tar.xz est invalide ou corrompu
pam-1.1.3-1-x86_64.pkg.tar.xz est invalide ou corrompu
shadow-4.1.4.2-4-x86_64.pkg.tar.xz est invalide ou corrompu
gmp-5.0.1-2-x86_64.pkg.tar.xz est invalide ou corrompu
libcap-2.19-2-x86_64.pkg.tar.xz est invalide ou corrompu
coreutils-8.9-1-x86_64.pkg.tar.xz est invalide ou corrompu
perl-5.12.2-1-x86_64.pkg.tar.xz est invalide ou corrompu
automake-1.11.1-2-any.pkg.tar.xz est invalide ou corrompu
bin86-0.16.17-5-x86_64.pkg.tar.xz est invalide ou corrompu
binutils-2.21-3-x86_64.pkg.tar.xz est invalide ou corrompu
bison-2.4.3-1-x86_64.pkg.tar.xz est invalide ou corrompu
bzip2-1.0.6-1-x86_64.pkg.tar.xz est invalide ou corrompu
ppl-0.11-1-x86_64.pkg.tar.xz est invalide ou corrompu
cloog-ppl-0.15.10-2-x86_64.pkg.tar.xz est invalide ou corrompu
popt-1.16-3-x86_64.pkg.tar.xz est invalide ou corrompu
cryptsetup-1.2.0-1-x86_64.pkg.tar.xz est invalide ou corrompu
dash-0.5.6.1-2-x86_64.pkg.tar.xz est invalide ou corrompu
dhcpcd-5.2.9-1-x86_64.pkg.tar.xz est invalide ou corrompu
iana-etc-2.30-1-any.pkg.tar.xz est invalide ou corrompu
filesystem-2010.12-1-any.pkg.tar.xz est invalide ou corrompu
util-linux-ng-2.18-3-x86_64.pkg.tar.xz est invalide ou corrompu
e2fsprogs-1.41.14-1-x86_64.pkg.tar.xz est invalide ou corrompu
ed-1.5-2-x86_64.pkg.tar.xz est invalide ou corrompu
eventlog-0.2.12-1-x86_64.pkg.tar.xz est invalide ou corrompu
expat-2.0.1-6-x86_64.pkg.tar.xz est invalide ou corrompu
pcre-8.12-1-x86_64.pkg.tar.xz est invalide ou corrompu
grep-2.7-1-x86_64.pkg.tar.xz est invalide ou corrompu
sed-4.2.1-3-x86_64.pkg.tar.xz est invalide ou corrompu
fakeroot-1.14.5-1-x86_64.pkg.tar.xz est invalide ou corrompu
file-5.05-1-x86_64.pkg.tar.xz est invalide ou corrompu
findutils-4.4.2-3-x86_64.pkg.tar.xz est invalide ou corrompu
flex-2.5.35-4-x86_64.pkg.tar.xz est invalide ou corrompu
mpfr-3.0.0.p8-1-x86_64.pkg.tar.xz est invalide ou corrompu
libmpc-0.8.2-3-x86_64.pkg.tar.xz est invalide ou corrompu
elfutils-0.151-1-x86_64.pkg.tar.xz est invalide ou corrompu
gcc-4.5.2-5-x86_64.pkg.tar.xz est invalide ou corrompu
gen-init-cpio-2.6.36-1-x86_64.pkg.tar.xz est invalide ou corrompu
gettext-0.18.1.1-1-x86_64.pkg.tar.xz est invalide ou corrompu
gzip-1.4-2-x86_64.pkg.tar.xz est invalide ou corrompu
texinfo-4.13a-5-x86_64.pkg.tar.xz est invalide ou corrompu
groff-1.21-1-x86_64.pkg.tar.xz est invalide ou corrompu
sysvinit-2.88-2-x86_64.pkg.tar.xz est invalide ou corrompu
initscripts-2010.07-2-x86_64.pkg.tar.xz est invalide ou corrompu
iputils-20101006-1-x86_64.pkg.tar.xz est invalide ou corrompu
jfsutils-1.1.14-2-x86_64.pkg.tar.xz est invalide ou corrompu
linux-firmware-20101108-1-any.pkg.tar.xz est invalide ou corrompu
module-init-tools-3.12-2-x86_64.pkg.tar.xz est invalide ou corrompu
mkinitcpio-busybox-1.17.2-1-x86_64.pkg.tar.xz est invalide ou corrompu
which-2.20-4-x86_64.pkg.tar.xz est invalide ou corrompu
mkinitcpio-0.6.8-1-any.pkg.tar.xz est invalide ou corrompu
kernel26-2.6.37-5-x86_64.pkg.tar.xz est invalide ou corrompu
less-436-2-x86_64.pkg.tar.xz est invalide ou corrompu
libgpg-error-1.9-2-x86_64.pkg.tar.xz est invalide ou corrompu
libpcap-1.1.1-2-x86_64.pkg.tar.xz est invalide ou corrompu
logrotate-3.7.9-1-x86_64.pkg.tar.xz est invalide ou corrompu
lzo2-2.04-1-x86_64.pkg.tar.xz est invalide ou corrompu
man-db-2.5.9-1-x86_64.pkg.tar.xz est invalide ou corrompu
man-pages-3.32-1-any.pkg.tar.xz est invalide ou corrompu
mdadm-3.1.4-1-x86_64.pkg.tar.xz est invalide ou corrompu
nano-2.2.6-1-x86_64.pkg.tar.xz est invalide ou corrompu
patch-2.6.1-2-x86_64.pkg.tar.xz est invalide ou corrompu
pciutils-3.1.7-3-x86_64.pkg.tar.xz est invalide ou corrompu
pcmciautils-017-1-x86_64.pkg.tar.xz est invalide ou corrompu
pkg-config-0.25-3-x86_64.pkg.tar.xz est invalide ou corrompu
procps-3.2.8-3-x86_64.pkg.tar.xz est invalide ou corrompu
psmisc-22.13-1-x86_64.pkg.tar.xz est invalide ou corrompu
reiserfsprogs-3.6.21-3-x86_64.pkg.tar.xz est invalide ou corrompu
tcp_wrappers-7.6-12-x86_64.pkg.tar.xz est invalide ou corrompu
syslog-ng-3.2.1-1-x86_64.pkg.tar.xz est invalide ou corrompu
tar-1.25-1-x86_64.pkg.tar.xz est invalide ou corrompu
usbutils-001-2-x86_64.pkg.tar.xz est invalide ou corrompu
wpa_supplicant-0.7.3-1-x86_64.pkg.tar.xz est invalide ou corrompu
xfsprogs-3.1.4-1-x86_64.pkg.tar.xz est invalide ou corrompu
Des erreurs se sont produites, aucun paquet n'a été mis à jour.
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'archlinuxfr'
debug: freeing package cache for repository 'archlinuxfr'
debug: unregistering database 'core'
debug: freeing package cache for repository 'core'
debug: unregistering database 'extra'
debug: freeing package cache for repository 'extra'
debug: unregistering database 'community'
C'est coton :D, j'ai lu et à mon avis c'est un gros dawa la dedans :oops:

Par contre vue l'heure Linux je vais arrêter pour aujourd'hui et voir ça demain à tête reposé quand j'aurais fais ce que j'ai à faire :chinois:

En tout cas merci bien à vous de vous pencher sur mon cas :kimouss:
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17628
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Mise à jour] Impossible de faire les màj (en cours)

Message par benjarobin »

Intéressant... Bien que xz soit à jour tu ne peux pas ouvrir le paquet...
Mais comment alors as tu pu mettre à jour le reste des paquets comme pacman ou xz ?
Que donne ceci :

Code : Tout sélectionner

tar tvf /var/cache/pacman/pkg/libarchive*
Arrive tu à faire ceci :

Code : Tout sélectionner

xz -k -d /var/cache/pacman/pkg/libarchive*
Si tu arrive à extraire, sans problème commence par réinstaller ou mettre à jour les dépendances de pacman et de xz.
Essaye tout d'abord de la manière simple, par exemple

Code : Tout sélectionner

pacman -S libarchive
Si cela ne marche pas: essaye

Code : Tout sélectionner

pacman -U /var/cache/pacman/pkg/libarchive*
que je doute qui fonctionne si au dessus cela à échoué...
Donc essaye d'extraire

Code : Tout sélectionner

xz -k -d /var/cache/pacman/pkg/libarchive*.tar.xz
Puis

Code : Tout sélectionner

pacman -U  /var/cache/pacman/pkg/libarchive*.tar
Bonne chance... Je suis assez perplexe toute fois...
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Répondre