Package Details: chatterino2-git 2.5.0.r3.g4a1ce2a-1

Git Clone URL: https://aur.archlinux.org/chatterino2-git.git (read-only, click to copy)
Package Base: chatterino2-git
Description: Second installment of the Twitch chat client series "Chatterino", dev/git version
Upstream URL: https://chatterino.com
Keywords: chatterino chatterino2 twitch
Licenses: MIT
Conflicts: chatterino
Provides: chatterino
Submitter: Ckat
Maintainer: Ckat (Danis, pajlada, chatterino2-ci)
Last Packager: pajlada
Votes: 35
Popularity: 1.01
First Submitted: 2017-10-13 21:38 (UTC)
Last Updated: 2024-04-21 21:06 (UTC)

Pinned Comments

Ckat commented on 2020-02-28 17:56 (UTC) (edited on 2021-09-05 10:41 (UTC) by Ckat)

if you get some error launching chatterino about libboost or other system libs, try recompiling (just install the package again and it'll recompile from latest source) before complaining.

also, -git packages cannot go out of date, unless they stop compiling. pkgver is updated every build, you the user are responsable to regularly rebuild it if you want the latest git version built.

TLDR; please stop flagging it out of date unless it doesnt build anymore.

Latest Comments

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

micwoj92 commented on 2021-05-02 22:27 (UTC)

Please do not push every commit update, it is completely unnecessary.

chatterino2-ci commented on 2021-03-06 14:07 (UTC)

@gedda Thank you! Pushed a version removing the humanize submodule.

gedda commented on 2021-03-04 17:42 (UTC)

As of https://github.com/Chatterino/chatterino2/pull/2422 the humanize src in PKGBUILD is redundant I believe.

EinBaum commented on 2021-01-08 21:18 (UTC)

@Ckat I'm sorry, you are right. pkgconf is in base-devel.

(I have a theory about what happened: I installed arch in 2017 when pkgconf wasn't in that group and you don't get notified by pacman when package groups change. The solution is to reinstall base-devel manually)

Ckat commented on 2021-01-08 14:20 (UTC)

for aur packages the base-devel group is expected to be isntalled, this includes pkgconf. this means theres no need to explicitely makedep pkgconf. https://wiki.archlinux.org/index.php/PKGBUILD#makedepends

EinBaum commented on 2020-12-27 16:46 (UTC)

@pajlada I've installed pkgconf and it solved the problem. Please add 'pkgconf' to makedepends in PKGBUILD.

Thank you for the quick response! Both issues are resolved.

pajlada commented on 2020-12-27 16:12 (UTC)

@EinBaum Regarding the openssl issue - can you verify that pkg-config is installed? pacman -Q pkgconf

pajlada commented on 2020-12-27 16:10 (UTC)

@EinBaum I have pushed a fix using mkdir -p in the build stage - thank you!

EinBaum commented on 2020-12-27 15:34 (UTC)

Build error that occurs if you are re-installing the same package without cleaning:

==> Starting build()...
mkdir: cannot create directory ‘build’: File exists
==> ERROR: A failure occurred in build().
    Aborting...

Can be resolved by changing mkdir to mkdir -p in PKGBUILD.

EinBaum commented on 2020-12-27 15:30 (UTC) (edited on 2020-12-27 15:31 (UTC) by EinBaum)

I have the following build error:

which: no ccache in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
Project MESSAGE: Building with websocketpp submodule (Prefix: /home/einbaum/.cache/aurman/chatterino2-git/src/chatterino2/lib)
Project WARNING: Libsecret not found.
Project MESSAGE: Libsecret support: off
Project MESSAGE: Using default installation prefix (/usr/local). Change PREFIX in qmake command
Project MESSAGE: Building Chatterino2 RELEASE
Project MESSAGE: Injected git values: 22d6aa8dc313baa5c8495238da0650c7aa7caed8 (v2.2.2-215-g22d6aa8d) 22d6aa8dc
Project ERROR: openssl development package not found
==> ERROR: A failure occurred in build().
    Aborting...

But I have openssl installed:

einbaum ~ $ pacman -Q openssl
openssl 1.1.1.i-2