Package Details: toxic-git 0.7.1.r15.gf858714-1

Git Clone URL: https://aur.archlinux.org/toxic-git.git (read-only, click to copy)
Package Base: toxic-git
Description: CLI Frontend in ncurses for Tox
Upstream URL: https://tox.chat
Licenses: GPL3
Conflicts: toxic
Provides: toxic
Submitter: fhahn
Maintainer: leongomes
Last Packager: Auerhuhn
Votes: 55
Popularity: 2.51
First Submitted: 2013-09-01 23:14 (UTC)
Last Updated: 2026-05-27 20:06 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

kseistrup commented on 2015-04-05 10:46 (UTC)

Building fails here with lots of errors in chat.c, e.g.: chat.c:1101:8: error: ‘ToxWindow’ has no member named ‘onMessage’ chat.c:1102:8: error: ‘ToxWindow’ has no member named ‘onConnectionChange’ chat.c:1106:8: error: ‘ToxWindow’ has no member named ‘onStatusChange’ chat.c:1110:8: error: ‘ToxWindow’ has no member named ‘onFileControl’ and so on… Previous version compiled without any problems.

fhahn commented on 2015-04-03 20:35 (UTC)

Thanks @hitori and @Tyr3al, I have update the PKGBUILD.

hitori commented on 2015-03-30 08:57 (UTC)

Patch for the updated PKGBUILD: http://ix.io/hcY

Tyr3al commented on 2015-01-06 15:07 (UTC)

Does not compile... Makefile:2036: recipe for target '../toxencryptsave/libtoxencryptsave_la-toxencryptsave.lo' failed make[2]: *** [../toxencryptsave/libtoxencryptsave_la-toxencryptsave.lo] Error 1 make[2]: Leaving directory '/home/socrat/BUILDS/toxcore-master/build' Makefile:501: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/socrat/BUILDS/toxcore-master' Makefile:407: recipe for target 'all' failed make: *** [all] Error 2

fhahn commented on 2014-10-10 10:50 (UTC)

Thanks, I've updated the PKGBUILD

sekret commented on 2014-10-08 11:14 (UTC)

Ok this package needs quite a big update! I don't want to write too much about it, but updated the PKGBUILD. Look at it and feel free to just take it. I'm not sure about which dependency could be used as optional, but freealut definitely can not: $ toxic toxic: error while loading shared libraries: libalut.so.0: cannot open shared object file: No such file or directory Here's the PKGBUILD http://codepad.org/JGcIJqen Namcap's output is clean, so I guess it's good. And the use of tags in pkgver is possible, so please use them.

kafkafuura commented on 2014-09-02 06:09 (UTC)

asciidoc appears to be a dependency when freealut and openal are used. Strangely, it built just fine without asciidoc when freealut was not present on my system. The issue was a call for a2x (not found) when building man pages, iirc.

Zagrea commented on 2014-08-11 16:06 (UTC)

@urras Sorry, but it was, because first, I always build libsodium-git and tox-git before toxic-git. Second, according to Travis on https://github.com/Tox/toxic the last build was not successful at that moment. P.S. I agree that many problems are fixable by recompiling tox-git first, but in this case it wouldn't have helped.

urras commented on 2014-08-09 03:44 (UTC)

It isn't an upstream error. To fix the build error, you just need to rebuild tox-git.

Zagrea commented on 2014-08-01 22:18 (UTC)

This is an upstream error, for some reason they break their code every few weeks. (Had last week a similar problem, was fixed the next day, so try to recompile tomorrow)