Wine Staging vs. Bionic (on Travis CI)

Sebastian M. Ernst ernst at pleiszenburg.de
Sun Sep 22 09:54:24 CDT 2019


Hi all,

somehow I do not manage to install Wine Staging on Travis CI - if I
configure Travis to use Bionic. The exact same steps in fact work for
Xenial and Trusty:

  - sudo dpkg --add-architecture i386
  - wget https://dl.winehq.org/wine-builds/Release.key
  - sudo apt-key add Release.key
  - wget https://dl.winehq.org/wine-builds/winehq.key
  - sudo apt-key add winehq.key
  - sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
  - sudo apt-get -qq update
  - sudo apt-get install -y wine-staging

I attached the output of `apt-get install -y wine-staging` on Bionic
below this email. It says "unmet dependencies", but the mentioned
dependencies are present in the repository ...

Build log, for reference:
https://travis-ci.org/pleiszenburg/zugbruecke/jobs/588075832

Any idea what I might be overlooking?

Best regards,
Sebastian


---


$ sudo apt-get install -y wine-staging
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 : Depends: wine-staging-amd64 (= 4.16~bionic) but it is
not going to be installed
                Depends: wine-staging-i386 (= 4.16~bionic)
E: Unable to correct problems, you have held broken packages.
The command "sudo apt-get install -y wine-staging" failed and exited
with 100 during .



More information about the wine-devel mailing list