Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634686 - =dev-python/configobj-5.0.6 fails test on 32-bit platforms (including x86): Failed example: dottedQuadToNum('255.255.255.255') Expected: 4294967295 Got: 4294967295L
Summary: =dev-python/configobj-5.0.6 fails test on 32-bit platforms (including x86): F...
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-10-18 20:45 UTC by Sergei Trofimovich (RETIRED)
Modified: 2020-06-14 13:50 UTC (History)
0 users

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


Attachments
build.log (build.log,26.67 KB, text/x-log)
2017-10-18 20:45 UTC, Sergei Trofimovich (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2017-10-18 20:45:22 UTC
Created attachment 499158 [details]
build.log

Came up as a failure on
    hppa, sparc and x86 (all 32-bit) when tested revdeps
Works at least on
    amd64

Relevant failure snippet:

File "validate.py", line 286, in __main__.dottedQuadToNum
Failed example:
    dottedQuadToNum('255.255.255.255')
Expected:
    4294967295
Got:
    4294967295L

Looks like too precise int/long comparison.
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2020-02-18 13:14:26 UTC
Might be less relevant on python3.