Your message dated Tue, 3 May 2011 13:29:29 +0200
with message-id <[email protected]>
and subject line FTBFS: ImportError: No module named django...
has caused the Debian Bug report #625133,
regarding django-auth-ldap: FTBFS: ImportError: No module named 
django.core.management
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
625133: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625133
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: django-auth-ldap
Version: 1.0.5-1
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory 
> `/build/user-django-auth-ldap_1.0.5-1-amd64-znq8rE/django-auth-ldap-1.0.5'
> django-admin startproject testproject
> echo 'DATABASE_ENGINE = "sqlite3"' > testproject/settings.py
> echo 'DATABASE_NAME = "testproject/test.db3"' >> testproject/settings.py
> echo 'INSTALLED_APPS = 
> ["django_auth_ldap","django.contrib.auth","django.contrib.contenttypes","django.contrib.admin","django.contrib.sites","django.contrib.sessions"]'
>  >> testproject/settings.py
> echo 'SITE_ID = 1' >> testproject/settings.py
> echo 'ROOT_URLCONF = "testproject.urls"' >> testproject/settings.py
> for python in python2.6 python2.7; do \
>         rm -f testproject/test.db3 ; \
>         PYTHONPATH=".:src" $python testproject/manage.py syncdb 
> --settings=testproject.settings --noinput ;\
>         PYTHONPATH=".:src" $python testproject/manage.py test 
> --settings=testproject.settings ; \
>       done
> /usr/lib/pymodules/python2.6/django/db/__init__.py:19: DeprecationWarning: 
> settings.DATABASE_* is deprecated; use settings.DATABASES instead.
>   DeprecationWarning
> /usr/lib/pymodules/python2.6/django/db/__init__.py:60: DeprecationWarning: 
> Short names for ENGINE in database configurations are deprecated. Prepend 
> default.ENGINE with 'django.db.backends.'
>   DeprecationWarning
> Creating tables ...
> Creating table auth_permission
> Creating table auth_group_permissions
> Creating table auth_group
> Creating table auth_user_user_permissions
> Creating table auth_user_groups
> Creating table auth_user
> Creating table auth_message
> Creating table django_content_type
> Creating table django_admin_log
> Creating table django_site
> Creating table django_session
> Installing custom SQL ...
> Installing indexes ...
> No fixtures found.
> /usr/lib/pymodules/python2.6/django/db/__init__.py:19: DeprecationWarning: 
> settings.DATABASE_* is deprecated; use settings.DATABASES instead.
>   DeprecationWarning
> /usr/lib/pymodules/python2.6/django/db/__init__.py:60: DeprecationWarning: 
> Short names for ENGINE in database configurations are deprecated. Prepend 
> default.ENGINE with 'django.db.backends.'
>   DeprecationWarning
> .....................................................................................................................................................................................................................................................
> ----------------------------------------------------------------------
> Ran 245 tests in 1.801s
> 
> OK
> Creating test database for alias 'default'...
> Destroying test database for alias 'default'...
> Traceback (most recent call last):
>   File "testproject/manage.py", line 2, in <module>
>     from django.core.management import execute_manager
> ImportError: No module named django.core.management
> Traceback (most recent call last):
>   File "testproject/manage.py", line 2, in <module>
>     from django.core.management import execute_manager
> ImportError: No module named django.core.management
> make[1]: *** [override_dh_auto_test] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/django-auth-ldap_1.0.5-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
All these build failures were caused by a transient problem in python-django,
which is fixed now.

--
Jakub Wilk


--- End Message ---

Reply via email to