Package Details: retroshare 0.6.7.2-1

Git Clone URL: https://aur.archlinux.org/retroshare.git (read-only, click to copy)
Package Base: retroshare
Description: Serverless encrypted instant messenger with filesharing, chatgroups, e-mail.
Upstream URL: https://github.com/retroshare/retroshare
Keywords: i2p retroshare tor
Licenses: AGPL3
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 166
Popularity: 0.063321
First Submitted: 2007-10-03 20:41 (UTC)
Last Updated: 2023-12-02 22:20 (UTC)

Pinned Comments

xiota commented on 2023-11-25 21:01 (UTC) (edited on 2023-11-27 19:54 (UTC) by xiota)

Lettered releases will be skipped, except for special cases. When flagging such releases, briefly explain (in the flag) why it should be considered and whether you have already successfully built it.

Latest Comments

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

sehraf commented on 2021-12-27 10:25 (UTC)

There is no pgp key used. Please ensure that this is not related to a different packet. If you think that is related to the RetroShare package, please provide the full update log.

teke commented on 2021-12-27 09:53 (UTC) (edited on 2021-12-27 09:54 (UTC) by teke)

Hello, Many thanks for this package!!! I can't update it, impossible to import the key:

:: Importing keys with gpg...
gpg: data source: http://pgp.surf.nl:11371
gpg: en-tête d'armure : Version: SKS 1.1.6
gpg: en-tête d'armure : Comment: Hostname: pgp.surf.nl
gpg: pub  rsa4096/0x498FCFAD9FE6855B 2013-04-11  Jon Frisby <jfrisby@mrjoy.com>
gpg: Remarque : les signatures utilisant l’algorithme SHA1 sont rejetées
gpg: key 0x498FCFAD9FE6855B: 2 bad signatures
gpg: clef 0x498FCFAD9FE6855B : autosignature de l'identité « Jon Frisby <jfrisby@mrjoy.com> » incorrecte
gpg: clef 0x498FCFAD9FE6855B/0x7F7CFB137DCB12A7 : lien à la sous-clef incorrect
gpg: clef 0x498FCFAD9FE6855B : identité « Jon Frisby <jfrisby@mrjoy.com> » ignorée
gpg: clef 0x498FCFAD9FE6855B/0x7F7CFB137DCB12A7 : sous-clef ignorée
gpg: clef 0x498FCFAD9FE6855B : pas d'identité valable
gpg: cela pourrait provenir d'une autosignature manquante
gpg:       Quantité totale traitée : 1
gpg:                 sans identité : 1
 -> problem importing keys

sehraf commented on 2021-05-29 07:52 (UTC)

should be fixed now

sehraf commented on 2021-05-25 10:32 (UTC)

@digital, I'm aware of the problem, just missing the time to fix it. No need to delete the package from the AUR ...

digital commented on 2021-05-24 11:42 (UTC)

std::filesystem::create_directories was added in C++17.

libsys commented on 2021-05-23 18:05 (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:9817: temp/linux-g++/obj/rsdir.o] Error 1
make[1]: Leaving directory '/opt/src/retroshare/src/retroshare-0.6.6/libretroshare/src'
make: *** [Makefile:102: sub-libretroshare-src-libretroshare-pro-make_first] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

On both retroshare and retroshare-git packages.

patlefort commented on 2021-03-16 15:59 (UTC) (edited on 2021-03-16 15:59 (UTC) by patlefort)

cmake should also be added to makedepends. It needs it to build a dependency.

sehraf commented on 2021-03-16 15:59 (UTC)

Thanks for the reports and sorry for the inconvenience! I've dropped the option to use the system's rapidjson and instead added it to the makedeps.

archee commented on 2021-03-16 15:40 (UTC) (edited on 2021-03-16 15:40 (UTC) by archee)

It did build after adding 'rapidjson' 'cmake' to makedepends

archee commented on 2021-03-16 11:28 (UTC)

