New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/28839#issuecomment-792386173 Comment: > I tried to build the package but got the below error, clearing hostdir/binpkgs fixed it. clear the `hostdir/binpkgs` and sync your repo with latest `void-packages`. > 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? I guess it's related to this bug https://github.com/ProtonMail/proton-bridge/issues/169 Anyway, I'll update bridge to latest version when OpenSSL rebuild is done.