Package Details: retroshare 0.6.7.2-2

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
Licenses: AGPL-3.0-or-later
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 166
Popularity: 0.197388
First Submitted: 2007-10-03 20:41 (UTC)
Last Updated: 2024-08-25 00:49 (UTC)

Pinned Comments

xiota commented on 2024-08-16 17:04 (UTC) (edited on 2024-08-25 00:56 (UTC) by xiota)

This package now uses pinned commits.

  • Flag when this package breaks so the commit can be advanced. Include relevant errors in flag.
  • Flag for general packaging issues.
  • Comment for issues requiring explanation or debugging. Use pastebins for large blocks of text.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 19 Next › Last »

AsamK commented on 2015-08-05 21:57 (UTC)

Please install the extensions to /usr/lib/retroshare/extensions6 and the qss and bdboot.txt to /usr/share/RetroShare06/, that's where RS expects them.

Grim commented on 2015-07-26 22:36 (UTC)

A big thanks.

sehraf commented on 2015-07-25 07:42 (UTC)

so speex was finally fix - and thanks for spotting the typo

Gaming4JC commented on 2015-07-25 03:02 (UTC)

I was able to build with VOIP support, but there is a typo in the PKGBUILD. openvc should be opencv. I have made a small patch here: http://termbin.com/794k

sehraf commented on 2015-07-12 18:13 (UTC)

Note: the webfiles for the webui are now installed to /usr/share/RetroShare06/webui because this is where the GUI expects them to be.

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.