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.059597
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 8 9 10 11 12 .. 19 Next › Last »

dpriskorn commented on 2018-09-07 13:01 (UTC)

FYI i'm also using ccache. Trying to build now again with makepkg and gcc8.

dpriskorn commented on 2018-09-07 12:54 (UTC) (edited on 2018-09-07 12:57 (UTC) by dpriskorn)

Also using pacaur. It fails with GCC7 as well.

gui/chat/ChatTabWidget.cpp:165:23: error: invalid use of incomplete type ‘class QTabBar’

See https://paste.debian.net/1041134/

cgx commented on 2018-09-07 12:26 (UTC)

Same build failure here as egils, I'm using pacaur to build it. Completely clean build dir (removed ./cache/pacaur/retroshare)

dpriskorn commented on 2018-09-07 11:29 (UTC)

Thanks for the tip. :)

sehraf commented on 2018-09-07 11:26 (UTC)

So it completely builds here now (i just tested libretroshare before).

Just deleting the build directory is fine in most cases.

dpriskorn commented on 2018-09-07 11:21 (UTC)

I installed gcc7 now to sidestep the issue :p

dpriskorn commented on 2018-09-07 11:21 (UTC)

Q: Did you ensure that you are doing a clean build? A: No. Trying to read up on how to do that now.

sehraf commented on 2018-09-07 11:16 (UTC)

hold on ... more is broken

sehraf commented on 2018-09-07 11:10 (UTC)

Looks like the file wasn't patched. Did you ensure that you are doing a clean build? It's working here (and doesn't when i remove the patch).

You can also manually change line 543 in libretroshare/src/grouter/p3grouter.cc from std::set<TurtleVirtualPeerId,RsGRouterTransactionChunkItem*>::iterator it = virtual_peers.find(vpid) ; to std::set<TurtleVirtualPeerId>::iterator it = virtual_peers.find(vpid) ;

dpriskorn commented on 2018-09-07 11:04 (UTC) (edited on 2018-09-07 11:07 (UTC) by dpriskorn)

Thanks for the quick fix. :)

Unfortunately it still fails here in the same file it seems. See https://paste.debian.net/1041119/