[SOLVED] Pacman error: failed retrieving file : No address record

I just installed Arch on a x86 laptop using the cd as the package source. I wanted to do a net install, but when I attempted to (regardless of the mirror) I got many responses from pacman in tty7 of "No address record". This happened despite having a network connection and being able to ping any site from the cli.
After installing, I am still having the same problem. The laptop is plugged in via ethernet, and I can ping any site I want, but a call to pacman -Syyu just returns numerous errors such as
error: failed retrieving file 'core.db' from mirror.rit.edu : No address record
And just as a test, I was getting replies when pinging mirror.rit.edu.
Last edited by process91 (2011-11-18 18:21:17)

Try the following steps:
1 - Set the VirtualBox Networking option to NAT
2 -  Start the arch machine in the VirtualBox
3 -  Edit /etc/rc.conf as a dynamic IP:
HOSTNAME="arch"
interface=eth0
address=
netmask=
broadcast=
gateway=
4 - Run dhcpcd
5 -  Try to ping a couple of sites, or your router
If you still can't ping or anything, I suggest you start a new thread specifically about your problem. Include the output from "ipconfig -a". You're not going to get much help from posting in a thread marked "[SOLVED]".
Last edited by process91 (2012-01-18 07:21:14)

Similar Messages

  • Cannot sync pacman; error: failed retrieving file, No address record

    Hello,
    As a heads up, I'm trying not to repost
    I've searched the forums but found nothing, I'll keep looking. I've read the front page news about the mirrorlist and tried using the old mirrorlist file. I've been on #archlinux on IRC. Nothing yet.
    Here is an example of what I see:
    root@dungeon pacman.d # pacman -Sy
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db.tar.gz' from ftp.archlinux.org : No address record
    error: failed to update core (No address record)
    error: failed retrieving file 'extra.db.tar.gz' from ftp.archlinux.org : No address record
    error: failed to update extra (No address record)
    error: failed retrieving file 'community.db.tar.gz' from ftp.archlinux.org : No address record
    error: failed to update community (No address record)
    error: failed to synchronize any databases
    I've commented out all but one of the servers in the mirrorlost file to shorten the output.
    Any ideas?

    Snowman wrote:You are trying to fetch non-official dbs which are not on the Arch Linux  mirrors. Are you using Chakra?  Post your pacman.conf
    no I am using normal Arch, and it was working fine until i updated on tuseday. I am using "yaourt -Syu --aur" to update.
    My actual pacman.conf is (changed automaticly to this within unsuccesfull update yesterday):
    # /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
    # 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.
    [core-testing]
    Include = /etc/pacman.d/mirrorlist
    [desktop]
    Include = /etc/pacman.d/mirrorlist
    #[desktop-testing]
    #Include = /etc/pacman.d/mirrorlist
    [platform-testing]
    Include = /etc/pacman.d/mirrorlist
    [apps]
    Include = /etc/pacman.d/mirrorlist
    #[apps-testing]
    #Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    NOW I tried the saved pacman.conf (wich worked fine for months) wich is like this
    # /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 %u > %o
    #CleanMethod = KeepInstalled
    # 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
    # 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
    # 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
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    #ArchAudio
    # tried and tested packages
    [archaudio-stable]
    Server = http://repos.archaudio.org/stable/x86_64
    #ArchAudio
    # these are..for testing?
    [archaudio-testing]
    Server = http://repos.archaudio.org/testing/x86_64
    #ArchAudio
    # for your pleasure
    [archaudio-experimental]
    Server = http://repos.archaudio.org/experimental/x86_64
    and tried to update with it using pacman, wich doesn't succed also:
    [studio@myhost ~]$ sudo pacman -Syu
    Senha:
    erro: O mirror ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch contém a variável $arch, mas não possui arquitetura definida.
    erro: O mirror ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch contém a variável $arch, mas não possui arquitetura definida.
    erro: O mirror ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch contém a variável $arch, mas não possui arquitetura definida.
    :: Sincronizando a base de dados de pacotes...
    erro: falha ao atualizar core (nenhum servidor configurado para o repositório)
    erro: falha ao atualizar extra (nenhum servidor configurado para o repositório)
    erro: falha ao atualizar community (nenhum servidor configurado para o repositório)
    archaudio-stable está atualizado
    archaudio-testing está atualizado
    archaudio-experimental está atualizado
    :: Iniciando atualização do sistema...
    atenção: bristol: local (0.60.5-1) é mais novo que archaudio-testing (0.40.8-1)
    atenção: fil-plugins: local (0.3.0-4) é mais novo que archaudio-testing (0.3.0-3)
    atenção: guitarix: local (0.11.0-1) é mais novo que archaudio-testing (0.06.0-1)
    atenção: kernel26rt: local (2.6.33.7_rt29-1) é mais novo que archaudio-stable (2.6.31_rt10-4)
    atenção: lash: local (0.6.0~rc2-3) é mais novo que archaudio-testing (0.6.0~rc2-1)
    atenção: ll-plugins: local (0.2.1-4) é mais novo que archaudio-testing (0.2.1-3)
    atenção: lv2-c++-tools: local (1.0.3-1) é mais novo que archaudio-testing (1.0.2-1)
    atenção: lv2vocoder: local (1-4) é mais novo que archaudio-testing (1-3)
    atenção: rakarrack: local (0.5.8-1) é mais novo que archaudio-testing (0.4.2-1)
    atenção: rev-plugins: local (0.3.1-3) é mais novo que archaudio-testing (0.3.1-2)
    atenção: swh-lv2: local (1.0.15-3) é mais novo que archaudio-testing (1.0.15-2)
    não há nada a fazer
    [studio@myhost ~]$
    !!!all messages are in portuguese but I think it is possible to understand them, if not i will translate
    EDIT:
    OK, I undestand the last problem and I changed my mirrolist from
    # 2010-08-11 23:15
    # generated by reflector
    # ranked by rankmirrors
    Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/$arch
    Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
    Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
    Server = http://archlinux.limun.org/$repo/os/$arch
    Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
    Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
    Server = http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/$arch
    to
    # 2010-08-11 23:15
    # generated by reflector
    # ranked by rankmirrors
    Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/x86_64
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64
    Server = ftp://mirrors.kernel.org/archlinux/$repo/os/x86_64
    Server = http://archlinux.c3sl.ufpr.br/$repo/os/x86_64
    Server = http://archlinux.limun.org/$repo/os/x86_64
    Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/x86_64
    Server = http://mirrors.kernel.org/archlinux/$repo/os/x86_64
    Server = http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64
    and now it's working again
    but I don't understand how this all happened
    AND: how can I force reflector to output a correct mirrorlist for 64bit?
    Last edited by capoeira (2010-08-12 15:18:15)

  • Pacman - error: failed retrieving file

    Hi.
    I just installed Arch on my new laptop but when I first got to the stage where you need to use pacman for the first time, I got this error:
    error: failed retrieving file
    for all the mirrors I have uncommented in my /etc/pacman.d/mirrorlist with reasons like "Not found", "File unavailable" or "Service not available".
    I've tried several mirrors (all french mirrors and some others) but I got the feeling that it's more coming from my computer.
    I first got this error when I tried to install Xorg, but it's the same when I try with someting else (I tried Firefox for instance). Some packages are downloaded but some aren't and so, I can't install anything.
    I've checked my internet connexion which seems to work since I have 0% loss when I ping something.
    I've also tried pacman -Syy but it didn't fix it.
    So, I'm asking for your help, since I never had any problem at this stage of the installation before.
    And by the way, I'm running on a VAIO laptop with Arch x86_64 installed via network an I used DHCP during the install.
    Thanks

    I don't think so, since I added nothing after installing. Unless there is a firewall in the hardware (I don't know anything about that). My computer is a Vaio VGN-SR and this morning, I was able to install both cpudyn and acpid on the first try.
    And I installed Arch before with the same internet connexion and there was no problem so it must be the computer.

  • Intermittent pacman errors failed retrieving file

    I got most of the way through the Beginners' Guide, but at the part where it has me upgrade the system using pacman I run into trouble.  It can't always download the packages.  Sometimes it works fine, but many of them return errors before they finish downloading.  I always says some variation of "error: failed retrieving file '<filename>' from <mirror> : <reason>"  Then it will attempt to finish downloading from another mirror.  At the end of the whole thing it says that errors occurred and no packages were upgraded.  It doesn't seem to matter what I put in mirrorlist.  I've tried the rankmirrors script, Reflector, and picking some that look good from the mirror status page.  I can ping the mirrors, so I know that works.  my host name is the same in /etc/hosts and /etc/rc.conf.  I've looked through the wiki and the forum and haven't found anything that works.  I might have missed something, but I've been working on it all day.
    If you need me to post any more information let me know.
    Thanks,
    ProNate

    itsbrad212 wrote:
    Sometimes, refreshing the mirrors with:
    pacman -Sy
    may resolve some of those errors.
    EDIT: Scratch that above suggestion. You could possibly try using one trusted mirror (as stated below). For me, http://archlinux.unixheads.org seems to work quite well, so maybe use that.
    I'd recommended only having one selected mirror in /etc/pacman.d/mirrorlist. Although that is most likely unrelated to the issue at hand.
    If I just use that mirror it fails to synchronize any databases.

  • IPV6 issues during the installation? "error: failed retrieving file"

    Hi!
    I currently try to install Arch on my Notebook using the Newbie Guide from the German Arch Wiki. Everything seemed to work fine until I got to the point of installing the base system using
    pacstrap /mnt base base-devel wpa_supplicant
    . The downloading process fails and returns about the same error message for every mirror:
    error: failed retrieving file 'core.db' from MIRRORNAME : Resolving timed out after XY milliseconds
    I already tried to use different mirrors, but none of them worked. I tried to reach them on another machine via the browser and could access them, so they're definitly up. It therefore could be my internet connection, but I'm connected via an ethernet cable and can ping e.g. google.com or archlinux.org without any problems. I looked up the issue on different forums and almost everyone said that it's an issue caused by ipv6; I tried different workarounds, but none of them worked since most of them were used on an Arch system that was already installed but had problems with pacman. Due to the fact that I'm encountering this problem on a CD that I try to install Arch with, most of the files I'm supposed to edit to disable ipv6 aren't there (yet?) - and the other workarounds just didn't work. I really want to install Arch on my system, but can't continue with the installation when pacman can't reach the mirrors.
    I therefore need your help to solve this; like I said, it's probably an issue with ipv6, but I just can't find out how to disable it on my installation medium (I burned the archlinux-2014.11.01-dual.iso on it, if that matters).
    Last edited by Nex (2014-11-15 15:05:06)

    run ping6 -c 4 google.com and post the output.
    alss post the output of :
    ip addr
    ip route -4
    ip route -6
    Last edited by Lone_Wolf (2014-11-15 16:37:13)

  • Error: failed retrieving file

    everytime I try to download a file from pacman or yaourt, I get this:
    error: failed retrieving file 'whateverfileimdownloading.tar.gz' from mirrors.gigenet.com : Not Found
    I'm trying to install mathmap in gimp 2.6, but I this happens and mathmap doesn't seem to install:
    :: Retrieving packages from extra...
    error: failed retrieving file 'gtksourceview-1.8.5-3-i686.pkg.tar.gz' from mirrors.gigenet.com : Not Found
    gtksourceview-1.8.5... 553.3K 985.9K/s 00:00:01 [#####################] 100%
    :: Retrieving packages from community...
    error: failed retrieving file 'gimp-mathmap-1.2.4-4.pkg.tar.gz' from mirrors.gigenet.com : Not Found
    gimp-mathmap-1.2.4-4 221.4K 788.9K/s 00:00:00 [#####################] 100%
    checking package integrity...
    (2/2) checking for file conflicts [#####################] 100%
    (1/2) installing gtksourceview [#####################] 100%
    (2/2) installing gimp-mathmap [#####################] 100%
    /sbin/ldconfig: file /opt/qt/lib/libqt-mt.so.3.3.8 is truncated
    /sbin/ldconfig: file /opt/qt/lib/libqt-mt.so is truncated
    /sbin/ldconfig: file /opt/qt/lib/libqt-mt.so.3 is truncated
    /sbin/ldconfig: file /opt/qt/lib/libqt-mt.so.3.3 is truncated

    I think, you should change the server
    (open the file /etc/pacman.d/mirrorlist with i.e. nano and put # infront of Server = http://mirrors.gigenet.com/archlinux/$repo/os/i686 and remove the # infront of another server)
    On http://mirrors.gigenet.com/, there is no (more?) a directory for arch.
    Last edited by ZaQ (2010-01-18 18:47:08)

  • [solved]pacman error: failed to prepare transaction

    [iblicf@myarch ~]$ sudo pacman -S inkscape
    resolving dependencies...
    error: could not open file /var/lib/pacman/sync/extra//openoffice-sv-2.3.1-1/depends: No such file or directory
    error: cannot resolve "pyxml", a dependency of "inkscape"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: inkscape: requires pyxml
    [iblicf@myarch ~]$ sudo pacman -S abiword
    resolving dependencies...
    error: could not open file /var/lib/pacman/sync/extra//openoffice-sv-2.3.1-1/depends: No such file or directory
    error: cannot resolve "wv>=1.2.4", a dependency of "abiword"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: abiword: requires wv>=1.2.4
    what's wrong with it  ? plz help
    Last edited by iblicf (2008-03-05 03:54:10)

    pacman -Syy  ,yeah , that works ... thanks
    Last edited by iblicf (2008-03-05 03:55:08)

  • [SOLVED] Pacman failed retrieving file 'core.db' after removing KDE

    Hey, I had to remove KDE and foolishly used the -Rsc flag. Now, trying to update yields:
    [root@Gal-PC2 gal]# pacman -Sy
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.isoc.org.il : Resolving timed out after 10524 milliseconds
    error: failed retrieving file 'core.db' from mirror.us.leaseweb.net : Resolving timed out after 10523 milliseconds
    I tryed using the -Sy and -Syy flags to update the database, and made sure I am not using ipv6. I think the -Rsc flag might deleted an importent package. I can connect to the net, and I can acess mirrors using http and I can ping the mirrors. The error persists on a large number of mirrors. Any help will be appriciated.
    Last edited by Greenstuff (2015-02-08 20:49:24)

    Sorry, will do!
    The debug printed a lot of the first errors, so I cut them. This is what pacman --Syu --debug show:
    debug: adding new server URL to database 'multilib': [url]http://ftp.nluug.nl/pub/os/Linux/distr/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.ds.hj.se/pub/os/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.uni-kl.de/pub/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.tu-chemnitz.de/pub/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://mirror.lnx.sk/pub/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://mirrors.st.uz/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://mirrors.mithril.org.ua/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.uni-bayreuth.de/linux/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://artfiles.org/archlinux.org/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://repo.ukdw.ac.id/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://linux.cs.nctu.edu.tw/archlinux/multilib/os/x86_64[/url]
    debug: adding new server URL to database 'multilib': [url]http://ftp.kaist.ac.kr/ArchLinux/multilib/os/x86_64[/url]
    debug: config: new section '(null)'
    debug: config: finished parsing /etc/pacman.conf
    :: Synchronizing package databases...
    debug: url: [url]http://mirror.isoc.org.il/pub/archlinux/core/os/x86_64/core.db[/url]
    debug: maxsize: 26214400
    debug: using time condition: 1422991262
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    debug: curl returned error 28 from transfer
    error: failed retrieving file 'core.db' from mirror.isoc.org.il : Resolving timed out after 10523 milliseconds
    debug: url: [url]http://mirror.us.leaseweb.net/archlinux/core/os/x86_64/core.db[/url]
    debug: maxsize: 26214400
    debug: using time condition: 1422991262
    debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
    EDIT: SOLVED!
    Ok, so I did indeed disable ipv6 as I promised, but turns out I put in the GRUB kernel line "ipv6.disable_ipv6=1". Upon re-reading the wiki, turns out this means ipv6 is disabled but tunnels with ipv6 may be opened by programs. I changed to "ipv6.disable=1" and pacman updates away! I hope others will find this usefull. Be careful!
    Last edited by Greenstuff (2015-02-08 20:52:45)

  • [SOLVED]Pacman error: could not open file /var/.../portaudio

    Anyone got any insight?
    Any pacman or AUR-helper operation I try to do results in many repititions of this error.
    [marcus@ARCH ~]$ packer -Syu
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra 450.4K 401.0K/s 00:00:01 [##########################################] 100%
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com#####-------------] 68%
    community 372.7K 997.9K/s 00:00:00 [##########################################] 100%
    :: Starting full system upgrade...
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    [snip many repeats of same error]
    [marcus@ARCH ~]$ packer portaudio
    0 error: could not open file /desc: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    1 community/desc: 19_20071207-2error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    2 aur/haskell-portaudio 0.0.1-2
    Haskell bindings for the PortAudio library.
    3 aur/mingw32-portaudio 19_20071207-1
    A free, cross-platform, open source, audio I/O library (mingw32)
    4 aur/portaudio-svn 1384-3
    PortAudio is a free, cross platform, open-source, audio I/O library.
    5 aur/pyaudio 0.2.3-3
    Python bindings for PortAudio, the cross-platform audio I/O library
    6 aur/portaudio_v18 pa_snapshot_v18-3
    A free, cross-platform, open source, audio I/O library
    Type numbers to install. Separate each number with a space.
    Numbers: 1
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/depends: No such file or directory
    desc: package not found, searching for group...
    error: could not open file /var/lib/pacman/sync/community/portaudio-19_20071207-2/desc: No such file or directory
    error: 'desc:': not found in sync db
    Last edited by Skripka (2010-05-11 18:21:11)

    hokasch wrote:looks like that mirror has some problem, switch to another one for the time being
    That mirror does have a problem...but switching to a different mirror returns the same mystery local error.  PS-I haven't had portaudio installed on my system in at least 6 months, and pacman has started returning errors about it this morning
    Last edited by Skripka (2010-05-11 18:15:33)

  • [solved] pacman error, file unavailable

    I'm trying to install a package called "mkvtoolnix":
    pacman -S mkvtoolnix
    as root, but pacman outputs the following error:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (6): icu-4.8.1-1 boost-libs-1.47.0-2 libebml-1.2.2-1
    libmatroska-1.3.0-1 lzo2-2.06-1 mkvtoolnix-5.0.0-1
    Total Download Size: 1.88 MB
    Total Installed Size: 46.67 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'mkvtoolnix-5.0.0-1-x86_64.pkg.tar.xz' from mirror.archlinux.ro : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'mkvtoolnix-5.0.0-1-x86_64.pkg.tar.xz' from ftp.roedu.net : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'mkvtoolnix-5.0.0-1-x86_64.pkg.tar.xz' from mirrors.adnettelecom.ro : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Errors occurred, no packages were upgraded.
    If I search the package database for "mkvtoolnix":
    pacman -Ss mkvtoolnix
    I see that this package should be in extra repository:
    extra/mkvtoolnix 5.0.0-1
    Set of tools to create, edit and inspect Matroska files - CLI version
    At this point, I don't know what else to try, other than using mkvtoolnix on a virtual machine with windows xp or debian...
    Last edited by Chrys349 (2011-10-13 23:42:19)

    Run 'pacman -Syu' and try again. Theres a new version available: 5.0.1-1- updated four days ago http://www.archlinux.org/packages/?q=mkvtoolnix
    Always make sure your system is up to date before installing new packages.
    Last edited by karol (2011-10-13 21:48:05)

  • Pacman error: failed to synchronize any databases

    I just installed Arch on my machine and tried running pacman -Syu only to have it tell me that it failed to update any repos, retrieve any files, or synchronize any databases. I have an internet connection and I've tried several different mirrors. What's going on?

    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from archlinux.suspec.org : No address record
    error: failed retrieving file 'core.db; from archlinux.suspec.org : No address record
    error: failed to update core (No address record)
    error: failed retrieving file 'extra.db' from archlinux.suspec.org : No address record
    error: failed retrieving file 'extra.db' from archlinux.suspec.org : No address record
    error: failed to update extra (No address record)
    error: failed retrieving file 'community.db' from archlinux.suspec.org : No address record
    error: failed retrieving file 'community.db' from archlinux.suspec.org : No address record
    error: failed to update community (No address record)
    error: failed retrieving file 'multilib.db' from archlinux.suspec.org : No address record
    error: failed retrieving file 'multilib.db' from archlinux.suspec.org : No address record
    error: failed to update multilib (No address record)
    error: failed to synchronize any databases

  • (SOLVED) Pacman error: GPGME does not exist

    Hi, I have also just been struck with the same issue - a broken pacman (and for no reason that I can fathom). Was working perfectly yesterday and all I did that wan't usual was to uninstall clamav.
    Anyway, I have read this post and done a pacman -Syy, which upgraded core and archlinuxfr only. I then ran pacman -Syu and received this:
    [grant@ARCH ~]$ sudo pacman -Syy
    [sudo] password for grant:
    error: GPGME error: No data
    error: GPGME error: No data
    error: GPGME error: No data
    :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirror.aarnet.edu.au : Connection time-out
    core 106.2 KiB 353K/s 00:00 [######################] 100%
    error: GPGME error: No data
    error: failed to update extra (invalid or corrupted database (PGP signature))
    error: GPGME error: No data
    error: failed to update community (invalid or corrupted database (PGP signature))
    error: GPGME error: No data
    error: failed to update multilib (invalid or corrupted database (PGP signature))
    archlinuxfr 30.3 KiB 81.9K/s 00:00 [######################] 100%
    error: database 'extra' is not valid (invalid or corrupted database (PGP signature))
    error: database 'community' is not valid (invalid or corrupted database (PGP signature))
    error: database 'multilib' is not valid (invalid or corrupted database (PGP signature))
    [grant@ARCH ~]$
    Should I do a reinstall of pacman using the CD? I know this is clumsy, but anything I have missed?
    Last edited by mcduling (2012-12-03 06:43:56)

    Here is my pacman.conf in separate screens:
    GNU nano 2.2.6 File: /etc/pacman.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
    GNU nano 2.2.6 File: /etc/pacman.conf
    # 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
    GNU nano 2.2.6 File: /etc/pacman.conf
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    #SigLevel = Optional TrustedOnly
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # 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
    GNU nano 2.2.6 File: /etc/pacman.conf
    # - 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]
    GNU nano 2.2.6 File: /etc/pacman.conf
    #[testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [core]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [extra]
    SigLevel = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #SigLevel = PackageRequired
    #Include = /etc/pacman.d/mirrorlist
    [community]
    SigLevel = PackageRequired
    GNU nano 2.2.6 File: /etc/pacman.conf
    [community]
    SigLevel = PackageRequired
    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 = PackageRequired
    Include = /etc/pacman.d/mirrorlist
    [archlinuxfr]
    Server = http://repo.archlinux.fr/$arch
    # An example of a custom package repository. See the pacman manpage for
    GNU nano 2.2.6 File: /etc/pacman.conf
    # 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

  • [Solved] pacman -Syu fails because of libreoffice conflict

    I haven't done a system update for a little while - now when I attempt pacman -Syu, I get a failure due to libreoffice conflicts:
    [peter@desktop AURBuilds]$ sudo pacman -Syu
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    error: failed retrieving file 'archVMrepo.db' from repo.ktz.me : Connection timed out after 10000 milliseconds
    error: failed to update archVMrepo (download library error)
    :: Starting full system upgrade...
    :: Replace libreoffice-still-base with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-calc with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-common with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-draw with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-gnome with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-impress with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-kde4 with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-math with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-postgresql-connector with extra/libreoffice-still? [Y/n]
    :: Replace libreoffice-still-writer with extra/libreoffice-still? [Y/n]
    resolving dependencies...
    warning: dependency cycle detected:
    warning: freetype2 will be installed before its harfbuzz dependency
    warning: dependency cycle detected:
    warning: lib32-harfbuzz will be installed before its lib32-freetype2 dependency
    looking for inter-conflicts...
    :: libreoffice-still-sdk and libreoffice-still-sdk-doc are in conflict. Remove libreoffice-still-sdk-doc? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: libreoffice-still-sdk and libreoffice-still-sdk-doc are in conflict
    [peter@desktop AURBuilds]$
    How do I resolve this?
    Last edited by PeterBell (2015-02-08 02:18:43)

    Trilby wrote:What are you doing?  Wine was never a problem.
    I'm sorry - I was trying to help myself by following the errors, as reported.  It seemed that my problem stemmed from lib32-harfbuzz and lib32-freetype2, so I was attempting to remove those.  However, wine was dependent on them so had to be removed first.
    I told you want needed to be done.  If you ignore provided advice and instead do other random things (without actually specifying what you are doing) then no one can help you.
    Indeed, your posting did point me in the right direction, but did not appear until after I had posted about my experiment with wine.  Wine is no great loss, anyway - I've never managed to achieve anything useful with it!
    As you indicated, my problems were resolved by updating package-query:
    yaourt package-query
    Edit: In my searching, I did come across advice to use pacaur instead of yaourt - I'm not sure whether this would have made any difference in my case.
    My analysis, wrongly or rightly, is this:
    1) AUR packages (some?) appear to list pacman version as a dependency.  "pacman -Syu" was attempting to update itself to 4.2 which broke the dependency (<4.2), even though 4.1.x was running at the time - there's a recipe for confusion!  This was resolved by rebuilding package-query before updating the rest of the system, because the latest version has updated the pacman dependency.
    2) lib32-harfbuzz and lib32-freetype2 (both AUR packages?) were in conflict - they cannot (must not) be dependent on each other.  This was resolved by pulling later versions during the rebuild of package-query.
    3) The libreoffice problem was not an issue.  My mistake was that I ignored a lifetime of experience working in IT - I concentrated on the last-reported error rather than the first!  All I can say in my defence is that eight years of retirement must have addled my brain!
    In short, two, unrelated, errors, conflated with another, relatively insignificant, error message, led me on a wild goose chase.
    I thank you for your wise counsel!
    Last edited by PeterBell (2015-02-08 02:21:24)

  • [Solved] Pacman error downloading program

    I am trying to install midnight commander (mc), pacman finds the package ok but then when it tries to retreive it from the community it say either not found or Unknown resolver error (see below)
    I installed mc in a previous aborted install without a pronblem can somebody please advise
    [root@mercury mit]# pacman -S mc
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): slang-2.2.4-1  mc-4.7.5.4-1
    Total Download Size:    1.37 MB
    Total Installed Size:   9.95 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from community...
    error: failed retrieving file 'mc-4.7.5.4-1-i686.pkg.tar.xz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'mc-4.7.5.4-1-i686.pkg.tar.xz' from archlinux.positive-internet.com : Unknown resolver error
    error: failed retrieving file 'mc-4.7.5.4-1-i686.pkg.tar.xz' from archlinux.mirrors.uk2.net : Not Found
    warning: failed to retrieve some files from community
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    Last edited by xendistar (2011-10-09 19:59:33)

    In a situation like this, simply check if you're trying to download the current version. A trip to http://www.archlinux.org/packages/community/i686/mc/ will tell you that the answer is 'no'.
    Remember to always update your system before installing new packages.

  • [Solved] Pacman error: pacman.confesting (download library error)

    My system has not updated for a couple of days, for the last day it has been running successfuly but showing as up to date with no updates to install, which is unusual for 36hours as there's always something to update.
    As of today I updated my mirrorlist to the lastest version and this is the output I get on trying to update, a quick google of these lines and searching on here gets me no results, any help on where to start looking would be appreciated.
    [user@archlinux ~]$ sudo pacman -Sy
    :: Synchronizing package databases...
    testing 12.7 KiB 3.09M/s 00:00 [###########################################################################] 100%
    core 122.1 KiB 962K/s 00:00 [###########################################################################] 100%
    extra 1805.8 KiB 1873K/s 00:01 [###########################################################################] 100%
    error: failed retrieving file 'pacman.confesting.db' from mirror.unitedcolo.de : The requested URL returned error: 400 Bad Request
    error: failed retrieving file 'pacman.confesting.db' from ftp.snt.utwente.nl : The requested URL returned error: 404 Not Found
    error: failed retrieving file 'pacman.confesting.db' from archlinux.neuf.no : The requested URL returned error: 400 Bad Request
    error: failed retrieving file 'pacman.confesting.db' from ftp.portlane.com : The requested URL returned error: 400 Bad Request
    error: failed retrieving file 'pacman.confesting.db' from lon.mirror.rackspace.com : The requested URL returned error: 404 Not Found
    error: failed to update community-tsudo leafpad /etc/pacman.confesting (download library error)
    community 2.4 MiB 1781K/s 00:01 [###########################################################################] 100%
    multilib-testing 3.7 KiB 0.00B/s 00:00 [###########################################################################] 100%
    multilib 121.0 KiB 953K/s 00:00 [###########################################################################] 100%
    infinality-bundle is up to date
    The error appears no matter which update server I enable.
    Last edited by bug2k12 (2014-12-18 10:08:49)

    with testing repos enabled (same output with pacman -Syyu)
    [user@archlinux ~]$ sudo pacman -Syuu
    :: Synchronizing package databases...
    testing 19.0 KiB 238K/s 00:00 [###########################################################################] 100%
    core 122.1 KiB 127K/s 00:01 [###########################################################################] 100%
    extra 1805.9 KiB 1038K/s 00:02 [###########################################################################] 100%
    community-testing 13.5 KiB 2.63M/s 00:00 [###########################################################################] 100%
    community 2.4 MiB 1166K/s 00:02 [###########################################################################] 100%
    multilib-testing 3.7 KiB 0.00B/s 00:00 [###########################################################################] 100%
    multilib 121.0 KiB 181K/s 00:01 [###########################################################################] 100%
    infinality-bundle is up to date
    :: Starting full system upgrade...
    warning: lib32-db: downgrading from version 5.3.28-2 to version 5.3.28-1
    :: Replace mesa-dri with testing/mesa? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lib32-gtk3: requires gtk3=3.14.5
    with testing repos disabled
    [user@archlinux ~]$ sudo pacman -Syuu
    :: Synchronizing package databases...
    core 122.1 KiB 167K/s 00:01 [###########################################################################] 100%
    extra 1805.9 KiB 357K/s 00:05 [###########################################################################] 100%
    community 2.4 MiB 384K/s 00:06 [###########################################################################] 100%
    multilib 121.0 KiB 140K/s 00:01 [###########################################################################] 100%
    infinality-bundle is up to date
    :: Starting full system upgrade...
    warning: lib32-db: downgrading from version 5.3.28-2 to version 5.3.28-1
    warning: lib32-mesa: downgrading from version 10.4.0-1 to version 10.3.5-1
    warning: lib32-p11-kit: downgrading from version 0.22.1-3 to version 0.22.1-1
    warning: lib32-systemd: downgrading from version 218-1 to version 217-1
    warning: virtualbox: downgrading from version 4.3.20-3 to version 4.3.20-1
    warning: virtualbox-guest-utils: downgrading from version 4.3.20-3 to version 4.3.20-1
    warning: virtualbox-host-dkms: downgrading from version 4.3.20-3 to version 4.3.20-1
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lib32-gtk3: requires gtk3=3.14.5
    [user@archlinux ~]$ sudo pacman -Syyu
    :: Synchronizing package databases...
    core 122.1 KiB 82.7K/s 00:01 [###########################################################################] 100%
    extra 1805.9 KiB 252K/s 00:07 [###########################################################################] 100%
    community 2.4 MiB 307K/s 00:08 [###########################################################################] 100%
    multilib 121.0 KiB 192K/s 00:01 [###########################################################################] 100%
    infinality-bundle 9.8 KiB 0.00B/s 00:00 [###########################################################################] 100%
    infinality-bundle.sig 287.0 B 0.00B/s 00:00 [###########################################################################] 100%
    :: Starting full system upgrade...
    warning: lib32-db: local (5.3.28-2) is newer than multilib (5.3.28-1)
    warning: lib32-mesa: local (10.4.0-1) is newer than multilib (10.3.5-1)
    warning: lib32-p11-kit: local (0.22.1-3) is newer than multilib (0.22.1-1)
    warning: lib32-systemd: local (218-1) is newer than multilib (217-1)
    warning: virtualbox: local (4.3.20-3) is newer than community (4.3.20-1)
    warning: virtualbox-guest-utils: local (4.3.20-3) is newer than community (4.3.20-1)
    warning: virtualbox-host-dkms: local (4.3.20-3) is newer than community (4.3.20-1)
    resolving dependencies...
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lib32-gtk3: requires gtk3=3.14.5

Maybe you are looking for