Package Details: retroshare-git v0.6.6.r573.g1474dfdd6-1

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: http://retroshare.cc/
Keywords: i2p p2p retroshare tor
Licenses: GPL, LGPL
Conflicts: retroshare
Provides: retroshare
Submitter: sehraf
Maintainer: zelfroster
Last Packager: sehraf
Votes: 22
Popularity: 0.000000
First Submitted: 2015-08-04 08:22 (UTC)
Last Updated: 2022-11-03 19:06 (UTC)

Dependencies (14)

Required by (0)

Sources (4)

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)

==> Starting prepare()...
patching file libretroshare/src/util/rsdir.cc
Hunk #1 succeeded at 64 with fuzz 2 (offset -464 lines).
Hunk #2 FAILED at 544.
1 out of 2 hunks FAILED -- saving rejects to file libretroshare/src/util/rsdir.cc.rej
patching file libretroshare/src/util/rsdir.h
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'retroshare-git-v0.6.6.r49.gd1a166df5-1': 
error: packages failed to build: retroshare-git-v0.6.6.r49.gd1a166df5-1

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:

util/rsdir.cc:280:38: error: ‘create_directories’ is not a member of ‘std::filesystem’
  280 |                 if(!std::filesystem::create_directories(dest_dir))
      |                                      ^~~~~~~~~~~~~~~~~~
util/rsdir.cc: In function ‘int RsDirUtil::createLockFile(const string&, rs_lock_handle_t&)’:
util/rsdir.cc:897:14: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  897 |         write(lock_handle, ourPID.c_str(), sizeof(char)*ourPID.size() );
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-inconsistent-missing-override’ may have been intended to silence earlier diagnostics
make[1]: *** [Makefile.libretroshare:9813: temp/linux-g++/obj/rsdir.o] Error 1
make[1]: Leaving directory '/opt/src/retroshare-git/src/retroshare/libretroshare/src'
make: *** [Makefile:102: sub-libretroshare-src-libretroshare-pro-make_first] Error 2

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