Intalling currently latest catkin creates a broken symlink in /usr/bin/* instead of moving python scripts from /usr/bin to /usr/lib/python-exec and symlinking them (and installs no other files there). This is clearly something like an ebuild bug. Reproducible: Always Steps to Reproduce: 1. emerge dev-utils/catkin Actual Results: Strange /usr/bin/* is present, scripts not moved. $ equery f catkin * Searching for catkin ... * Contents of dev-util/catkin-0.8.3: /etc /etc/env.d /etc/env.d/40catkin /usr /usr/.catkin /usr/bin /usr/bin/* -> ../lib/python-exec/python-exec2 /usr/bin/catkin_find /usr/bin/catkin_init_workspace /usr/bin/catkin_make /usr/bin/catkin_make_isolated /usr/bin/catkin_test_results /usr/bin/catkin_topological_order /usr/lib /usr/lib/python3.7 # ... more paths to follow Expected Results: No /usr/bin/* present, scripts correctly moved. $ equery f catkin * Searching for catkin ... * Contents of dev-util/catkin-0.8.3: /etc /etc/env.d /etc/env.d/40catkin /usr /usr/.catkin /usr/bin /usr/bin/catkin_find -> ../lib/python-exec/python-exec2 /usr/bin/catkin_init_workspace -> ../lib/python-exec/python-exec2 /usr/bin/catkin_make -> ../lib/python-exec/python-exec2 /usr/bin/catkin_make_isolated -> ../lib/python-exec/python-exec2 /usr/bin/catkin_test_results -> ../lib/python-exec/python-exec2 /usr/bin/catkin_topological_order -> ../lib/python-exec/python-exec2 /usr/lib /usr/lib/python-exec /usr/lib/python-exec/python3.7/catkin_find # ... more paths to follow
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022f150b8d86abac12c77f73ac86e88b3d813f36 commit 022f150b8d86abac12c77f73ac86e88b3d813f36 Author: Alexis Ballier <aballier@gentoo.org> AuthorDate: 2020-06-04 13:07:10 +0000 Commit: Alexis Ballier <aballier@gentoo.org> CommitDate: 2020-06-04 13:08:02 +0000 dev-util/catkin: fix python script install. Closes: https://bugs.gentoo.org/726414 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org> .../catkin/{catkin-0.8.3.ebuild => catkin-0.8.3-r1.ebuild} | 1 + dev-util/catkin/catkin-9999.ebuild | 1 + dev-util/catkin/files/distutils-v2.patch | 13 +++++++++++++ 3 files changed, 15 insertions(+)