Hi trying to build for bookworm - probably I am doing something wrong again here. Can you help, please.
On Bullseye I had to disable this because it was failing for other dependency while trying to install after build.
What is the issue with this package and what is it good for?
Thanks BR
cd repo-master/tde/2_build_bookworm_amd64/edeps/pyrex && debuild -uc -us -b -j4 dpkg-buildpackage -us -uc -ui -b -j4 dpkg-buildpackage: info: source package pyrex ... dpkg-source: info: using patch list from debian/patches/series dpkg-source: info: applying baseexception.patch dpkg-checkbuilddeps: error: Unmet build dependencies: python-all-dev (>= 2.6.6-3~) dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: warning: (Use -d flag to override.) debuild: fatal error at line 1182: dpkg-buildpackage -us -uc -ui -b -j4 failed make: *** [mk/Makefile.builds:113: repo-master/tde/2_build_bookworm_amd64/edeps/pyrex.step-build] Error 29
(bookworm)emanoil@lisa-bookworm:~/repo-master$ sudo apt-get install python-all-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done Package python-all-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'python-all-dev' has no installation candidate
On 2023/11/08 07:33 PM, deloptes via tde-devels wrote:
Hi trying to build for bookworm - probably I am doing something wrong again here. Can you help, please.
On Bullseye I had to disable this because it was failing for other dependency while trying to install after build.
What is the issue with this package and what is it good for?
Thanks BR
Hi Emanoil,
It should be python3-all-dev because python2 is no longer provided in bookworm. I guess that package needs some updating in edeps :-)
Cheers Michele
Dne st 8. listopadu 2023 Michele Calgaro via tde-devels napsal(a):
On 2023/11/08 07:33 PM, deloptes via tde-devels wrote:
Hi trying to build for bookworm - probably I am doing something wrong again here. Can you help, please.
On Bullseye I had to disable this because it was failing for other dependency while trying to install after build.
What is the issue with this package and what is it good for?
Thanks BR
Hi Emanoil,
It should be python3-all-dev because python2 is no longer provided in bookworm. I guess that package needs some updating in edeps :-)
Cheers Michele
The compizconfig-python package is not built for newer distributions. Therefore, even the pyrex package is not built because it was only necessary for this package. So these build-deps are no longer necessary.
Cheers
Slávek Banko via tde-devels wrote:
The compizconfig-python package is not built for newer distributions. Therefore, even the pyrex package is not built because it was only necessary for this package. So these build-deps are no longer necessary.
Thank you Slavek for the confirmation.
BR