You are not logged in.

#1 2010-09-06 18:51:58

arch-usr
Member
Registered: 2010-09-06
Posts: 2

pacman cannot access multilib repo.

Hello,

I just added the multilib repo to my /etc/pacman.conf :

 

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

After:

 sudo pacman -Syy 

I got the following output:

:: Synchronizing package databases...
core                  35.6K   66.2K/s 00:00:01 [########################################] 100% 
extra                462.9K  174.1K/s 00:00:03 [######################################] 100%
community    381.5K  229.9K/s 00:00:02 [#######################################] 100%
error: failed retrieving file 'multilib.db.tar.gz' from mirror.archlinux.fi : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from mirror.archlinux.fi : Not Found
error: failed retrieving file 'multilib.db.tar.gz' from mirror.cse.iitk.ac.in : Not Found
error: failed retrieving file 'multilib.db.tar.gz' from mirror.archlinux.no : Not Found
error: failed retrieving file 'multilib.db.tar.gz' from ftp.ds.hj.se : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from ftp.ds.hj.se : Not Found
error: failed to update multilib (Not Found)

I tried commenting the mirrors above and using different ones.  Same result.
Thanks for any help!

Offline

#2 2010-09-06 18:56:52

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: pacman cannot access multilib repo.

$ uname -m

i guess you are on i686 and multilib is available only for x86_64

Last edited by wonder (2010-09-06 18:57:20)


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-09-06 19:06:13

arch-usr
Member
Registered: 2010-09-06
Posts: 2

Re: pacman cannot access multilib repo.

You're right, I'm on i686.  Totally misread the title on the multilib post, which does say "x86_64."

Thanks!

Offline

Board footer

Powered by FluxBB