| Summary: |
=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 |
| Product: |
Gentoo Linux
|
Reporter: |
Sergei Trofimovich (RETIRED) <slyfox> |
| Component: |
Current packages | Assignee: |
Python Gentoo Team <python> |
| Status: |
RESOLVED
OBSOLETE
|
|
|
| Severity: |
normal
|
Keywords: |
TESTFAILURE |
| Priority: |
Normal
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
All | |
|
| OS: |
Linux | |
|
| Whiteboard: |
|
|
Package list:
|
|
Runtime testing required:
|
---
|
| Attachments: |
build.log
|
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.