Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806863 - dev-util/rosdep-0.21.0 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value
Summary: dev-util/rosdep-0.21.0 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: DISTUTILS_USE_SETUPTOOLS
  Show dependency tree
 
Reported: 2021-08-07 05:14 UTC by Agostino Sarubbo
Modified: 2021-10-04 14:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,86.63 KB, text/plain)
2021-08-07 05:14 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-08-07 05:14:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/rosdep-0.21.0 uses a probably incorrect DISTUTILS_USE_SETUPTOOLS value.
Discovered on: amd64 (internal ref: ci)

NOTE:
This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Comment 1 Agostino Sarubbo gentoo-dev 2021-08-07 05:14:13 UTC
Created attachment 730972 [details]
build.log

build log and emerge --info
Comment 2 Alexis Ballier gentoo-dev 2021-08-12 15:02:01 UTC
commit ab895997059e0e5a9766fb38df3334de2fd6a845
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Tue Oct 20 11:58:27 2020 +0200

    dev-util/rosdep: fix distutils dep
    
    Closes: https://bugs.gentoo.org/749948
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: Alexis Ballier <aballier@gentoo.org>

diff --git a/dev-util/rosdep/rosdep-0.19.0.ebuild b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild
similarity index 97%
rename from dev-util/rosdep/rosdep-0.19.0.ebuild
rename to dev-util/rosdep/rosdep-0.19.0-r1.ebuild
index aa7a8d86538f..30059ea3b7ce 100644
--- a/dev-util/rosdep/rosdep-0.19.0.ebuild
+++ b/dev-util/rosdep/rosdep-0.19.0-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then




@python: what is going on here ?
Comment 3 Larry the Git Cow gentoo-dev 2021-10-04 14:22:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8183067087b29d8c1d0ff31aabf587ae38f839f

commit b8183067087b29d8c1d0ff31aabf587ae38f839f
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-10-04 13:30:42 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-10-04 14:21:42 +0000

    dev-util/rosdep: enable py3.10
    
    Closes: https://bugs.gentoo.org/806863
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-util/rosdep/rosdep-0.21.0.ebuild | 4 ++--
 dev-util/rosdep/rosdep-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)