Package Details: protonmail-bridge-core 3.11.1-1

Git Clone URL: https://aur.archlinux.org/protonmail-bridge.git (read-only, click to copy)
Package Base: protonmail-bridge
Description: Integrate ProtonMail paid account with any program that supports IMAP and SMTP (core executable and daemon)
Upstream URL: https://github.com/ProtonMail/proton-bridge
Keywords: bridge email mail protonmail protonmail-bridge
Licenses: GPL-3.0-only
Submitter: aimileus
Maintainer: ali.molaei (PMBridge-Devs, BenTheTechGuy, carsme)
Last Packager: ali.molaei
Votes: 110
Popularity: 3.83
First Submitted: 2018-03-02 16:03 (UTC)
Last Updated: 2024-05-24 16:45 (UTC)

Pinned Comments

ali.molaei commented on 2024-05-20 08:54 (UTC)

If you are seeing errors related to linking issues, like:

error while loading shared libraries: some-library.so.#: cannot open shared object file: No such file or directory

Try to just rebuild the package :)

carsme commented on 2023-12-08 22:34 (UTC) (edited on 2023-12-08 22:35 (UTC) by carsme)

NOTICE: This pkgbase is now produces two packages:

  • protonmail-bridge-core: Containing the core daemon & CLI program.
  • protonmail-bridge: Containing the Qt desktop application.

The second package depends on the first. If you don't have a need for the desktop application, you can now choose to only install protonmail-bridge-core.

This packaging change should be seamless and no action should be required before or after the upgrade.

Thanks to @ali.molaei and @BenTheTechGuy for the feedback regarding this change!

bthompson commented on 2021-06-17 04:13 (UTC)

Just having pass installed with a key set up wasn't enough for me, I had to follow this: https://pychao.com/2020/06/10/update-on-using-protonmail-bridge-on-headless-wordpress-linux-servers/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 28 Next › Last »

zangoku commented on 2024-03-23 18:37 (UTC)

@ Nocifer thank you that worked nicely!

s1gtrap commented on 2024-03-23 12:06 (UTC)

I'm getting something similar to @rev.cressy below:

make[2]: *** No rule to make target '/home/s1g/.cache/yay/protonmail-bridge/src/proton-bridge-3.10.0/internal/frontend/bridge-gui/bridgepp/bridgepp/GRPC/brmdge.pb.h', needed by 'bridgepp/CMakeFiles/bridgepp_autogen_timestamp_deps'.  Stop.
make[1]: *** [CMakeFiles/Makefile2:305: bridgepp/CMakeFiles/bridgepp_autogen_timestamp_deps.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
-> error making: protonmail-bridge-exit status 4
-> Failed to install the following packages. Manual intervention is required:
protonmail-bridge - exit status 4
protonmail-bridge-core - exit status 4

rev.cressy commented on 2024-03-22 17:29 (UTC)

error while building after full system upgrade on Friday March 22, 2024

/usr/bin/ld: cannot find -labsl_flags: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/bridge-gui.dir/build.make:591: bridge-gui] Error 1
make[1]: *** [CMakeFiles/Makefile2:170: CMakeFiles/bridge-gui.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Nocifer commented on 2024-03-22 08:34 (UTC)

@zangoku You need to rebuild protonmail-bridge against the latest abseil-cpp (which was updated shortly after the latest update of this package).

zangoku commented on 2024-03-21 23:57 (UTC)

No longer works since latest update, getting the following error:

protonmail-bridge: error while loading shared libraries: libabsl_log_internal_check_op.so.2308.0.0: cannot open shared object file: No such file or directory

MTL117 commented on 2024-02-23 15:46 (UTC)

@Nocifer You are absolutely right, I hadn't thought about that! Thanks for the tips!

Nocifer commented on 2024-02-22 19:52 (UTC)

@MTL117 You could always do that export yourself in your .bashrc/.profile/etc, this would solve your issue and at the same time accommodate those of us who'd prefer keeping the downloaded Go modules stored for future rebuilds. And of course, if it's not a matter of wasted space but you simply don't want your $HOME polluted with extra folders, you could also point GOPATH to some nested folder like XDG_CACHE_HOME/go/build or some such.

MTL117 commented on 2024-02-22 17:05 (UTC)

May I suggest using export GOPATH=$(mktemp -d) in the PKGBUILD? On my machine go mod download -x downloads all the modules to my home directory (/home/$USER/go) and I have to clean that up after each build.

mranderson17 commented on 2024-02-22 16:04 (UTC)

@ali.molaei thanks, yeah that worked. Sorry for the dumb comment, forgot that was necessary sometimes.

ali.molaei commented on 2024-02-22 15:56 (UTC)

@mranderson17 just rebuild the package with the new grpc