Your message dated Tue, 27 Oct 2020 22:55:30 +0100
with message-id <20201027215530.qz4p7ky3ejgskvx4@crossbow>
and subject line Re: Bug#972919: ycmd ftbfs with python3.9
has caused the Debian Bug report #972919,
regarding ycmd ftbfs with python3.9
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
972919: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972919
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ycmd
Version: 0+20200810+gita24204e+ds-1
Severity: serious
Tags: sid bullseye ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.9
ycmd ftbfs with python3.9; to reproduce, you can use the repositories
found at:
deb [trusted=yes] http://people.debian.org/~doko/tmp/python3.9 ./
deb [trusted=yes] http://people.debian.org/~ginggs/python3.9-repo ./
see
https://people.debian.org/~ginggs/python3.9-default/ycmd_0+20200810+gita24204e+ds-1build1_amd64-2020-10-24T03:08:32Z.build
[...]
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake
(found version "1.71.0") found components: filesystem
-- Using external libclang: /usr/lib/x86_64-linux-gnu/libclang-9.so.1
CMake Warning at /usr/src/googletest/googlemock/CMakeLists.txt:43 (project):
VERSION keyword not followed by a value or was followed by a value that
expanded to nothing.
CMake Warning at /usr/src/googletest/googletest/CMakeLists.txt:54 (project):
VERSION keyword not followed by a value or was followed by a value that
expanded to nothing.
-- Found PythonInterp: /usr/bin/python3.9 (found version "3.9")
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
CMake Error at /usr/src/googletest/googletest/CMakeLists.txt:129
(set_target_properties):
set_target_properties called with incorrect number of arguments.
CMake Error at /usr/src/googletest/googletest/CMakeLists.txt:132
(set_target_properties):
set_target_properties called with incorrect number of arguments.
CMake Error at /usr/src/googletest/googlemock/CMakeLists.txt:103
(set_target_properties):
set_target_properties called with incorrect number of arguments.
CMake Error at /usr/src/googletest/googlemock/CMakeLists.txt:106
(set_target_properties):
set_target_properties called with incorrect number of arguments.
-- NOT using clang-tidy for static analysis.
-- Configuring incomplete, errors occurred!
See also
"/<<BUILDDIR>>/ycmd-0+20200810+gita24204e+ds/ycm_build/CMakeFiles/CMakeOutput.log".
See also
"/<<BUILDDIR>>/ycmd-0+20200810+gita24204e+ds/ycm_build/CMakeFiles/CMakeError.log".
cd ycm_build && tail -v -n \+0 CMakeCache.txt
--- End Message ---
--- Begin Message ---
On Mon, Oct 26, 2020 at 10:08:33AM +0100, Matthias Klose wrote:
> deb [trusted=yes] http://people.debian.org/~doko/tmp/python3.9 ./
> deb [trusted=yes] http://people.debian.org/~ginggs/python3.9-repo ./
(Shouldn't these be written as https sources given that people does
redirect anyway?)
> […]
> CMake Error at /usr/src/googletest/googletest/CMakeLists.txt:129
> (set_target_properties):
> set_target_properties called with incorrect number of arguments.
> […]
As identified by others in other builds in this rebuild this
was a regression in googletest, tracked & fixed by now as #972618.
I tried building with "normal" python3.8 and broken googletest and got
these errors as well. Upgrading to the fixed googletest made it build
again. I also tried in a schroot with python3.9 from the mentioned repos
and ycmd builds there as well just fine:
| I: dh_python3 fs:343: renaming ycm_core.so to
ycm_core.cpython-39-x86_64-linux-gnu.so
I am therefore closing this bugreport as resolved (elsewhere).
Best regards & best of luck with the transition
David Kalnischkies
signature.asc
Description: PGP signature
--- End Message ---