You are not logged in.

#1 2020-11-16 10:24:27

wise-gamer
Member
Registered: 2020-11-16
Posts: 2

Wine Installation failed due to dependencies

So i am trying to install my windows program in Arch so i run command sudo pacman -S wine wine-staging but it show error
warning: cannot resolve "libcap=2.45", a dependency of "lib32-libcap"
warning: cannot resolve "lib32-libcap", a dependency of "lib32-systemd"
warning: cannot resolve "lib32-systemd", a dependency of "lib32-dbus"
warning: cannot resolve "libdbus-1.so=3-32", a dependency of "lib32-libpcap"
warning: cannot resolve "lib32-libpcap", a dependency of "wine"
warning: cannot resolve "libcap=2.45", a dependency of "lib32-libcap"
warning: cannot resolve "lib32-libcap", a dependency of "lib32-systemd"
warning: cannot resolve "lib32-systemd", a dependency of "lib32-dbus"
warning: cannot resolve "lib32-dbus", a dependency of "lib32-faudio"
warning: cannot resolve "lib32-faudio", a dependency of "wine"
warning: cannot resolve "libcap=2.45", a dependency of "lib32-libcap"
warning: cannot resolve "lib32-libcap", a dependency of "lib32-systemd"
warning: cannot resolve "lib32-systemd", a dependency of "lib32-dbus"
warning: cannot resolve "libdbus-1.so=3-32", a dependency of "lib32-libpcap"
warning: cannot resolve "lib32-libpcap", a dependency of "wine-staging"
warning: cannot resolve "libcap=2.45", a dependency of "lib32-libcap"
warning: cannot resolve "lib32-libcap", a dependency of "lib32-systemd"
warning: cannot resolve "lib32-systemd", a dependency of "lib32-dbus"
warning: cannot resolve "lib32-dbus", a dependency of "lib32-faudio"
warning: cannot resolve "lib32-faudio", a dependency of "wine-staging"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      wine  wine-staging

:: Do you want to skip the above packages for this upgrade? [y/N] n (I try y too)
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libcap=2.45' required by lib32-libcap
:: unable to satisfy dependency 'lib32-libcap' required by lib32-systemd
:: unable to satisfy dependency 'lib32-systemd' required by lib32-dbus
:: unable to satisfy dependency 'libdbus-1.so=3-32' required by lib32-libpcap
:: unable to satisfy dependency 'lib32-libpcap' required by wine
:: unable to satisfy dependency 'libcap=2.45' required by lib32-libcap
:: unable to satisfy dependency 'lib32-libcap' required by lib32-systemd
:: unable to satisfy dependency 'lib32-systemd' required by lib32-dbus
:: unable to satisfy dependency 'lib32-dbus' required by lib32-faudio
:: unable to satisfy dependency 'lib32-faudio' required by wine
:: unable to satisfy dependency 'libcap=2.45' required by lib32-libcap
:: unable to satisfy dependency 'lib32-libcap' required by lib32-systemd
:: unable to satisfy dependency 'lib32-systemd' required by lib32-dbus
:: unable to satisfy dependency 'libdbus-1.so=3-32' required by lib32-libpcap
:: unable to satisfy dependency 'lib32-libpcap' required by wine-staging
:: unable to satisfy dependency 'libcap=2.45' required by lib32-libcap
:: unable to satisfy dependency 'lib32-libcap' required by lib32-systemd
:: unable to satisfy dependency 'lib32-systemd' required by lib32-dbus
:: unable to satisfy dependency 'lib32-dbus' required by lib32-faudio
:: unable to satisfy dependency 'lib32-faudio' required by wine-staging


I try install using yay but same thing happen help me i am new.
Thanks in advance.

Offline

#2 2020-11-16 10:35:08

GaKu999
Member
From: US/Eastern
Registered: 2020-06-21
Posts: 696

Re: Wine Installation failed due to dependencies

Why are you doing 'pacman -S wine wine-staging'?
Considering wine-staging conflicts with wine...

Other than that, post the actual output between code tags.


My reposSome snippets

Heisenberg might have been here.

Offline

#3 2020-11-16 10:40:48

GeorgeJP
Member
From: Czech Republic
Registered: 2020-01-28
Posts: 185

Re: Wine Installation failed due to dependencies

Do you have 'multilib' repo enabled in pacman.conf?

Offline

#4 2020-11-16 13:35:11

zehph
Member
Registered: 2020-11-16
Posts: 2

Re: Wine Installation failed due to dependencies

I already had wine installed and multilib enabled, but having a similar issue trying to update today, but in my case, pacman only complained about lib32-libpcap.

Last edited by zehph (2020-11-16 13:38:32)

Offline

#5 2020-11-16 13:36:27

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,461

Re: Wine Installation failed due to dependencies

Sounds like you have multilib-testing enabled without testing/community-testing. That doesn't work.

Offline

#6 2020-11-16 14:15:58

GaKu999
Member
From: US/Eastern
Registered: 2020-06-21
Posts: 696

Re: Wine Installation failed due to dependencies

Scimmia wrote:

Sounds like you have multilib-testing enabled without testing/community-testing. That doesn't work.

Based on that, mandatory reading to 'man pacman.conf' for those with the same issues. Focusing on the option 'Usage'

I have them enabled, yet I don't have issues, because they look like this.

[<repo>-testing]
Include=/etc/pacman.d/mirrorlist
Usage=Sync Search # See? This allows to sync the databases and search/install explicitly for testing, yet prevents automatic updates to the testing and maybe broken versions.

Nobody should throw stuff from testing repos into their daily drivers and expect rainbows.
Those are for devs/packagers/reporters.


My reposSome snippets

Heisenberg might have been here.

Offline

#7 2020-11-16 15:10:35

zehph
Member
Registered: 2020-11-16
Posts: 2

Re: Wine Installation failed due to dependencies

GaKu999 wrote:
Scimmia wrote:

Sounds like you have multilib-testing enabled without testing/community-testing. That doesn't work.

Based on that, mandatory reading to 'man pacman.conf' for those with the same issues. Focusing on the option 'Usage'

I have them enabled, yet I don't have issues, because they look like this.

[<repo>-testing]
Include=/etc/pacman.d/mirrorlist
Usage=Sync Search # See? This allows to sync the databases and search/install explicitly for testing, yet prevents automatic updates to the testing and maybe broken versions.

Nobody should throw stuff from testing repos into their daily drivers and expect rainbows.
Those are for devs/packagers/reporters.

I have no testing repo enabled, only multilib, still I had a problem with libpcap update. Some time has past and I've tried the update again, seems like it was a mirror update issue for me.

Offline

#8 2020-11-20 10:10:14

wise-gamer
Member
Registered: 2020-11-16
Posts: 2

Re: Wine Installation failed due to dependencies

GaKu999 wrote:

Why are you doing 'pacman -S wine wine-staging'?
Considering wine-staging conflicts with wine...

Other than that, post the actual output between code tags.

Thanx for quick reply yes i have multilib enable. Well a day after when I Post this question it install it withouth any problems

Offline

Board footer

Powered by FluxBB