You are not logged in.

#1 2011-10-11 12:53:21

Doctor Drive
Member
From: Poland
Registered: 2010-08-11
Posts: 167

[Solved?] ABS: Download failed

abs 2.4.3-1

$ sudo abs
==> Downloading tarballs...
    ==> core...
    ==> extra...
    ==> community...
    ==> multilib...
==> ERROR: Download failed
$ cat /etc/abs.conf

# the top-level directory of all your PKGBUILDs
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs/" #correct

#
# Server to sync from
#
SYNCSERVER="rsync.archlinux.org" #dunno

#
# The architecture to fetch abs for
# Either i686 or x86_64
#
ARCH="x86_64" #correct

#
# Pacman mirror list used for syncing via tarball
#
MIRRORLIST="/etc/pacman.d/mirrorlist" #correct, see below

#
# REPOS to be parsed by abs (in this order)
#   (prefix a repo with a ! to disable it)
#
# Note: If a repo is removed, it is still fetched!
# Repos must be preceded with a ! to prevent fetching
#
REPOS=(core extra community multilib !testing !community-testing !multilib-testing !staging !community-staging !gnome-unstable !kde-unstable) #correct
$ cat /etc/pacman.d/mirrorlist
Server = http://mirror.rit.edu/archlinux/$repo/os/$arch # works, of course

Last edited by Doctor Drive (2011-10-11 15:05:49)

Offline

#2 2011-10-11 13:55:36

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved?] ABS: Download failed

I can only say it works for me. I'm on 32-bit, but I've enabled multilib and it went OK.

Offline

#3 2011-10-11 15:02:52

Doctor Drive
Member
From: Poland
Registered: 2010-08-11
Posts: 167

Re: [Solved?] ABS: Download failed

It seems it was a temprorary server error. Now it works.
I should have tried to change servers when the error occured to know for sure.

Last edited by Doctor Drive (2011-10-11 15:06:25)

Offline

Board footer

Powered by FluxBB