Thanks for the update, but for me also the update doesn't work. After adding rapidjson to makedepends the build breaks like this:

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 -fno-plt -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=6 -DRS_EXTRA_VERSION=\"\" -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_USE_I2P_BOB -DRS_BROADCAST_DISCOVERY -DRS_USE_LIBMINIUPNPC -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../../supportlibs/udp-discovery-cpp -I. -I../../libbitdht/src -I../../openpgpsdk/src -I/usr/lib/qt/mkspecs/linux-g++ -o temp/linux-g++/obj/ftfilesearch.o ft/ftfilesearch.cc
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 -fno-plt -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=6 -DRS_EXTRA_VERSION=\"\" -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_USE_I2P_BOB -DRS_BROADCAST_DISCOVERY -DRS_USE_LIBMINIUPNPC -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../../supportlibs/udp-discovery-cpp -I. -I../../libbitdht/src -I../../openpgpsdk/src -I/usr/lib/qt/mkspecs/linux-g++ -o temp/linux-g++/obj/ftserver.o ft/ftserver.cc
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 -fno-plt -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=6 -DRS_EXTRA_VERSION=\"\" -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_USE_I2P_BOB -DRS_BROADCAST_DISCOVERY -DRS_USE_LIBMINIUPNPC -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../../supportlibs/udp-discovery-cpp -I. -I../../libbitdht/src -I../../openpgpsdk/src -I/usr/lib/qt/mkspecs/linux-g++ -o temp/linux-g++/obj/fttransfermodule.o ft/fttransfermodule.cc
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 -fno-plt -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=6 -DRS_EXTRA_VERSION=\"\" -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_USE_I2P_BOB -DRS_BROADCAST_DISCOVERY -DRS_USE_LIBMINIUPNPC -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../../supportlibs/udp-discovery-cpp -I. -I../../libbitdht/src -I../../openpgpsdk/src -I/usr/lib/qt/mkspecs/linux-g++ -o temp/linux-g++/obj/ftturtlefiletransferitem.o ft/ftturtlefiletransferitem.cc
error: pathspec 'supportlibs/udp-discovery-cpp' did not match any file(s) known to git
/bin/sh: line 1: cmake: command not found
make[1]: *** [Makefile.libretroshare:1702: ../../supportlibs/udp-discovery-cpp/libudp-discovery.a] Error 127
make[1]: *** Waiting for unfinished jobs....
tcponudp/tou.cc: In function 'bool tou_stream_check(int)':
tcponudp/tou.cc:182:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<TcpOnUdp_t*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
  182 |  if(sockfd >= tou_streams.size())
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~
At global scope:
cc1plus: note: unrecognized command-line option '-Wno-inconsistent-missing-override' may have been intended to silence earlier diagnostics
ft/ftcontroller.cc: In member function 'bool ftController::completeFile(const RsFileHash&)':
ft/ftcontroller.cc:660:14: warning: variable 'completeCount' set but not used [-Wunused-but-set-variable]
  660 |  uint32_t    completeCount = 0;
      |              ^~~~~~~~~~~~~
ft/ftserver.cc: In member function 'virtual bool ftServer::receiveSearchRequest(unsigned char*, uint32_t, unsigned char*&, uint32_t&, uint32_t&)':
ft/ftserver.cc:2003:24: warning: unused parameter 'searchRequestData' [-Wunused-parameter]
 2003 |         unsigned char* searchRequestData, uint32_t searchRequestDataLen,
      |         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
ft/ftserver.cc:2003:52: warning: unused parameter 'searchRequestDataLen' [-Wunused-parameter]
 2003 |         unsigned char* searchRequestData, uint32_t searchRequestDataLen,
      |                                           ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
ft/ftserver.cc:2005:19: warning: unused parameter 'maxAllowsHits' [-Wunused-parameter]
 2005 |         uint32_t& maxAllowsHits )
      |         ~~~~~~~~~~^~~~~~~~~~~~~
At global scope:
cc1plus: note: unrecognized command-line option '-Wno-inconsistent-missing-override' may have been intended to silence earlier diagnostics
At global scope:
cc1plus: note: unrecognized command-line option '-Wno-inconsistent-missing-override' may have been intended to silence earlier diagnostics
make[1]: Leaving directory '/var/tmp/pamac-build-gue/retroshare/src/RetroShare-0.6.6/libretroshare/src'
make: *** [Makefile:102: sub-libretroshare-src-libretroshare-pro-make_first] Error 2
==> ERROR: A failure occurred in build().
    Aborting...