Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908308 - [guru] app-admin/gentoo_update-0.1.3 does not enable tests
Summary: [guru] app-admin/gentoo_update-0.1.3 does not enable tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Stepan Kulikov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2023-06-11 07:24 UTC by Agostino Sarubbo
Modified: 2023-06-16 06:39 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,53.46 KB, text/plain)
2023-06-11 07:24 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 2023-06-11 07:24:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-admin/gentoo_update-0.1.2 does not enable tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-11 07:24:11 UTC
Created attachment 863701 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-06-13 05:11:38 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d14a319be0352299d8834195b223da6322ebef8

commit 3d14a319be0352299d8834195b223da6322ebef8
Author:     Lucio Sauer <watermanpaint@posteo.net>
AuthorDate: 2023-06-12 22:02:16 +0000
Commit:     Lucio Sauer <watermanpaint@posteo.net>
CommitDate: 2023-06-12 22:19:31 +0000

    app-admin/gentoo_update: fix tests
    
    * Make use of distutils-r1 eclass to set the correct dependencies for
      simple testing via the unittest runner.
    * Fetch source with a sensible name.
    
    This program is not packaged correctly upstream:
    https://github.com/Lab-Brat/gentoo_update/issues/7
    
    Bug: https://bugs.gentoo.org/908307
    Bug: https://bugs.gentoo.org/908308
    Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

 app-admin/gentoo_update/Manifest                   |  4 +---
 app-admin/gentoo_update/gentoo_update-0.1.3.ebuild | 11 +++++------
 2 files changed, 6 insertions(+), 9 deletions(-)
Comment 3 Agostino Sarubbo gentoo-dev 2023-06-13 08:14:15 UTC
guru_ci has reproduced this issue with version 0.1.3 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2023-06-15 09:33:55 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bedd95dd528d83d5ff1d14fb9bc24aa6af106858

commit bedd95dd528d83d5ff1d14fb9bc24aa6af106858
Author:     Lucio Sauer <watermanpaint@posteo.net>
AuthorDate: 2023-06-13 21:38:17 +0000
Commit:     Lucio Sauer <watermanpaint@posteo.net>
CommitDate: 2023-06-13 21:38:17 +0000

    app-admin/gentoo_update: fix false positive 908308
    
    * False alert about tests not being enabled:
      gentoo-tinderbox (probably) expects python_test to be defined
    
    Bug: https://bugs.gentoo.org/908308
    Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

 app-admin/gentoo_update/gentoo_update-0.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 5 Stepan Kulikov 2023-06-16 06:39:31 UTC
Thank you everyone for identifying the bug and fixing the ebuild.

Marked the bug RESOLVED!