Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111889 - Need arch testing for dev-python/astng
Summary: Need arch testing for dev-python/astng
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 09:13 UTC by Rob Cakebread (RETIRED)
Modified: 2006-01-29 04:56 UTC (History)
0 users

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


Attachments
astng-0.14.0 buidl failure on ppc (astng-build-failure,2.95 KB, text/plain)
2006-01-14 03:17 UTC, Tobias Scherbaum (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Cakebread (RETIRED) gentoo-dev 2005-11-08 09:13:50 UTC
I dropped ~ppc from dev-python/pylint due to a dependency on a new package.

Please test dev-python/astng. If it tests ok, please add ~ppc back to pylint.

Thank you
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2005-11-08 14:23:02 UTC
Mh, the package on http://dev.gentoo.org/~anarchy/astng.tar.gz compiles ok,
except giving 
package init file './test/__init__.py' not found (or not a regular file)
at the end of compile time.

I cannot start the included tests via python2.4 runtests.py, because it fails with 
  File "runtests.py", line 1, in ?
    from logilab.common.testlib import main
ImportError: No module named common.testlib

Any advice on testing this?
Comment 2 Rob Cakebread (RETIRED) gentoo-dev 2005-11-09 10:06:27 UTC
Matti, what version of dev-python/logilab-common are you using?

The missing __init__.py is 'normal'.
Comment 3 nixnut (RETIRED) gentoo-dev 2006-01-08 12:42:38 UTC
dev-python/astng-0.13.1 emerged on ppc and tested with dev-python/logilab-common-0.12.0. astng passes all tests, so adding ~ppc keyword.

dev-python/pylint-0.8.1 however fails one of its tests:

Executing regrtest
F.FF
======================================================================
FAIL: test_check_package___init__ (regrtest.NonRegrTC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/pylint/test/regrtest.py", line 60, in test_check_package___init__
    '%s: %s' % (variation, checked))
AssertionError: regrtest_data/package/__init__.py: ['regrtest_data/package/__init__.py']

======================================================================
FAIL: test_package___init___precedence (regrtest.NonRegrTC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/pylint/test/regrtest.py", line 52, in test_package___init___precedence
    self.failUnlessEqual(got, '')
AssertionError: 'F:  0: No module named precedence_test' != ''

======================================================================
FAIL: test_package___path___manipulation (regrtest.NonRegrTC)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/pylint/test/regrtest.py", line 47, in test_package___path___manipulation
    self.failUnlessEqual(got, '')
AssertionError: 'F:  0: No module named package' != ''

----------------------------------------------------------------------
Ran 4 tests in 0.244s

<snip>

FAILED (failures=3)
Ran 485 test cases , 3 failed
9 tests OK.
1 test failed: regrtest

Comment 4 Tobias Scherbaum (RETIRED) gentoo-dev 2006-01-14 03:17:20 UTC
Created attachment 77063 [details]
astng-0.14.0 buidl failure on ppc

astng-0.14.0 fails, please have a look
Comment 5 Marien Zwart (RETIRED) gentoo-dev 2006-01-19 09:10:08 UTC
astng was missing a logilab-common dependency, I just added that. Please test again.
Comment 6 Lars Weiler (RETIRED) gentoo-dev 2006-01-21 09:13:57 UTC
pylint-0.9.0 installs fine here.  So keyword added and commited to the tree.
Comment 7 Lukasz Strzygowski (RETIRED) gentoo-dev 2006-01-29 04:56:54 UTC
Thanks.