Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 709956 - dev-python/jinja-2.10.3-r1 - QA notice - DISTUTILS_USE_SETUPTOOLS value is probably incorrect
Summary: dev-python/jinja-2.10.3-r1 - QA notice - DISTUTILS_USE_SETUPTOOLS value is pr...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: DISTUTILS_USE_SETUPTOOLS
  Show dependency tree
 
Reported: 2020-02-17 16:25 UTC by Francesco Turco
Modified: 2021-09-10 10:07 UTC (History)
0 users

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


Attachments
build log (build.log,163.71 KB, text/plain)
2020-02-17 16:26 UTC, Francesco Turco
Details
emerge --info dev-python/jinja (info.txt,6.58 KB, text/plain)
2020-02-17 16:26 UTC, Francesco Turco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Turco 2020-02-17 16:25:42 UTC
Portage reports the following warning message when emerging dev-python/jinja-2.10.3-r1:

> * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
> *   value:    DISTUTILS_USE_SETUPTOOLS=bdepend (default?)
> *   expected: DISTUTILS_USE_SETUPTOOLS=rdepend
Comment 1 Francesco Turco 2020-02-17 16:26:28 UTC
Created attachment 614116 [details]
build log
Comment 2 Francesco Turco 2020-02-17 16:26:48 UTC
Created attachment 614118 [details]
emerge --info dev-python/jinja
Comment 3 Larry the Git Cow gentoo-dev 2020-02-21 17:28:41 UTC
The bug has been closed via the following commit(s):

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

commit 28b71f5630f920ea8e25ba7b7727d59a40c9a5f5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-02-21 16:49:59 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-02-21 17:28:31 +0000

    dev-python/jinja: Set DISTUTILS_USE_SETUPTOOLS
    
    Closes: https://bugs.gentoo.org/709956
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/jinja/jinja-2.10.3-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
Comment 4 Francesco Turco 2020-12-04 14:20:21 UTC
With dev-python/jinja-2.11.2-r1 I now get the opposite warning message:

 * DISTUTILS_USE_SETUPTOOLS value is probably incorrect
 *   have:     DISTUTILS_USE_SETUPTOOLS=rdepend
 *   expected: DISTUTILS_USE_SETUPTOOLS=bdepend

I now run an amd64 system instead of ~amd64.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-05-09 07:52:38 UTC
The logic now accepts bdepend and rdepend, and prefers bdepend, so the bugs are most likely obsolete and confusing.