Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 723736

Summary: dev-python/mygpoclient: calls commands that do not exist during src_test (missing nosetest dep)
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: python, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-05-18 11:34:12 UTC
This is an auto-filed bug because dev-python/mygpoclient calls commands that do not exist.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-18 11:34:21 UTC
Created attachment 640126 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-07-06 17:27:57 UTC
>>> Test phase: dev-python/mygpoclient-1.8
 * python3_7: running distutils-r1_run_phase python_test
/var/tmp/portage/dev-python/mygpoclient-1.8/temp/environment: line 3004: nosetests: command not found
 * python3_7: running distutils-r1_run_phase _distutils-r1_clean_egg_info
>>> Completed testing dev-python/mygpoclient-1.8

Something like
   distutils_enable_tests nose
and appropriately modifying DEPEND would work.
Comment 3 Larry the Git Cow gentoo-dev 2022-01-28 11:51:56 UTC
The bug has been closed via the following commit(s):

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

commit 9c9be7aed5a49a06c58e938d9d1addd41303debe
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2022-01-28 11:47:43 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2022-01-28 11:50:42 +0000

    dev-python/mygpoclient: enable py3.10, ebuild cleanup
    
    Closes: https://bugs.gentoo.org/745948
    Closes: https://bugs.gentoo.org/723736
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 .../files/mygpoclient-1.8-fix-literal.patch        | 35 +++++++++++++++++++++
 dev-python/mygpoclient/mygpoclient-1.8.ebuild      | 36 ++++++++--------------
 2 files changed, 48 insertions(+), 23 deletions(-)