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 .. 3 4 5 6 7 8

marco44 commented on 2012-04-14 17:10 (UTC)

Tiny little problem when under razor: /usr/bin/retroshare is a script, but has no #!/bin/sh at the beginning. So running it fails.

<deleted-account> commented on 2012-04-07 02:42 (UTC)

I think it was caused by the GCC 4.7.0 update. Please try the new tarball, it should work now.

<deleted-account> commented on 2012-04-06 13:11 (UTC)

It is also strange that i was able to build the pkg 2 weeks ago. Idk what is wrong now.

<deleted-account> commented on 2012-04-06 12:21 (UTC)

Yes it does. I copied the whole code to pastebin. Hope it is ok. http://pastebin.com/QR5gpcDW

<deleted-account> commented on 2012-04-06 02:05 (UTC)

cortuly, I don’t have such a problem here. Does the line just before the error look like that? g++ -c -m64 -pipe -Wall -DBE_DEBUG -g -fno-omit-frame-pointer -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -Wall -W -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I. -o temp/linux-g++-64/obj/udpbitdht.o udp/udpbitdht.cc It’s true that udpbit.cc doesn’t include unistd.h that declares usleep() and sleep(), but that doesn’t explain why the error happens only on your computer...

<deleted-account> commented on 2012-04-04 13:01 (UTC)

Hi, When building the pkg i always get this. *udp/udpbitdht.cc: In member function ‘virtual void UdpBitDht::run()’: *udp/udpbitdht.cc:322:26: error: ‘usleep’ was not declared in this scope *udp/udpbitdht.cc:329:10: error: ‘sleep’ was not declared in this scope *make: *** [temp/linux-g++-64/obj/udpbitdht.o] Error 1 It does not mind if i use this package, oder the normal retroshare version from aur. Can anyone please help me?

<deleted-account> commented on 2012-03-06 12:18 (UTC)

Added possibility to build retroshare-nogui (edit the PKGBUILD and set _build_nogui to true), and small improvements.

<deleted-account> commented on 2012-03-02 01:08 (UTC)

Added missing bdboot.txt to the package. If you don't want to rebuild, you should copy it to ~/.retroshare/<sslid>/ (Source file is at http://retroshare.svn.sourceforge.net/viewvc/retroshare/trunk/libbitdht/src/bitdht/bdboot.txt )