protonscr

Vagrant build fails due to updated Wine key

protonclosed
ValveSoftware/Proton#2124 · opened 2018-12-23 by chrahunt · updated 2019-01-02 · 2 comments · github
Cchrahunt 2018-12-23 github

Running the Vagrant-based build per the README instructions results in an error

...
    default: Need to get 171 MB of archives.
    default: After this operation, 1,107 MB of additional disk space will be used.
    default: WARNING: The following packages cannot be authenticated!
    default:   wine-devel-amd64 wine-devel-i386:i386 wine-devel winehq-devel
    default: E: There were unauthenticated packages and -y was used without --allow-unauthenticated
...

This leads to a large number of packages not being installed and subsequent build failing with missing dependencies.

Per the wiki the Wine signing key was updated on 2018-12-19 and is now available from https://dl.winehq.org/wine-builds/winehq.key.

Ooptlink 2018-12-24 github

If you update line 27 of the Vagrantfile with that URL it appears to build.

EDIT: The built Proton does not work in Steam.

Aaeikum 2019-01-02 github

Thanks, pushed 4a5f7064b3a7f20cc7206db946d5f8a47b8ca7e7 to fix this.

Nothing extracted yet.