Search Criteria
Package Details: retroshare-git 0.6.7.2.r133.g64f4d84e7-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.011348 |
First Submitted: | 2015-08-04 08:22 (UTC) |
Last Updated: | 2024-08-25 00:58 (UTC) |
Dependencies (12)
- libxss
- miniupnpc (miniupnpc-gitAUR)
- qt5-multimedia
- qt5-x11extras
- sqlcipher
- cmake (cmake-gitAUR, cmake3AUR) (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
Required by (0)
Sources (16)
- commonmark.cmark
- corvusoft.asio-dependency
- corvusoft.catch-dependency
- corvusoft.openssl-dependency
- corvusoft.restbed
- google.googletest
- i2p.libsam3
- retroshare.bitdht
- retroshare.jni.hpp
- retroshare.libretroshare
- retroshare.obs
- retroshare.openpgp-sdk
- retroshare.rsnewwebui
- retroshare
- tencent.rapidjson
- truvorskameikin.udp-discovery-cpp
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
EndlessEden commented on 2022-03-01 07:07 (UTC)
@sehraf: as @bitwave specified, this package is making its directory structure under root(/) rather then its expected directory (/var/lib/retroshare/).
Please fix (a simple if statement checking for the directories in $pkgdir/ would solve it temporarily as the upstream changes occur)
bitwave commented on 2022-02-07 09:43 (UTC)
/sounds /stylesheets & /qss are create under /. This sounds wrong...
sehraf commented on 2022-01-11 20:27 (UTC)
PSA: RetroShare is currently restructuring its file structure, expect build problems. I'm aware of the situation and will try to keep the package working.
bYjfm3QGXktt5elF commented on 2021-08-14 15:28 (UTC)
sehraf commented on 2021-05-29 07:52 (UTC)
should be fixed now.
libsys commented on 2021-05-23 17:51 (UTC)
Compilation failed for me today:
On both retroshare and retroshare-git packages.
8BitSloth commented on 2021-03-24 04:27 (UTC)
Rapidjson needs to be added as a dependency. Namcap can be used for a sanity check. https://wiki.archlinux.org/index.php/Creating_packages#Testing_the_PKGBUILD_and_package
danievdm commented on 2021-01-16 17:12 (UTC)
Just did a build now on Manjaro for RetroShare Version: 0.6.6-RC2-161-gf904de68c and it all compiled fine and working.
bsndrf commented on 2020-03-21 19:29 (UTC)
build fails for me. rapidjson/document.h seems to be missing ``` g++ -c -pipe -Wno-deprecated -Wno-deprecated-declarations -Wno-cpp -Wno-inconsistent-missing-override -Wall -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -Wall -Wextra -DV07_NON_BACKWARD_COMPATIBLE_CHANGE_001 -DV07_NON_BACKWARD_COMPATIBLE_CHANGE_002 -DV07_NON_BACKWARD_COMPATIBLE_CHANGE_003 -DRS_MAJOR_VERSION=0 -DRS_MINOR_VERSION=6 -DRS_MINI_VERSION=5 -DRS_EXTRA_VERSION=\"-1153-gdb42c7a97\" -DRS_USE_GXS_DISTANT_SYNC -DRS_ENABLE_GXS -DRS_GXS_SEND_ALL -DRS_SERVICE_TERMINAL_WEBUI_PASSWORD -DRS_SERVICE_TERMINAL_LOGIN -DRS_NO_WARN_DEPRECATED -DRS_NO_WARN_CPP -DRS_GXS_TRANS -DRS_USE_BITDHT -DRS_DIRECT_CHAT -DRS_BROADCAST_DISCOVERY -DRS_USE_LIBUPNP -DRS_USE_DHT_STUNNER -DPLUGIN_DIR="\"/usr/lib/retroshare/extensions6\"" -DDATA_DIR="\"/usr/share/retroshare\"" -DSQLITE_HAS_CODEC -DGXS_ENABLE_SYNC_MSGS -I. -I. -I../../openpgpsdk/src -I../../libbitdht/src -I/home/janik/.cache/yay/retroshare-git/src/retroshare/supportlibs/rapidjson/include -I../../supportlibs/udp-discovery-cpp -I. -I../../libbitdht/src -I../../openpgpsdk/src -isystem /usr/include/upnp -I/usr/lib/qt/mkspecs/linux-g++ -o temp/linux-g++/obj/p3filelists.o file_sharing/p3filelists.cc In Datei, eingebunden von ./serialiser/rsserializer.h:158, von ./serialiser/rsserializable.h:24, von ./retroshare/rstypes.h:34, von ./retroshare/rsfiles.h:32, von ./ft/ftsearch.h:33, von ./file_sharing/p3filelists.h:47, von file_sharing/p3filelists.cc:24: ./util/rsjson.h:24:10: schwerwiegender Fehler: rapidjson/document.h: Datei oder Verzeichnis nicht gefunden 24 | #include <rapidjson/document.h> | ^~~~~~~~~~~~~~~~~~~~~~ Kompilierung beendet. make[1]: [Makefile.libretroshare:1798: temp/linux-g++/obj/p3filelists.o] Fehler 1 make[1]: Verzeichnis „/home/user/.cache/yay/retroshare-git/src/retroshare/libretroshare/src“ wird verlassen make: [Makefile:102: sub-libretroshare-src-libretroshare-pro-make_first] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab...
Tio commented on 2019-09-28 16:48 (UTC)
ok thanks
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »