Package Details: twister-core-git 5090.323314eb-1

Git Clone URL: https://aur.archlinux.org/twister-core-git.git (read-only, click to copy)
Package Base: twister-core-git
Description: Twister core - p2p microblogging
Upstream URL: http://twister.net.co/
Licenses: BSD, MIT
Submitter: RogerDuran
Maintainer: polylux
Last Packager: polylux
Votes: 26
Popularity: 0.000000
First Submitted: 2014-01-08 16:31 (UTC)
Last Updated: 2021-05-07 07:44 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

lesto commented on 2015-12-27 23:45 (UTC)

so far on the raspi B, but the if is commented out so it give me: g++: error: unrecognized command line option '-msse2' decommenting seems to compile fine if i DON'T built it in /tmp.will report when will be over

polylux commented on 2015-12-25 15:32 (UTC)

I just cleaned up the pkgbuild as proposed by kseistrup and lesto. I don't have an armv* machine at hand atm, maybe someone could try build the package and report any issues.

lesto commented on 2015-12-24 23:30 (UTC)

yes, problem seems out of ram, tried compiling on SD with swap but taking too long. Also, why isn't the build() just: "" ./bootstrap.sh if test "$CARCH" == armv6h; then ./configure --enable-logging --enable-debug --enable-dht --enable-sse2=no else ./configure --enable-logging --enable-debug --enable-dht fi make V=1 "" (added verbose to make, removed the use of deprecated recipe and the need to cp and call make 2 times)

polylux commented on 2015-12-24 16:08 (UTC)

Hey lesto, I remember the raspi is runnung out of memory during compilation (tried it myself), pretty sure that causes your error. I'd recommend to either activate swap on your pi or have a look into cross compiling. Merry Christmas, p.

lesto commented on 2015-12-24 12:18 (UTC)

@polylux testing on raspi i got an error on Makefile line 780 for http_connection.lo, make error 1... but nothing else. any help to debug this?

kseistrup commented on 2014-07-18 15:52 (UTC)

Please notice that the “makefile -f makefile.unix” method is obsoleted and replaced entirely by the ‘bootstrap’ method. Please also notice that the ‘bootstrap’ method creates a binary that is IPv6 ignorant. At this time I'm unsure what the canonical way of adding IPv6 goodness to the binary is, but I have succeeded by adding “-DUSE_IPV6=1” to CFLAGS and CXXFLAGS.

polylux commented on 2014-03-23 12:56 (UTC)

Thanks for the hint! Just recompiled myself, worked flawlessly. Can you still remember how and where it failed?

theresacrack commented on 2014-03-22 22:33 (UTC)

db4.8 from AUR seems to be needed to compile. I was unable to compile as is but success after installing that.

polylux commented on 2014-02-27 21:50 (UTC)

Added armv6h support (Raspberry Pi, ...). Comments welcome :)

staaas commented on 2014-02-23 15:51 (UTC)

I suppose we can add systemd unit file for twister in order to start it on boot automatically: # systemctl enable twister@username The unit below should be put to /usr/lib/systemd/system/twister@.service [Unit] Description=twister p2p microblogging [Service] ExecStart=/usr/bin/twisterd -rpcuser=user -rpcpassword=pwd -rpcallowip=127.0.0.1 User=%I [Install] WantedBy=multi-user.target