Django regress failed on my Loongson box, here is the last lines of the regress log:
.........................................................................................................................................................................................................................................................................................................................................ss..s... ====================================================================== ERROR: test_correct_url_with_redirect (modeltests.validation.tests.BaseModelValidationTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/ports/pobj/py-django-1.3.1/Django-1.3.1/tests/modeltests/validation/tests.py", line 67, in test_correct_url_with_redirect self.assertEqual(None, mtv.full_clean()) # This will fail if there's no Internet connection File "/usr/ports/pobj/py-django-1.3.1/Django-1.3.1/django/db/models/base.py", line 828, in full_clean raise ValidationError(errors) ValidationError: {'url_verify': [u'This URL appears to be a broken link.']} ---------------------------------------------------------------------- Ran 3617 tests in 6722.102s FAILED (errors=1, skipped=53, expected failures=3) Creating test database for alias 'default'... Creating test database for alias 'other'... Destroying test database for alias 'default'... Destroying test database for alias 'other'... *** Error code 1 Stop in /usr/ports/www/py-django (line 33 of Makefile). *** Error code 1 Stop in /usr/ports/www/py-django (line 2531 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/www/py-django (line 2254 of /usr/ports/infrastructure/mk/bsd.port.mk). File "/usr/ports/pobj/py-django-1.3.1/Django-1.3.1/tests/modeltests/validation /tests.py", line 67, in test_correct_url_with_redirect self.assertEqual(None, mtv.full_clean()) # This will fail if there's no Inte rnet connection File "/usr/ports/pobj/py-django-1.3.1/Django-1.3.1/django/db/models/base.py", line 828, in full_clean raise ValidationError(errors) ValidationError: {'url_verify': [u'This URL appears to be a broken link.']} ---------------------------------------------------------------------- Ran 3617 tests in 6722.102s FAILED (errors=1, skipped=53, expected failures=3) Creating test database for alias 'default'... Creating test database for alias 'other'... ^[[?1034hDestroying test database for alias 'default'... Destroying test database for alias 'other'... *** Error code 1 Stop in /usr/ports/www/py-django (line 33 of Makefile). wen 2011/9/14 wen heping <wenhep...@gmail.com>: > 2011/9/14 Ryan Boggs <rmbo...@gmail.com>: >> Hi, >> >> Can you please provide me details of the regress failures you >> experienced on Loongson? > > The Loongson box is not at hand. > I could email the regress failure message sometime later :) > > > wen > > >> >> Thanks, >> Ryan >> >> On Tue, Sep 13, 2011 at 5:46 PM, wen heping <wenhep...@gmail.com> wrote: >>> The regress failed on my Loongson :( >>> >>> wen >>> >>> 2011/9/14 Ryan Boggs <rmbo...@gmail.com>: >>>> Hi, >>>> >>>> Attached is the diff to upgrade django to version 1.3.1. Builds and >>>> successfully tested (regress) on i386. Please let me know if there >>>> are any questions. >>>> >>>> Thanks, >>>> Ryan >>>> >>> >> >