Source: graph-tool Version: 2.68+ds-1 Severity: serious User: debian-pyt...@lists.debian.org Usertags: python3.12
Hi Maintainer graph-tool's autopkgtests fail with Python 3.12 [1]. I've copied what I hope is the relevant part of the log below. Regards Graham [1] https://ci.debian.net/packages/g/graph-tool/testing/amd64/ 105s autopkgtest [22:10:51]: test command2: [----------------------- 105s g++ -O3 -fopenmp -std=gnu++17 -Wall -fPIC `pkg-config --cflags --libs graph-tool-py3.11` -shared kcore.cc -o libkcore.so 105s Package graph-tool-py3.11 was not found in the pkg-config search path. 105s Perhaps you should add the directory containing `graph-tool-py3.11.pc' 105s to the PKG_CONFIG_PATH environment variable 105s Package 'graph-tool-py3.11', required by 'virtual:world', not found 105s In file included from /usr/include/boost/python/detail/prefix.hpp:13, 105s from /usr/include/boost/python/args.hpp:8, 105s from /usr/include/boost/python.hpp:11, 105s from kcore.cc:1: 105s /usr/include/boost/python/detail/wrap_python.hpp:57:11: fatal error: pyconfig.h: No such file or directory 105s 57 | # include <pyconfig.h> 105s | ^~~~~~~~~~~~ 105s compilation terminated. 105s make: *** [Makefile:6: libkcore.so] Error 1 105s make: Target 'ALL' not remade because of errors.