https://bugs.winehq.org/show_bug.cgi?id=53662
Bug ID: 53662 Summary: winehq-bullseye.sources file links to incorrect location for GPG key for Debian Bullseye only Product: Wine Version: 7.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: eric.wheez@gmail.com Distribution: ---
Big impact, but easy fix-
This file points to the wrong location for the winehq-archive.key: https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sour... "Signed-By: /etc/apt/keyrings/winehq-archive.key"
Other .sources files (for other Debian releases, newer and older) point to the correct location: "Signed-By: /usr/share/keyrings/winehq-archive.key"
The WineHQ wiki (https://wiki.winehq.org/Debian) tells people to download the key using "sudo wget -nc -O /usr/share/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key"
Workarounds include... 1. Editing the .sources file to point to the key file download location specified by the WineHQ wiki: sudo sed -i 's&/etc/apt/keyrings/winehq-archive.key&/usr/share/keyrings/winehq-archive.key&g' /etc/apt/sources.list.d/winehq-bullseye.sources
2. Adding the key/repo the old way: wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - sudo add-apt-repository "deb https://dl.winehq.org/wine-builds/debian/ ${VERSION_CODENAME} main" sudo apt-get update -y
This one stumped me for a few hours today, so I wanted to report it in.
https://bugs.winehq.org/show_bug.cgi?id=53662
--- Comment #1 from Eric eric.wheez@gmail.com --- Edit: Also affects Buster
https://bugs.winehq.org/show_bug.cgi?id=53662
jkfloris@dds.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jkfloris@dds.nl
--- Comment #2 from jkfloris@dds.nl --- Duplicate of: https://bugs.winehq.org/show_bug.cgi?id=53688
Instructions will be updated soon. I recommend manually moving the key from /usr/share/keyrings to /etc/apt/keyrings.
https://bugs.winehq.org/show_bug.cgi?id=53662
--- Comment #3 from jkfloris@dds.nl --- Resolved
The wiki has been updated
https://bugs.winehq.org/show_bug.cgi?id=53662
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|Wine |WineHQ.org Component|-unknown |www-unknown Version|7.17 |unspecified
https://bugs.winehq.org/show_bug.cgi?id=53662
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Closing