jmc-88/tint3

Build fails on Arch

Closed this issue · 3 comments

(Managed to send just an empty issue at first...)

Building tint3 on Arch is currently failing.
https://aur.archlinux.org/packages/tint3-cpp-git/
Adding xorg-xauth and curl dependencies didn't fix the issue.

Buildlog
https://gist.github.com/Lartza/bc2e2c0df764333e8bb3bbd1b08c5663

Since I'm not currently running Arch Linux, I bootstrapped a minimal Arch chroot where I'm failing to reproduce. The test suite fails for unrelated reasons, but compilation and linking succeeds.

The version of the compiler in use seems to be the same as yours:

$ g++ --version
g++ (GCC) 7.2.1 20171224
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ah, never mind, I can reproduce on Release builds.

Can confirm this fixed 👍