New comment by vivlim on void-packages repository https://github.com/void-linux/void-packages/pull/28839#issuecomment-790949699 Comment: I tried to build the package but got the below error, clearing hostdir/binpkgs fixed it. ``` => go-qt5-0.0.20200904_1: removing autodeps, please wait... => go-qt5-0.0.20200904_1: cleaning build directory... => go-qt5: removing files from destdir... => protonmail-bridge-1.6.3_1: installing host dependencies: desktop-file-utils-0.26_1 pkg-config-0.29.2_2 go-1.15.8_1 go-qt5-0.0.20200904_1 ... => protonmail-bridge-1.6.3_1: installing target dependencies: qt5-devel-5.15.2_2 qt5-declarative-devel-5.15.2_2 qt5-webview-devel-5.15.2_1 qt5-webengine-devel-5.15.2_2 libsecret-devel-0.20.4_1 qt5-quickcontrols2-devel-5.15.2_2 ... => protonmail-bridge-1.6.3_1: removing autodeps, please wait... => ERROR: protonmail-bridge-1.6.3_1: failed to install 'qt5-devel-5.15.2_2' dependency! (error 19) libcrypto46-3.1.4_1 in transaction breaks installed pkg `libressl-3.1.5_2' libssl48-3.1.4_1 in transaction breaks installed pkg `libressl-3.1.5_2' libtls20-3.1.4_1 in transaction breaks installed pkg `libressl-3.1.5_2' Transaction aborted due to unresolved dependencies. => ERROR: Please see above for the real error, exiting... ``` When I launched the bridge, I was no longer signed in, during previous upgrades I did not have to sign in again. Then when I tried to sign in, I got this: ![image](https://user-images.githubusercontent.com/1565930/110030558-c12bd980-7cea-11eb-8ff2-b14d56d4dd19.png) I tried clearing the keychain (Settings > Clear Keychain) but that didn't help. I also deleted ~/.cache/protonmail, ~/.cache/ProtonMail Bridge, and .config/protonmail, but it is still broken for me. I was able to get more detailed errors from my log in ~/.cache/protonmail/bridge/logs/: ``` time="Mar 4 13:11:42.745" level=info msg="No active accounts" pkg=frontend-qt time="Mar 4 13:11:42.769" level=info msg="No active accounts" pkg=frontend-qt time="Mar 4 13:11:57.565" level=info msg="Updating token" userID=anonymous-4 time="Mar 4 13:11:57.565" level=info msg="User not available for auth update" pkg=users userID=anonymous-4 time="Mar 4 13:12:07.078" level=info msg="Got API user" pkg=users time="Mar 4 13:12:07.078" level=info msg="Setting token because it is currently unset" userID="(redacted)" time="Mar 4 13:12:07.421" level=info msg="Updating token" userID="(redacted)" time="Mar 4 13:12:07.422" level=info msg="User not available for auth update" pkg=users userID="(redacted)" time="Mar 4 13:12:08.656" level=error msg="Could not get credentials from native keychain" error="no usernames for protonmail/bridge/users/(redacted)" pkg=credentials user="(redacted)" time="Mar 4 13:12:08.656" level=info msg="Generating credentials for new user" pkg=credentials time="Mar 4 13:12:08.687" level=error msg="Failed to add new user" error="failed to add user to credentials store: exit status 1: gpg: (redacted): There is no assurance this key belongs to the named user\ngpg: [stdin]: encryption failed: Unusable public key\nPassword encryption aborted.\n" pkg=users time="Mar 4 13:12:08.990" level=warning msg="request DELETE /auth NOT OK: 401 Unauthorized" pkg=pmapi userID=anonymous-4 time="Mar 4 13:12:08.990" level=error msg="Failed to clear login session after unlock" error="Invalid access token" pkg=users time="Mar 4 13:12:08.990" level=error msg="Login was unsuccessful" error="failed to add user to credentials store: exit status 1: gpg: (redacted): There is no assurance this key belongs to the named user\ngpg: [stdin]: encryption failed: Unusable public key\nPassword encryption aborted.\n" pkg=frontend-qt ``` Any ideas how I can fix this?