Activity log for bug #2072685

Date Who What changed Old value New value Message
2024-07-10 19:40:02 Sudip Mukherjee bug added bug
2024-07-10 19:41:09 Sudip Mukherjee nominated for series Ubuntu Noble
2024-07-10 19:41:09 Sudip Mukherjee bug task added pycallgraph (Ubuntu Noble)
2024-07-10 19:41:09 Sudip Mukherjee nominated for series Ubuntu Oracular
2024-07-10 19:41:09 Sudip Mukherjee bug task added pycallgraph (Ubuntu Oracular)
2024-07-10 19:41:09 Sudip Mukherjee nominated for series Ubuntu Jammy
2024-07-10 19:41:09 Sudip Mukherjee bug task added pycallgraph (Ubuntu Jammy)
2024-07-10 19:41:17 Sudip Mukherjee pycallgraph (Ubuntu Noble): status New Fix Released
2024-07-10 19:41:20 Sudip Mukherjee pycallgraph (Ubuntu Oracular): status New Fix Released
2024-07-10 19:41:25 Sudip Mukherjee pycallgraph (Ubuntu Jammy): status New In Progress
2024-07-10 19:41:28 Sudip Mukherjee pycallgraph (Ubuntu Jammy): assignee Sudip Mukherjee (sudipmuk)
2024-07-10 19:41:45 Sudip Mukherjee summary pycallgraph FTBFS in Jammy [SRU] pycallgraph FTBFS in Jammy
2024-07-10 19:49:26 Sudip Mukherjee bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997631
2024-07-10 19:49:26 Sudip Mukherjee bug task added pycallgraph (Debian)
2024-07-10 20:14:22 Sudip Mukherjee description pycallgraph fails to build with the error: error in pycallgraph2 setup command: use_2to3 is invalid. E: pybuild pybuild:369: clean: plugin distutils failed with: exit code=1: python3.10 setup.py clean dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned exit code 13 make: *** [debian/rules:6: clean] Error 25 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 [ Impact ] pycallgraph will fail to build from source in Jammy with the error: error in pycallgraph2 setup command: use_2to3 is invalid. E: pybuild pybuild:369: clean: plugin distutils failed with: exit code=1: python3.10 setup.py clean dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned exit code 13 make: *** [debian/rules:6: clean] Error 25 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 [ Test Plan ] check in logs if python3-pycallgraph builds properly. As a basic sanity test execute "pycallgraph --help". And it should display the help menu. [ Where problems could occur ] The problem is caused as '2to3' has been removed from 'setuptools'. Its used for automatic Python2 to Python3 conversion, so without 2to3, the built binary might still have some incompatibility with Python3 and users might see pycallgraph not working. But 'pycallgraph' is already unusable for LP: #2062065 so users wont see any new regression. [ Other Info ] This change has been in Debian since '1.1.3-2' package which has been in Mantic and Noble without any issues (apart from LP: #2062065) [ Original Bug Description ] pycallgraph fails to build with the error: error in pycallgraph2 setup command: use_2to3 is invalid. E: pybuild pybuild:369: clean: plugin distutils failed with: exit code=1: python3.10 setup.py clean dh_auto_clean: error: pybuild --clean -i python{version} -p 3.10 returned exit code 13 make: *** [debian/rules:6: clean] Error 25 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2
2024-07-10 20:37:31 Sudip Mukherjee pycallgraph (Ubuntu Jammy): assignee Sudip Mukherjee (sudipmuk)
2024-07-10 21:43:01 Bug Watch Updater pycallgraph (Debian): status Unknown Fix Released