FAudio Package problem while installing Wine

Questions about Wine on Linux
Locked
linuine
Newbie
Newbie
Posts: 1
Joined: Mon Aug 05, 2019 6:26 pm

FAudio Package problem while installing Wine

Post by linuine »

Hi everyone :)
I am a Linux Mint 19.2 Cinnamon user
I've newly installed the system and i face a problem while installing wine
I added the 19.X repository and everything went great but at installing the staging version of wine

Code: Select all

 sudo apt install --install-recommends winehq-staging 
the output was:

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 winehq-staging : Depends: wine-staging (= 4.13~bionic)
E: Unable to correct problems, you have held broken packages.
i tried to see the missing packages using

Code: Select all

apt-get install wine-staging-i386
and that was the output:

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine-staging-i386:i386 : Depends: libfaudio0:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
I downloaded the package but then after execution it appeared that more packages are in need to be installed

Code: Select all

The following packages have unmet dependencies:
 libfaudio0:i386 : Depends: libavcodec58:i386 (>= 7:4.0) but it is not installable
                   Depends: libavutil56:i386 (>= 7:4.0) but it is not installable
                   Depends: libsdl2-2.0-0:i386 (>= 2.0.9) but it is not going to be installed
                   Depends: libstb0:i386 (>= 0.0~git20180212.15.e6afb9c) but it is not installable
and with every package of this 4 I download it appears more packages need to be installed and they are not installable (can't use apt to install them)
so if there any repository need to be added or is there something wrong I am doing please notify me
thanks in advance :D
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: FAudio Package problem while installing Wine

Post by dimesio »

linuine wrote:Hi everyone :)
I added the 19.X repository and everything went great but at installing the staging version of wine
Exactly which repository did you add? Mint 19.x is based on Ubuntu 18.04 (bionic), so that's the repository you should have added.

Code: Select all

The following packages have unmet dependencies:
 libfaudio0:i386 : Depends: libavcodec58:i386 (>= 7:4.0) but it is not installable
                   Depends: libavutil56:i386 (>= 7:4.0) but it is not installable
                   Depends: libsdl2-2.0-0:i386 (>= 2.0.9) but it is not going to be installed
                   Depends: libstb0:i386 (>= 0.0~git20180212.15.e6afb9c) but it is not installable
Those versions of libavcodec, libavutil, and libsdl2 are newer than what bionic provides, and bionic does not provide libstb at all. The fact that you are seeing those suggests either that you did add the wrong repository for Mint, or that you are using FAudio packages from an unofficial PPA, built against newer libraries, rather than the OBS. If the former, remove the incorrect repository from your /etc/apt/sources.list and start over. If the latter, that's not supported here.
R_S_I
Newbie
Newbie
Posts: 1
Joined: Wed Jun 10, 2020 5:34 am

Re: FAudio Package problem while installing Wine

Post by R_S_I »

@dimesio
Sorry, but this is wrong! I've exact the same problem and I can't get it fixed!
I've the repository WineHQ recomented and no other, and have the libfaudio0 dependency problem.
This is broken on Ubuntu Bionic!

Code: Select all

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://de.archive.ubuntu.com/ubuntu/ bionic main universe restricted multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ bionic main universe restricted multiverse #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://de.archive.ubuntu.com/ubuntu/ bionic-updates main universe restricted multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ bionic-updates main universe restricted multiverse #Added by software-properties

## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://de.archive.ubuntu.com/ubuntu/ bionic-backports main universe restricted multiverse
deb-src http://de.archive.ubuntu.com/ubuntu/ bionic-backports main universe restricted multiverse #Added by software-properties

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu bionic partner
deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security main universe restricted multiverse
deb-src http://security.ubuntu.com/ubuntu bionic-security main universe restricted multiverse #Added by software-properties

#deb http://de.archive.ubuntu.com/ubuntu/ bionic-proposed universe restricted multiverse main #Not for humans during development stage of release bionic
# deb-src http://de.archive.ubuntu.com/ubuntu/ bionic-proposed universe restricted multiverse main #Added by software-propertiesNot for humans during development stage of release bionic

# from winehq
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main

Code: Select all

lf /etc/apt/sources.list.d/
total 8.0K
4.0K -rw-r--r-- 1 root root 140 Jun 10 12:17 lutris-team-ubuntu-lutris-bionic.list
4.0K -rw-r--r-- 1 root root 140 Jun 10 12:17 lutris-team-ubuntu-lutris-bionic.list.save

Code: Select all

apt-get install --install-recommends winehq-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 winehq-stable : Depends: wine-stable (= 5.0.1~bionic)
E: Unable to correct problems, you have held broken packages.

Code: Select all

apt-get install wine-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine-stable : Depends: wine-stable-i386 (= 5.0.1~bionic)
               Depends: wine-stable-amd64 (= 5.0.1~bionic) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Code: Select all

apt-get install wine-stable-i386 wine-stable-amd64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine-stable-amd64 : Depends: libfaudio0 but it is not installable
 wine-stable-i386:i386 : Depends: libfaudio0:i386 but it is not installable
                         Depends: libgphoto2-6:i386 (>= 2.5.10) but it is not going to be installed
                         Recommends: libcapi20-3:i386 but it is not going to be installed
                         Recommends: libcups2:i386 but it is not going to be installed
                         Recommends: libfontconfig1:i386 but it is not going to be installed
                         Recommends: libglu1-mesa:i386 but it is not going to be installed or
                                     libglu1:i386
                         Recommends: libgsm1:i386 but it is not going to be installed
                         Recommends: libgssapi-krb5-2:i386 but it is not going to be installed
                         Recommends: libkrb5-3:i386 but it is not going to be installed
                         Recommends: libodbc1:i386 but it is not going to be installed
                         Recommends: libosmesa6:i386 but it is not going to be installed
                         Recommends: libsane:i386 or
                                     libsane1:i386 but it is not going to be installed
                         Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
                         Recommends: libv4l-0:i386 but it is not going to be installed
                         Recommends: libxcomposite1:i386 but it is not going to be installed
                         Recommends: libxcursor1:i386 but it is not going to be installed
                         Recommends: libxi6:i386 but it is not going to be installed
                         Recommends: libxrandr2:i386 but it is not going to be installed
                         Recommends: libxrender1:i386 but it is not going to be installed
                         Recommends: libxslt1.1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I can't get this fix!

Code: Select all

apt-get install libfaudio0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libfaudio0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libfaudio0' has no installation candidate
I followed exact the instructions on WinHQ, nothing else! It is broken on Ubuntu Bionic!
If you know a way to solve this problem, I am grateful for any help!
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: FAudio Package problem while installing Wine

Post by dimesio »

Locked