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 .
On 22-09-19 16:54, Sebastian M. Ernst wrote:
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:
Hi Sebastian,
These questions should usually be asked on the forums. The answer can also be found there:
https://forum.winehq.org/viewtopic.php?f=8&t=32192
Best, Sven