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.060813
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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 19 Next › Last »

sehraf commented on 2015-06-29 11:37 (UTC)

I've adopted the packet and updated it to 0.6 RC2 since RS 0.5 looks pretty dead by now some notes: - VOIP is currently broken due to a bug in speex - ssh/rpc interface was replaced by a WIP json interface - webui files are installed to /usr/share/RetroShare/webfiles/

<deleted-account> commented on 2015-06-10 16:00 (UTC)

I won’t be using Arch Linux anymore so I’m disowning this.

ayjanu commented on 2015-03-29 21:05 (UTC)

Thank you.

<deleted-account> commented on 2015-03-29 20:45 (UTC)

Right, it seems that it is a bug in speex 1.2rc2. As a workaround, if you don’t care about VOIP you can set _build_voip=false in the PKGBUILD. See https://code.google.com/p/cantata/issues/detail?id=627 for more info and other potential workarounds. Not sure how to fix it properly myself. Someone should report it to the speex project. Unfortunately they don’t seem to have a bugtracker.

ayjanu commented on 2015-03-29 19:54 (UTC)

Attempting to build RetroShare today results in a build error. Not knowing much about compiling errors yet, I have included as much of the text that seemed relevant to the problem. In file included from /usr/include/speex/speexdsp_types.h:122:0, from /usr/include/speex/speex_preprocess.h:46, from gui/SpeexProcessor.h:19, from gui/AudioInputConfig.h:40, from gui/AudioInputConfig.cpp:37: /usr/include/speex/speexdsp_config_types.h:13:9: error: ‘uint16_t’ does not name a type typedef uint16_t spx_uint16_t; ^ /usr/include/speex/speexdsp_config_types.h:15:9: error: ‘uint32_t’ does not name a type typedef uint32_t spx_uint32_t; ^ In file included from gui/SpeexProcessor.h:21:0, from gui/AudioInputConfig.h:40, from gui/AudioInputConfig.cpp:37: /usr/include/speex/speex_jitter.h:62:4: error: ‘spx_uint32_t’ does not name a type spx_uint32_t len; /**< Length of the packet in bytes */ ^ /usr/include/speex/speex_jitter.h:63:4: error: ‘spx_uint32_t’ does not name a type spx_uint32_t timestamp; /**< Timestamp for the packet */ ^ /usr/include/speex/speex_jitter.h:64:4: error: ‘spx_uint32_t’ does not name a type spx_uint32_t span; /**< Time covered by the packet (same units as timestamp) */ ^ /usr/include/speex/speex_jitter.h:65:4: error: ‘spx_uint16_t’ does not name a type spx_uint16_t sequence; /**< RTP Sequence number if available (0 otherwise) */ ^ /usr/include/speex/speex_jitter.h:66:4: error: ‘spx_uint32_t’ does not name a type spx_uint32_t user_data; /**< Put whatever data you like here (it's ignored by the jitter buffer) */ ^ /usr/include/speex/speex_jitter.h:178:57: error: ‘spx_uint32_t’ has not been declared void jitter_buffer_remaining_span(JitterBuffer *jitter, spx_uint32_t rem); ^ Makefile:376: recipe for target 'AudioInputConfig.o' failed make: *** [AudioInputConfig.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build retroshare.

<deleted-account> commented on 2014-04-10 14:22 (UTC)

Because of the openssl heartbleed leak, it’s important that you update your Arch system ASAP and restart Retroshare. You should have openssl 1.0.1.g.

<deleted-account> commented on 2014-04-09 21:33 (UTC)

What? libssh exists. Are you getting an error?

rakoo commented on 2014-04-09 20:40 (UTC)

libssh doesn't exist for the nogui client, maybe use libssh-git ?

BrunoSpy commented on 2014-03-22 14:34 (UTC)

You can add armv6h to the list of architecture : tested and approved !

<deleted-account> commented on 2014-01-29 22:34 (UTC)

Updated to 0.5.5c. Thanks BrunoSpy.