Search Criteria
Package Details: retroshare-git 0.6.7.2.r327.g07ee6581e-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/retroshare-git.git (read-only, click to copy) |
|---|---|
| Package Base: | retroshare-git |
| Description: | Serverless encrypted instant messenger with filesharing, chatgroups, e-mail |
| Upstream URL: | https://github.com/retroshare/retroshare |
| Licenses: | AGPL-3.0-or-later |
| Conflicts: | retroshare |
| Provides: | retroshare |
| Submitter: | sehraf |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 23 |
| Popularity: | 0.000149 |
| First Submitted: | 2015-08-04 08:22 (UTC) |
| Last Updated: | 2025-07-30 06:24 (UTC) |
Dependencies (17)
- botan2
- bzip2 (bzip2-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- json-c (json-c-gitAUR)
- libxss
- miniupnpc (miniupnpc-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- qt5-multimedia
- qt5-x11extras
- sqlcipher
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- rapidjson (rapidjson-gitAUR) (make)
- i2pAUR (i2p-devAUR, i2p-binAUR) (optional) – i2p hidden node support
- i2pd (i2pd-gitAUR) (optional) – i2p hidden node support
- tor (tor-gitAUR, tor-unstableAUR) (optional) – tor hidden node support
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
pio commented on 2025-07-25 21:10 (UTC) (edited on 2025-07-25 21:10 (UTC) by pio)
For reference, I built this today, after adding some things to PKGBUILD:
asioandbotan2to dependsrm -rf $srcdir/$_pkgsrc/supportlibs/{librnp,libsexpp}just below cd line in build() sectionSomeone created a bug report about this.
export CMAKE_POLICY_VERSION_MINIMUM=3.5just above qmake command in build() sectionmkdir $srcdir/$_pkgsrc/dependencyjust below _prepare_rapidjson in prepare() sectionScore_Under commented on 2023-04-13 01:51 (UTC)
looks like we will need a new git submodule url:
MagnusW commented on 2023-03-24 10:22 (UTC)
Thanks for the tip! Using this and the module url-change I can now build it successfully again.
Score_Under commented on 2023-03-23 20:08 (UTC)
I have been doing this to get around that issue, in the build function:
The problem is upstream; the maintainers don't keep the version of the submodule in sync with the version they build against.
MagnusW commented on 2023-03-23 19:06 (UTC) (edited on 2023-03-23 19:06 (UTC) by MagnusW)
It's possible to work around the issue with the submodule being added using ssh by adding this in the prepare-section underneath the other url-changes:
That makes it go further for me at least. I get stuck on this error since a while back though, for which I have yet to find a workaround:
rshare.cpp: In static member function ‘static bool Rshare::loadCertificate(const RsPeerId&, bool)’: rshare.cpp:969:18: error: ‘ERR_CERT_CRYPTO_IS_TOO_WEAK’ is not a member of ‘RsInit’ 969 | case RsInit::ERR_CERT_CRYPTO_IS_TOO_WEAK: QMessageBox::critical( nullptr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-inconsistent-missing-override’ may have been intended to silence earlier diagnostics make[1]: *** [Makefile.retroshare-gui:14547: temp/linux-g++/obj/rshare.o] Error 1 make[1]: Leaving directory '/home/magnus/.cache/yay/retroshare-git/src/retroshare/retroshare-gui/src' make: *** [Makefile:127: retroshare_gui-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: retroshare-gitScore_Under commented on 2023-03-17 00:35 (UTC)
Another submodules issue...
It's awkward that they use SSH for anonymous cloning there, probably an oversight.
sehraf commented on 2022-11-03 19:07 (UTC)
I was waiting for a proper fix (if there is any) For now I've applied a fix from the forum. https://bbs.archlinux.org/viewtopic.php?pid=2063104#p2063104
Score_Under commented on 2022-11-03 18:36 (UTC) (edited on 2022-11-03 18:36 (UTC) by Score_Under)
Currently fails to build for me because of submodule config upstream:
Not sure if this is your domain or not but it might need looking at
1 2 3 4 5 6 .. 8 Next › Last »