[Bug 265060] archivers/py-borgbackup: Fails to run: PYTHONPREFIX_SITELIBDIR/borg/algorithms/checksums.cpython-39.so: Undefined symbol "static_assert"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Aug 2022 17:26:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265060 --- Comment #27 from Matthias Andree <mandree@FreeBSD.org> --- So the thing is that static_assert() requires assert.h in C11 (which a simple web search for static_assert will show), and to add insult to injury, the Python build stuff is botched and does not properly convey CPPFLAGS or CFLAGS to the module builds. -- You are receiving this mail because: You are on the CC list for the bug.