Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 772221 - dev-python/pysmi-0.3.4 fails tests
Summary: dev-python/pysmi-0.3.4 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-02-23 07:22 UTC by Agostino Sarubbo
Modified: 2021-02-23 09:33 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,39.73 KB, text/plain)
2021-02-23 07:22 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-02-23 07:22:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pysmi-0.3.4 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-23 07:22:53 UTC
Created attachment 688113 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-02-23 07:22:54 UTC
Possible context of error(s):

  self._pendingError = error.PySmiError('file %s access error: %s' % (self._name, sys.exc_info()[1]))
Comment 3 Larry the Git Cow gentoo-dev 2021-02-23 09:33:10 UTC
The bug has been closed via the following commit(s):

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

commit 91af11b554dae0426b755f49490fcdfd72b6a34a
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-23 09:32:57 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-23 09:32:57 +0000

    dev-python/pysmi: Add missing pysnmp test dep
    
    Closes: https://github.com/gentoo/gentoo/pull/19612
    Closes: https://bugs.gentoo.org/772221
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-python/pysmi/pysmi-0.3.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

Additionally, it has been referenced in the following commit(s):

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

commit 4ffdc85c5750142e11532ba8e236912871fdaa38
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-23 09:32:54 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-02-23 09:32:54 +0000

    dev-python/pysnmp: Move pysmi to PDEPEND
    
    * Because pysmi needs pysnmp to run tests
    
    Bug: https://bugs.gentoo.org/772221
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-python/pysnmp/pysnmp-4.4.12-r1.ebuild | 2 +-
 dev-python/pysnmp/pysnmp-999999.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)