You are not logged in.
[redacted]@arch ~]$ sudo pacman -S lib32-libpulse
[sudo] password for [redacted]:
warning: database file for 'multilib-testing' does not exist warning: database file for 'multilib' does not exist error: target not found: lib32-libpulse
I have uncommeneted the multilib in the .conf file.
Last edited by BuzzKillerOfFire (2015-08-05 02:33:31)
Offline
Then update the package list and upgrade with pacman -Syu.
Offline
[root@arch ~]# pacman -S lib32-libpulse
resolving dependencies...
warning: cannot resolve "libidn>=1.32", a dependency of "lib32-libidn"
warning: cannot resolve "lib32-libidn", a dependency of "lib32-systemd"
warning: cannot resolve "lib32-systemd", a dependency of "lib32-libpulse"
:: The following package cannot be upgraded due to unresolvable dependencies:
lib32-libpulse
:: Do you want to skip the above package for this upgrade? [y/N]
Still no dice.
Offline
So are you using [multilib], [multilib-testing], or both?
Online
Both
# 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]
#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
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
[multilib-testing]
Include = /etc/pacman.d/mirrorlist
[multilib]
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
Offline
Second person in 24 hours with this "anomaly". Perhaps there is a bug in the pacman.conf being shipped by $derivative?
Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_code
...and you are doing it wrong: reread the page I quoted.
Offline
I'm confused, how am I doing it wrong? It just says to uncomment and update the package list, no?
Offline
Where does it say anything about uncommenting [multilib-testing]? That should only be uncommented if you also uncomment [testing] (and you should only do that if you know what you are doing).
Offline
Hmmm... Would me doing that possibly be the cause of this?
Offline
Hmmm... Would me doing that possibly be the cause of this?
Not possibly; definitely.
Offline
Recommenting that has fixed it. Thank you. ![]()
Offline
Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.
Offline
Why are you using testing repos? What steps did you take to make using them safe?
What's the output of
uname -aOffline