You are not logged in.

#1 2012-02-26 23:47:12

supasugoi
Member
From: Los Angeles, CA
Registered: 2012-02-26
Posts: 5

Pacman Update Error

Hi everyone. I'm not sure if this belongs in "Pacman & Package Update Issues" or the "Newbie Corner", but since I'm an Arch newb and the solution may be blantantly obvious, I'll post it here. I'm fairly new to Arch, but not Linux. I installed a fresh netinstall of Arch 4 days ago. Everything was working fine 2 days. I was able to update using "sudo pacman -Syu". For some reason, I am not able to update anymore.

I checked the mirrorlist generator (http://www.archlinux.org/mirrorlist/) and used rankmirrors to rank the top 6 mirrors. Then I used "sudo pacman -Syy" to refresh the package lists. That didn't help.

I have checked the front page. I have tried to search for the solution but I don't know what to search for since I don't know exactly what is wrong. Can I get some halp?

Here is the error I get when trying to refresh using "sudo pacman -Syy":

:: Synchronizing package databases...
error: failed retrieving file 'core.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'core.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'core.db' from ftp.archlinux.org : Connection time-out
error: failed retrieving file 'core.db' from ftp.gtlib.gatech.edu : Connection time-out
error: failed retrieving file 'core.db' from ftp.osuosl.org : Connection time-out
error: failed retrieving file 'core.db' from locke.suu.edu : Connection time-out
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'extra.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'extra.db' from ftp.archlinux.org : Connection time-out
error: failed retrieving file 'extra.db' from ftp.gtlib.gatech.edu : Connection time-out
error: failed retrieving file 'extra.db' from ftp.osuosl.org : Connection time-out
error: failed retrieving file 'extra.db' from locke.suu.edu : Connection time-out
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'community.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'community.db' from ftp.archlinux.org : Connection time-out
error: failed retrieving file 'community.db' from ftp.gtlib.gatech.edu : Connection time-out
error: failed retrieving file 'community.db' from ftp.osuosl.org : Connection time-out
error: failed retrieving file 'community.db' from locke.suu.edu : Connection time-out
error: failed to update community (download library error)
error: failed retrieving file 'multilib.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'multilib.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'multilib.db' from ftp.archlinux.org : Connection time-out
error: failed retrieving file 'multilib.db' from ftp.gtlib.gatech.edu : Connection time-out
error: failed retrieving file 'multilib.db' from ftp.osuosl.org : Connection time-out
error: failed retrieving file 'multilib.db' from locke.suu.edu : Connection time-out
error: failed to update multilib (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)

Here's is my /etc/rc.conf

#
# /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
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg     = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

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

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#UseDelta
#TotalDownload
CheckSpace
#VerbosePkgLists

# PGP signature checking
# NOTE: None of this will work without running `pacman-key --init` first.
# The compiled in default is equivalent to the following line. This requires
# you to locally sign and trust packager keys using `pacman-key` for them to be
# considered valid.
#SigLevel = Optional TrustedOnly
# If you wish to check signatures but avoid local sign and trust issues, use
# the following line. This will treat any key imported into pacman's keyring as
# trusted.
#SigLevel = Optional TrustAll
# For now, off by default unless you read the above.
SigLevel = Never

#
# 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]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

[core]
#SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist

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

[community]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist

[multilib]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist

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

Here is my /etc/pacman.d/mirrorlist file.

# Server list generated by rankmirrors on 2012-02-26
## United States
Server = ftp://archlinux.supsec.org/pub/linux/arch/$repo/os/$arch
Server = ftp://cake.lib.fit.edu/archlinux/$repo/os/$arch
Server = ftp://ftp.archlinux.org/$repo/os/$arch
Server = ftp://ftp.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
Server = ftp://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/$arch
 

Here is a list of packages I installed using AUR.

dropbox 1.2.52-1
firefox-nightly 13.0a1-1
screenfetch 2.4.3-1
thunderbird-nightly 13.0a1-1

Offline

#2 2012-02-26 23:56:07

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: Pacman Update Error

See this bug report: https://bugs.archlinux.org/task/27988
To disable ipv6: https://wiki.archlinux.org/index.php/IP … the_Module

Last edited by hokasch (2012-02-26 23:56:20)

Offline

#3 2012-02-26 23:56:18

Pres
Member
Registered: 2011-09-12
Posts: 423

Re: Pacman Update Error

Is you machine connected to the internet? Try pinging something and make sure it has an active connection.

Offline

#4 2012-02-26 23:57:44

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Pacman Update Error

Welcome to Arch. Try using a http server...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2012-02-26 23:58:02

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,546

Re: Pacman Update Error

Did you try using http instead of ftp?

edit: too slow. again.

Last edited by skunktrader (2012-02-26 23:58:28)

Offline

#6 2012-02-27 00:29:43

supasugoi
Member
From: Los Angeles, CA
Registered: 2012-02-26
Posts: 5

Re: Pacman Update Error

I disabled ipv6, but that didn't do anything.


Pres wrote:

Is you machine connected to the internet? Try pinging something and make sure it has an active connection.

Yes and I am able to actually ping the servers.


skunktrader wrote:

Did you try using http instead of ftp?

edit: too slow. again.

Yes, tried using http servers instead of ftp.  I disabled all of the ftp servers in my mirrorlist. Then I used the rankmirrors script to rank the mirrors again. Here is my new mirrorlist:

# Server list generated by rankmirrors on 2012-02-26
## United States
#Server = ftp://archlinux.supsec.org/pub/linux/arch/$repo/os/$arch
#Server = ftp://cake.lib.fit.edu/archlinux/$repo/os/$arch
#Server = ftp://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
#Server = ftp://ftp.archlinux.org/$repo/os/$arch
#Server = ftp://ftp.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch
#Server = ftp://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch
#Server = ftp://mirror.us.leaseweb.net/archlinux/$repo/os/$arch
#Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/$arch
#Server = ftp://lug.mtu.edu/archlinux/ftpfull/$repo/os/$arch
#Server = ftp://mirrors.xmission.com/archlinux/$repo/os/$arch
#Server = ftp://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
#Server = ftp://mirror.rit.edu/archlinux/$repo/os/$arch
Server = http://archlinux.supsec.org/$repo/os/$arch
Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch
Server = http://archlinux.tserver.net/$repo/os/$arch
Server = http://cake.lib.fit.edu/archlinux/$repo/os/$arch
Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch
Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch

After that I tried refreshing the package lists, using "sudo pacman -Syy" but I still keep getting errors:

:: Synchronizing package databases...
error: failed retrieving file 'core.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'core.db' from archlinux.surlyjake.com : Connection time-out
error: failed retrieving file 'core.db' from archlinux.tserver.net : Connection time-out
error: failed retrieving file 'core.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'core.db' from cosmos.cites.illinois.edu : Connection time-out
error: failed retrieving file 'core.db' from ftp.osuosl.org : Connection time-out
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'extra.db' from archlinux.surlyjake.com : Connection time-out
error: failed retrieving file 'extra.db' from archlinux.tserver.net : Connection time-out
error: failed retrieving file 'extra.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'extra.db' from cosmos.cites.illinois.edu : Connection time-out
error: failed retrieving file 'extra.db' from ftp.osuosl.org : Connection time-out
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'community.db' from archlinux.surlyjake.com : Connection time-out
error: failed retrieving file 'community.db' from archlinux.tserver.net : Connection time-out
error: failed retrieving file 'community.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'community.db' from cosmos.cites.illinois.edu : Connection time-out
error: failed retrieving file 'community.db' from ftp.osuosl.org : Connection time-out
error: failed to update community (download library error)
error: failed retrieving file 'multilib.db' from archlinux.supsec.org : Connection time-out
error: failed retrieving file 'multilib.db' from archlinux.surlyjake.com : Connection time-out
error: failed retrieving file 'multilib.db' from archlinux.tserver.net : Connection time-out
error: failed retrieving file 'multilib.db' from cake.lib.fit.edu : Connection time-out
error: failed retrieving file 'multilib.db' from cosmos.cites.illinois.edu : Connection time-out
error: failed retrieving file 'multilib.db' from ftp.osuosl.org : Connection time-out
error: failed to update multilib (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)

Offline

#7 2012-02-27 00:37:33

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: Pacman Update Error

What happens if you run this:

wget http://archlinux.supsec.org/core/os/$(uname -m)/core.db

Offline

#8 2012-02-27 00:40:37

supasugoi
Member
From: Los Angeles, CA
Registered: 2012-02-26
Posts: 5

Re: Pacman Update Error

/dev/zero wrote:

What happens if you run this:

wget http://archlinux.supsec.org/core/os/$(uname -m)/core.db

Here is what I get when I enter that command:

--2012-02-26 16:38:09--  http://archlinux.supsec.org/core/os/x86_64/core.db
Resolving archlinux.supsec.org... 208.209.50.19
Connecting to archlinux.supsec.org|208.209.50.19|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 107626 (105K) [text/plain]
Saving to: `core.db'

100%[======================================>] 107,626      155K/s   in 0.7s    

2012-02-26 16:38:26 (155 KB/s) - `core.db' saved [107626/107626]

Offline

#9 2012-02-27 00:55:13

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: Pacman Update Error

supasugoi wrote:
/dev/zero wrote:

What happens if you run this:

wget http://archlinux.supsec.org/core/os/$(uname -m)/core.db

Here is what I get when I enter that command:

--2012-02-26 16:38:09--  http://archlinux.supsec.org/core/os/x86_64/core.db
Resolving archlinux.supsec.org... 208.209.50.19
Connecting to archlinux.supsec.org|208.209.50.19|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 107626 (105K) [text/plain]
Saving to: `core.db'

100%[======================================>] 107,626      155K/s   in 0.7s    

2012-02-26 16:38:26 (155 KB/s) - `core.db' saved [107626/107626]

Good.

Now, pacman depends on curl, not wget, so let's see whether curl also works:

curl http://archlinux.supsec.org/core/os/x86_64/core.db > ~/core.db

Offline

#10 2012-02-27 01:00:48

supasugoi
Member
From: Los Angeles, CA
Registered: 2012-02-26
Posts: 5

Re: Pacman Update Error

Now, pacman depends on curl, not wget, so let's see whether curl also works:

curl http://archlinux.supsec.org/core/os/x86_64/core.db > ~/core.db

Hmmm curl seems to work as well. Here is the output:

[allan@nettobooku ~]$ curl http://archlinux.supsec.org/core/os/x86_64/core.db > ~/core.db
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  105k  100  105k    0     0   6729      0  0:00:15  0:00:15 --:--:--  119k

Offline

#11 2012-02-27 01:12:51

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: Pacman Update Error

Hmm. Seems like a weird problem.

To focus it a bit more, please comment out all mirrors except for http://archlinux.supsec.org. Then try running pacman with verbose and debugging flags on:

sudo pacman -Syyuv --debug

Offline

#12 2012-02-27 01:33:18

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Pacman Update Error

I suspect the OP didn't actually disable ipv6. This is exactly what I've already covered in the linked FS.

Offline

#13 2012-02-27 02:29:08

supasugoi
Member
From: Los Angeles, CA
Registered: 2012-02-26
Posts: 5

Re: Pacman Update Error

/dev/zero wrote:

Hmm. Seems like a weird problem.

To focus it a bit more, please comment out all mirrors except for http://archlinux.supsec.org. Then try running pacman with verbose and debugging flags on:

sudo pacman -Syyuv --debug

For some odd reason, it's working now. Thanks, I guess.

Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : None
:: Synchronizing package databases...
downloading extra.db...
downloading community.db...
downloading multilib.db...
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...

Targets (93): ca-certificates-java-20120225-1  damageproto-1.2.1-2  dmxproto-2.3.1-2  docbook-xml-4.5-5  eclipse-3.7.2-1  fftw-3.3-2  file-5.11-1  fixesproto-5.0-2  fluidsynth-1.1.5-2  fontsproto-2.1.1-2  giflib-4.1.6-5  gnutls-3.0.14-1  hspell-1.1-2  kbproto-1.0.5-2  libbonobo-2.32.1-2  libdmx-1.1.1-2  libevent-2.0.17-1  libexif-0.6.20-2  libfontenc-1.1.0-2  libglade-2.6.4-3  libgnome-2.32.1-3  libgnome-data-2.32.1-3  libice-1.0.7-2  libkate-0.4.1-3  libsigc++-2.2.10-2  libsm-1.2.0-2  libspectre-0.2.6-3  libtasn1-2.9-2  libtextcat-2.2-9  libtiger-0.3.4-3  libwpd-0.9.2-2  libwps-0.2.2-2  libxau-1.0.6-2  libxaw-1.0.9-2  libxcomposite-0.4.3-2  libxdmcp-1.1.0-2  libxext-1.3.0-2  libxfixes-5.0-2  libxft-2.2.0-2  libxinerama-1.1.1-2  libxkbfile-1.0.7-2  libxklavier-5.1-2  libxmu-1.1.0-2  libxpm-3.5.9-2  libxres-1.0.5-2  libxss-1.2.1-2  libxt-1.1.1-2  libxtst-1.2.0-2  libxv-1.0.6-2  libxxf86dga-1.1.2-2  libxxf86vm-1.1.1-2  linux-3.2.7-1  linux-headers-3.2.7-1  lpsolve-5.5.2.0-2  mesa-demos-8.0.1-2  nspr-4.9-1  nss-3.13.3-1  opencore-amr-0.1.3-1  orbit2-2.14.19-2  perl-xml-parser-2.41-2  perl-xml-simple-2.18-4  ptlib-2.10.2-2  randrproto-1.3.2-2  recode-3.6-7  recordproto-1.14.1-2  renderproto-0.11.1-2  scrnsaverproto-1.2.1-2  shared-color-targets-0.1.1-1  sound-juicer-2.32.1-2  sudo-1.8.4.p1-1  ttf-dejavu-2.33-2  videoproto-2.3.1-2  vlc-2.0.0-8  xbitmaps-1.1.1-2  xextproto-7.2.0-2  xf86vidmodeproto-2.3.1-2  xineramaproto-1.2.1-2  xorg-bdftopcf-1.0.3-2  xorg-font-utils-7.6-3  xorg-fonts-encodings-1.0.4-2  xorg-server-utils-7.6-3  xorg-utils-7.6-8  xorg-xbacklight-1.1.2-3  xorg-xdriinfo-1.0.4-3  xorg-xgamma-1.0.4-3  xorg-xhost-1.0.4-3  xorg-xlsatoms-1.1.0-3  xorg-xlsclients-1.1.2-2  xorg-xmodmap-1.0.5-3  xorg-xrdb-1.0.9-2  xorg-xrefresh-1.0.4-3  xorg-xsetroot-1.1.0-3  xorg-xvinfo-1.1.1-3

Total Download Size:    243.39 MiB
Total Installed Size:   461.54 MiB
Net Upgrade Size:       8.29 MiB

:: Retrieving packages from core...
downloading libevent-2.0.17-1-x86_64.pkg.tar.xz...
downloading libevent-2.0.17-1-x86_64.pkg.tar.xz...
downloading libevent-2.0.17-1-x86_64.pkg.tar.xz...
downloading linux-3.2.7-1-x86_64.pkg.tar.xz...
downloading linux-3.2.7-1-x86_64.pkg.tar.xz...
downloading linux-3.2.7-1-x86_64.pkg.tar.xz...
downloading linux-headers-3.2.7-1-x86_64.pkg.tar.xz...
downloading linux-headers-3.2.7-1-x86_64.pkg.tar.xz...
downloading linux-headers-3.2.7-1-x86_64.pkg.tar.xz...
downloading sudo-1.8.4.p1-1-x86_64.pkg.tar.xz...
downloading sudo-1.8.4.p1-1-x86_64.pkg.tar.xz...
downloading sudo-1.8.4.p1-1-x86_64.pkg.tar.xz...
:: Retrieving packages from extra...
downloading ca-certificates-java-20120225-1-any.pkg.tar.xz...
downloading xextproto-7.2.0-2-any.pkg.tar.xz...
downloading fixesproto-5.0-2-any.pkg.tar.xz...
downloading damageproto-1.2.1-2-any.pkg.tar.xz...
downloading dmxproto-2.3.1-2-any.pkg.tar.xz...
downloading dmxproto-2.3.1-2-any.pkg.tar.xz...
downloading dmxproto-2.3.1-2-any.pkg.tar.xz...
downloading docbook-xml-4.5-5-any.pkg.tar.xz...
downloading eclipse-3.7.2-1-x86_64.pkg.tar.xz...
downloading fftw-3.3-2-x86_64.pkg.tar.xz...
downloading fftw-3.3-2-x86_64.pkg.tar.xz...
downloading fftw-3.3-2-x86_64.pkg.tar.xz...
downloading fluidsynth-1.1.5-2-x86_64.pkg.tar.xz...
downloading fluidsynth-1.1.5-2-x86_64.pkg.tar.xz...
downloading fluidsynth-1.1.5-2-x86_64.pkg.tar.xz...
downloading fontsproto-2.1.1-2-any.pkg.tar.xz...
downloading giflib-4.1.6-5-x86_64.pkg.tar.xz...
downloading giflib-4.1.6-5-x86_64.pkg.tar.xz...
downloading giflib-4.1.6-5-x86_64.pkg.tar.xz...
downloading libtasn1-2.9-2-x86_64.pkg.tar.xz...
downloading libtasn1-2.9-2-x86_64.pkg.tar.xz...
downloading libtasn1-2.9-2-x86_64.pkg.tar.xz...
downloading gnutls-3.0.14-1-x86_64.pkg.tar.xz...
downloading gnutls-3.0.14-1-x86_64.pkg.tar.xz...
downloading gnutls-3.0.14-1-x86_64.pkg.tar.xz...
downloading hspell-1.1-2-x86_64.pkg.tar.xz...
downloading hspell-1.1-2-x86_64.pkg.tar.xz...
downloading hspell-1.1-2-x86_64.pkg.tar.xz...
downloading kbproto-1.0.5-2-any.pkg.tar.xz...
downloading orbit2-2.14.19-2-x86_64.pkg.tar.xz...
downloading orbit2-2.14.19-2-x86_64.pkg.tar.xz...
downloading orbit2-2.14.19-2-x86_64.pkg.tar.xz...
downloading libbonobo-2.32.1-2-x86_64.pkg.tar.xz...
downloading libbonobo-2.32.1-2-x86_64.pkg.tar.xz...
downloading libbonobo-2.32.1-2-x86_64.pkg.tar.xz...
downloading libxext-1.3.0-2-x86_64.pkg.tar.xz...
downloading libxext-1.3.0-2-x86_64.pkg.tar.xz...
downloading libxext-1.3.0-2-x86_64.pkg.tar.xz...
downloading libdmx-1.1.1-2-x86_64.pkg.tar.xz...
downloading libexif-0.6.20-2-x86_64.pkg.tar.xz...
downloading libexif-0.6.20-2-x86_64.pkg.tar.xz...
downloading libexif-0.6.20-2-x86_64.pkg.tar.xz...
downloading libfontenc-1.1.0-2-x86_64.pkg.tar.xz...
downloading libfontenc-1.1.0-2-x86_64.pkg.tar.xz...
downloading libfontenc-1.1.0-2-x86_64.pkg.tar.xz...
downloading libglade-2.6.4-3-x86_64.pkg.tar.xz...
downloading libglade-2.6.4-3-x86_64.pkg.tar.xz...
downloading libglade-2.6.4-3-x86_64.pkg.tar.xz...
downloading libgnome-data-2.32.1-3-x86_64.pkg.tar.xz...
downloading libgnome-data-2.32.1-3-x86_64.pkg.tar.xz...
downloading libgnome-data-2.32.1-3-x86_64.pkg.tar.xz...
downloading libgnome-2.32.1-3-x86_64.pkg.tar.xz...
downloading libgnome-2.32.1-3-x86_64.pkg.tar.xz...
downloading libgnome-2.32.1-3-x86_64.pkg.tar.xz...
downloading libice-1.0.7-2-x86_64.pkg.tar.xz...
downloading libice-1.0.7-2-x86_64.pkg.tar.xz...
downloading libice-1.0.7-2-x86_64.pkg.tar.xz...
downloading libsigc++-2.2.10-2-x86_64.pkg.tar.xz...
downloading libsm-1.2.0-2-x86_64.pkg.tar.xz...
downloading libsm-1.2.0-2-x86_64.pkg.tar.xz...
downloading libsm-1.2.0-2-x86_64.pkg.tar.xz...
downloading libspectre-0.2.6-3-x86_64.pkg.tar.xz...
downloading libspectre-0.2.6-3-x86_64.pkg.tar.xz...
downloading libspectre-0.2.6-3-x86_64.pkg.tar.xz...
downloading libtextcat-2.2-9-x86_64.pkg.tar.xz...
downloading libtextcat-2.2-9-x86_64.pkg.tar.xz...
downloading libtextcat-2.2-9-x86_64.pkg.tar.xz...
downloading libwpd-0.9.2-2-x86_64.pkg.tar.xz...
downloading libwpd-0.9.2-2-x86_64.pkg.tar.xz...
downloading libwpd-0.9.2-2-x86_64.pkg.tar.xz...
downloading libwps-0.2.2-2-x86_64.pkg.tar.xz...
downloading libwps-0.2.2-2-x86_64.pkg.tar.xz...
downloading libwps-0.2.2-2-x86_64.pkg.tar.xz...
downloading libxau-1.0.6-2-x86_64.pkg.tar.xz...
downloading libxau-1.0.6-2-x86_64.pkg.tar.xz...
downloading libxau-1.0.6-2-x86_64.pkg.tar.xz...
downloading libxt-1.1.1-2-x86_64.pkg.tar.xz...
downloading libxmu-1.1.0-2-x86_64.pkg.tar.xz...
downloading libxpm-3.5.9-2-x86_64.pkg.tar.xz...
downloading libxaw-1.0.9-2-x86_64.pkg.tar.xz...
downloading libxaw-1.0.9-2-x86_64.pkg.tar.xz...
downloading libxaw-1.0.9-2-x86_64.pkg.tar.xz...
downloading libxfixes-5.0-2-x86_64.pkg.tar.xz...
downloading libxcomposite-0.4.3-2-x86_64.pkg.tar.xz...
downloading libxdmcp-1.1.0-2-x86_64.pkg.tar.xz...
downloading libxft-2.2.0-2-x86_64.pkg.tar.xz...
downloading xineramaproto-1.2.1-2-any.pkg.tar.xz...
downloading libxinerama-1.1.1-2-x86_64.pkg.tar.xz...
downloading libxkbfile-1.0.7-2-x86_64.pkg.tar.xz...
downloading libxklavier-5.1-2-x86_64.pkg.tar.xz...
downloading libxklavier-5.1-2-x86_64.pkg.tar.xz...
downloading libxklavier-5.1-2-x86_64.pkg.tar.xz...
downloading libxres-1.0.5-2-x86_64.pkg.tar.xz...
downloading scrnsaverproto-1.2.1-2-any.pkg.tar.xz...
downloading libxss-1.2.1-2-x86_64.pkg.tar.xz...
downloading libxss-1.2.1-2-x86_64.pkg.tar.xz...
downloading libxss-1.2.1-2-x86_64.pkg.tar.xz...
downloading recordproto-1.14.1-2-any.pkg.tar.xz...
downloading libxtst-1.2.0-2-x86_64.pkg.tar.xz...
downloading libxtst-1.2.0-2-x86_64.pkg.tar.xz...
downloading libxtst-1.2.0-2-x86_64.pkg.tar.xz...
downloading videoproto-2.3.1-2-any.pkg.tar.xz...
downloading libxv-1.0.6-2-x86_64.pkg.tar.xz...
downloading libxxf86dga-1.1.2-2-x86_64.pkg.tar.xz...
downloading libxxf86dga-1.1.2-2-x86_64.pkg.tar.xz...
downloading libxxf86dga-1.1.2-2-x86_64.pkg.tar.xz...
downloading xf86vidmodeproto-2.3.1-2-any.pkg.tar.xz...
downloading libxxf86vm-1.1.1-2-x86_64.pkg.tar.xz...
downloading libxxf86vm-1.1.1-2-x86_64.pkg.tar.xz...
downloading libxxf86vm-1.1.1-2-x86_64.pkg.tar.xz...
downloading lpsolve-5.5.2.0-2-x86_64.pkg.tar.xz...
downloading lpsolve-5.5.2.0-2-x86_64.pkg.tar.xz...
downloading lpsolve-5.5.2.0-2-x86_64.pkg.tar.xz...
downloading mesa-demos-8.0.1-2-x86_64.pkg.tar.xz...
downloading mesa-demos-8.0.1-2-x86_64.pkg.tar.xz...
downloading mesa-demos-8.0.1-2-x86_64.pkg.tar.xz...
downloading nspr-4.9-1-x86_64.pkg.tar.xz...
downloading nspr-4.9-1-x86_64.pkg.tar.xz...
downloading nspr-4.9-1-x86_64.pkg.tar.xz...
downloading nss-3.13.3-1-x86_64.pkg.tar.xz...
downloading nss-3.13.3-1-x86_64.pkg.tar.xz...
downloading nss-3.13.3-1-x86_64.pkg.tar.xz...
downloading opencore-amr-0.1.3-1-x86_64.pkg.tar.xz...
downloading opencore-amr-0.1.3-1-x86_64.pkg.tar.xz...
downloading opencore-amr-0.1.3-1-x86_64.pkg.tar.xz...
downloading perl-xml-parser-2.41-2-x86_64.pkg.tar.xz...
downloading perl-xml-parser-2.41-2-x86_64.pkg.tar.xz...
downloading perl-xml-parser-2.41-2-x86_64.pkg.tar.xz...
downloading perl-xml-simple-2.18-4-any.pkg.tar.xz...
downloading perl-xml-simple-2.18-4-any.pkg.tar.xz...
downloading perl-xml-simple-2.18-4-any.pkg.tar.xz...
downloading ptlib-2.10.2-2-x86_64.pkg.tar.xz...
downloading ptlib-2.10.2-2-x86_64.pkg.tar.xz...
downloading ptlib-2.10.2-2-x86_64.pkg.tar.xz...
downloading randrproto-1.3.2-2-any.pkg.tar.xz...
downloading recode-3.6-7-x86_64.pkg.tar.xz...
downloading recode-3.6-7-x86_64.pkg.tar.xz...
downloading recode-3.6-7-x86_64.pkg.tar.xz...
downloading renderproto-0.11.1-2-any.pkg.tar.xz...
downloading shared-color-targets-0.1.1-1-any.pkg.tar.xz...
downloading shared-color-targets-0.1.1-1-any.pkg.tar.xz...
downloading shared-color-targets-0.1.1-1-any.pkg.tar.xz...
downloading sound-juicer-2.32.1-2-x86_64.pkg.tar.xz...
downloading sound-juicer-2.32.1-2-x86_64.pkg.tar.xz...
downloading sound-juicer-2.32.1-2-x86_64.pkg.tar.xz...
downloading xorg-fonts-encodings-1.0.4-2-any.pkg.tar.xz...
downloading ttf-dejavu-2.33-2-any.pkg.tar.xz...
downloading ttf-dejavu-2.33-2-any.pkg.tar.xz...
downloading ttf-dejavu-2.33-2-any.pkg.tar.xz...
downloading libkate-0.4.1-3-x86_64.pkg.tar.xz...
downloading libkate-0.4.1-3-x86_64.pkg.tar.xz...
downloading libkate-0.4.1-3-x86_64.pkg.tar.xz...
downloading libtiger-0.3.4-3-x86_64.pkg.tar.xz...
downloading libtiger-0.3.4-3-x86_64.pkg.tar.xz...
downloading libtiger-0.3.4-3-x86_64.pkg.tar.xz...
downloading vlc-2.0.0-8-x86_64.pkg.tar.xz...
downloading vlc-2.0.0-8-x86_64.pkg.tar.xz...
downloading vlc-2.0.0-8-x86_64.pkg.tar.xz...
downloading xbitmaps-1.1.1-2-any.pkg.tar.xz...
downloading xorg-bdftopcf-1.0.3-2-x86_64.pkg.tar.xz...
downloading xorg-bdftopcf-1.0.3-2-x86_64.pkg.tar.xz...
downloading xorg-bdftopcf-1.0.3-2-x86_64.pkg.tar.xz...
downloading xorg-font-utils-7.6-3-any.pkg.tar.xz...
downloading xorg-xbacklight-1.1.2-3-x86_64.pkg.tar.xz...
downloading xorg-xbacklight-1.1.2-3-x86_64.pkg.tar.xz...
downloading xorg-xbacklight-1.1.2-3-x86_64.pkg.tar.xz...
downloading xorg-xgamma-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xgamma-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xgamma-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xhost-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xhost-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xhost-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xmodmap-1.0.5-3-x86_64.pkg.tar.xz...
downloading xorg-xmodmap-1.0.5-3-x86_64.pkg.tar.xz...
downloading xorg-xmodmap-1.0.5-3-x86_64.pkg.tar.xz...
downloading xorg-xrdb-1.0.9-2-x86_64.pkg.tar.xz...
downloading xorg-xrdb-1.0.9-2-x86_64.pkg.tar.xz...
downloading xorg-xrdb-1.0.9-2-x86_64.pkg.tar.xz...
downloading xorg-xrefresh-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xrefresh-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xrefresh-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xsetroot-1.1.0-3-x86_64.pkg.tar.xz...
downloading xorg-xsetroot-1.1.0-3-x86_64.pkg.tar.xz...
downloading xorg-xsetroot-1.1.0-3-x86_64.pkg.tar.xz...
downloading xorg-server-utils-7.6-3-any.pkg.tar.xz...
downloading xorg-server-utils-7.6-3-any.pkg.tar.xz...
downloading xorg-server-utils-7.6-3-any.pkg.tar.xz...
downloading xorg-xdriinfo-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xdriinfo-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xdriinfo-1.0.4-3-x86_64.pkg.tar.xz...
downloading xorg-xlsatoms-1.1.0-3-x86_64.pkg.tar.xz...
downloading xorg-xlsatoms-1.1.0-3-x86_64.pkg.tar.xz...
downloading xorg-xlsatoms-1.1.0-3-x86_64.pkg.tar.xz...
downloading xorg-xlsclients-1.1.2-2-x86_64.pkg.tar.xz...
downloading xorg-xlsclients-1.1.2-2-x86_64.pkg.tar.xz...
downloading xorg-xlsclients-1.1.2-2-x86_64.pkg.tar.xz...
downloading xorg-xvinfo-1.1.1-3-x86_64.pkg.tar.xz...
downloading xorg-xvinfo-1.1.1-3-x86_64.pkg.tar.xz...
downloading xorg-xvinfo-1.1.1-3-x86_64.pkg.tar.xz...
downloading xorg-utils-7.6-8-any.pkg.tar.xz...
downloading xorg-utils-7.6-8-any.pkg.tar.xz...
downloading xorg-utils-7.6-8-any.pkg.tar.xz...
Errors occurred, no packages were upgraded.

Offline

Board footer

Powered by FluxBB