On Tue, Oct 27, 2020 at 05:59:54PM +0100, Lucas Nussbaum wrote:
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
/usr/bin/ld: CMakeFiles/cmTC_33e3c.dir/CheckFunctionExists.c.o: in function
`main':
/usr/share/cmake-3.18/Modules/CheckFunctionExists.c:17: undefined reference to
`snprintf_l'
collect2: error: ld returned 1 exit status
Thanks for the report. I think the issue might actually be earlier:
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/libzip/libzip-targets.cmake:93
(message):
The imported target "libzip::zipcmp" references the file
"/usr/bin/zipcmp"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib/x86_64-linux-gnu/cmake/libzip/libzip-targets.cmake"
but not all the files it references.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/libzip/libzip-config.cmake:42 (include)
src/platform/cmake/FindFeature.cmake:12 (find_package)
CMakeLists.txt:473 (find_feature)
-- Configuring incomplete, errors occurred!
and the rest is just dumping all the configure tests.
Will look into it soon.