Page 1 sur 1

[yaourt] problème installation (résolu)

Publié : jeu. 19 mai 2011, 19:26
par epos
Bonjour,
Je n'arrive pas à installer yaourt j'ai lu le wiki et le post info sur yaourt, mais je n'arrive pas.
mon pacman.conf est comme ça :

Code : Tout sélectionner

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - %u > %o
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#UseSyslog
ShowSize
#UseDelta
TotalDownload
ILoveCandy

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist

[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

#[community-testing]
## Add your preferred servers here, they will be used first
#Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[archlinuxfr]
Server = http://repo.archlinux.fr/$arch


# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs


Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 19:33
par tuxce
epos a écrit : Je n'arrive pas à installer yaourt
c'est à dire ? tu as un message d'erreur ?

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 19:35
par benjarobin
Tu as bien fait avant : pacman -Syy

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 19:38
par tuxce
Pourquoi un "yy" ? un seul est suffisant, mais de toute façon, il faut un message d'erreur, une piste, une action, quelque chose, "je n'arrive pas" ça n'indique rien du tout.

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 19:43
par epos
quand je fais pacman -Syy ca me donne
error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : No address record
error: failed to update archlinuxfr (No address record)
et quand je fais pacman -S yaourt :
# pacman -S yaourt
error: could not open file /var/lib/pacman/sync/archlinuxfr.db: Failed to open '/var/lib/pacman/sync/archlinuxfr.db'
error: target not found: yaourt

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 19:46
par tuxce
epos a écrit :error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : No address record
error: failed to update archlinuxfr (No address record)
Souci de réseau, il faut le configurer avant de lancer pacman.
(Vu d'autres topic te concernant, il semble que t'ais un souci avec le wifi non ?)

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 19:49
par epos
non justement j'ai résolu le truc car je suis sur le résau cablé j'ai abandonné le wifi

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 19:59
par epos
dans la doc j'ai lu ça
- abs:
La commande ABS permet de mettre à jour tous les PKGBUILD des branches current+release, extra, community, unstable etc...
Assurez-vous que le fichier /etc/abs/abs.conf corresponde aux repository que vous utilisez.
Par exemple si vous utilisez les branches current, extra et community
SUPFILES=(arch extra community)
et j'ai pas le fichier /etc/abs/abs.conf, est-ce normal ?

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 20:03
par FoolEcho
Il n'empêche que tu as l'air d'avoir des sérieux soucis de réseaux, d'où découlent probablement tes autres problèmes... A mon avis, tu aurais intérêt à ouvrir un sujet pour bien s'assurer que ton réseau, qu'il soit filiaire ou wifi, est correctement configuré... en nous précisant à l'aide du wiki et d'autres sujets, ton matériel, ce que tu as configuré, etc. ... :chinois:

EDIT: tu n'as pas besoin d'abs... yaourt est suffisant.

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 20:07
par tuxce
euh, tu cites un post de "Dim 10 Sep 2006" et dernière édition "Dim 01 Avr 2007" !

Re: [yaourt] problème installation

Publié : jeu. 19 mai 2011, 20:36
par epos
ok merci du conseil j'ai poster dans réseau

Re: [yaourt] problème installation (résolu)

Publié : sam. 28 mai 2011, 14:03
par epos