FS#74020 - [conky] fails to build in clean chroot

Attached to Project: Arch Linux
Opened by Erich Eckner (deepthought) - Thursday, 03 March 2022, 19:00 GMT
Last edited by David Thurstenson (thurstylark) - Monday, 25 April 2022, 20:07 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Levente Polyak (anthraxx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

extra-x86_64-build fails with:

In file included from /usr/include/signal.h:328,
from /build/conky/src/conky/tests/catch2/catch.hpp:5730,
from /build/conky/src/conky/tests/test-common.cc:32:
/build/conky/src/conky/tests/catch2/catch.hpp:8351:14: error: call to non-‘constexpr’ function ‘long int sysconf(int)’
8351 | 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ;
| ^~~~~~~~~~~
In file included from /usr/include/bits/sigstksz.h:24,
from /usr/include/signal.h:328,
from /build/conky/src/conky/tests/catch2/catch.hpp:5730,
from /build/conky/src/conky/tests/test-common.cc:32:
/usr/include/unistd.h:640:17: note: ‘long int sysconf(int)’ declared here
640 | extern long int sysconf (int __name) __THROW;
| ^~~~~~~
In file included from /build/conky/src/conky/tests/test-common.cc:32:
/build/conky/src/conky/tests/catch2/catch.hpp:8409:41: error: size of array ‘altStackMem’ is not an integral constant-expression
8409 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
| ^~~~~~~~~~~~

Additional info:
* package version(s)
conky 1.12.2-1 (git revision cdb0d28674c78a999c7bbc8f47a0504a89632004)
* config and/or log files etc.
full log is attached

Steps to reproduce:
> git checkout cdb0d28674c78a999c7bbc8f47a0504a89632004
> cd conky/repos/extra-x86_64
> extra-x86_64-build
This task depends upon

Closed by  David Thurstenson (thurstylark)
Monday, 25 April 2022, 20:07 GMT
Reason for closing:  Fixed
Additional comments about closing:  conky 1.12.2-2
Comment by loqs (loqs) - Thursday, 03 March 2022, 19:21 GMT

Loading...