Your message dated Tue, 05 Apr 2016 16:22:09 +0000
with message-id <e1antk1-00057b...@franck.debian.org>
and subject line Bug#809575: fixed in horizon 2:9.0.0~rc2-1
has caused the Debian Bug report #809575,
regarding horizon: FTBFS: ImportError: cannot import name importlib
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 ow...@bugs.debian.org
immediately.)


-- 
809575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809575
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: horizon
Version: 2:8.0.0-3
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

make[1]: Entering directory '/horizon-8.0.0'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
# We should add --compilemessages when the .mo are removed.
./run_tests.sh --no-virtual-env --no-pep8 --verbosity=2
Running Horizon application tests
Warning: Could not import Horizon dependencies. This is normal during 
installation.
Traceback (most recent call last):
  File "/horizon-8.0.0/manage.py", line 25, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 350, in execute_from_command_line
    utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 324, in execute
    django.setup()
  File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 17, in setup
    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
  File "/usr/lib/python2.7/dist-packages/django/utils/log.py", line 71, in 
configure_logging
    logging_config_func(logging_settings)
  File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig
    dictConfigClass(config).configure()
  File "/usr/lib/python2.7/logging/config.py", line 576, in configure
    '%r: %s' % (name, e))
ValueError: Unable to configure handler 'null': Cannot resolve 
'django.utils.log.NullHandler': No module named NullHandler
Running openstack_dashboard tests
Warning: Could not import Horizon dependencies. This is normal during 
installation.
Traceback (most recent call last):
  File "/horizon-8.0.0/manage.py", line 25, in <module>
    execute_from_command_line(sys.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 350, in execute_from_command_line
    utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 302, in execute
    settings.INSTALLED_APPS
  File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 55, in 
__getattr__
    self._setup(name)
  File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 43, in 
_setup
    self._wrapped = Settings(settings_module)
  File "/usr/lib/python2.7/dist-packages/django/conf/__init__.py", line 99, in 
__init__
    mod = importlib.import_module(self.SETTINGS_MODULE)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/horizon-8.0.0/openstack_dashboard/test/settings.py", line 77, in 
<module>
    from openstack_dashboard.utils import settings
  File "/horizon-8.0.0/openstack_dashboard/utils/settings.py", line 18, in 
<module>
    from django.utils import importlib
ImportError: cannot import name importlib
Tests failed.
debian/rules:67: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/horizon-8.0.0'

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/horizon.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

--- End Message ---
--- Begin Message ---
Source: horizon
Source-Version: 2:9.0.0~rc2-1

We believe that the bug you reported is fixed in the latest version of
horizon, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 809...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ivan Udovichenko <iudoviche...@mirantis.com> (supplier of updated horizon 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 30 Mar 2016 22:23:48 +0300
Source: horizon
Binary: python-django-horizon openstack-dashboard openstack-dashboard-apache 
horizon-doc
Architecture: source all
Version: 2:9.0.0~rc2-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Ivan Udovichenko <iudoviche...@mirantis.com>
Description:
 horizon-doc - web application to control an OpenStack cloud - doc
 openstack-dashboard - web application to control an OpenStack cloud
 openstack-dashboard-apache - web application to control an OpenStack cloud - 
Apache support
 python-django-horizon - Django module providing web interaction with OpenStack
Closes: 805465 809575 816070 816942
Changes:
 horizon (2:9.0.0~rc2-1) unstable; urgency=medium
 .
   [ Thomas Goirand ]
   * New upstream release.
   * Uploading to unstable (Closes: #809575).
   * Also copy openstack_dashboard/dashboards/project/static/dashboard/project
     which were not packaged.
   * Updated nl.po debconf translation (Closes: #805465).
   * Updated ja.po debconf translation (Closes: #816070).
   * Added pt_BR.po debconf translation (Closes: #816942).
   * Removed unused license in debian/copyright.
 .
   [ Ivan Udovichenko ]
   * d/control: Add python-xstatic-magic-search dependency.
                Move memcached and openstack-dashboard-apache to Suggests field.
   * d/openstack-dashboard-apache.postinst:
       - Delete the .secret_ket_store file if exists.
       - Make www-data the owner of /var/lib/openstack-dashboard/secret-key and
         /var/lib/openstack-dashboard/static directories.
       - Set new alias to Horizon static files.
       - Call collectstatic with --clear and --noinput options.
   * d/openstack-dashboard.{preinst,postinst,postrm},
       openstack-dashboard-apache.{preinst,postinst,postrm}:
       - Remove /usr/share/openstack-dashboard/static directory and create a
         link to /var/lib/openstack-dashboard/static directory to make it
         compatible with Ubuntu OpenStack Puppet manifests.
   * d/rules: Do not copy/create additional files/links with/to static files.
   * d/openstack-dashboard.links: Remove all links except a link to
     /usr/bin/lessc binary.
   * d/debian/apache-sites-available/*.conf:
       - Change/add alias path to static files.
       - Update permissions according to Apache 2.4 improvements.
       - Change user/group to www-data .
Checksums-Sha1:
 0eda6555f367874e4dbecfa979e4d58454e8f0bb 4126 horizon_9.0.0~rc2-1.dsc
 25f4ad1e889568213d2c8ecace876ea45051a8d0 2154884 horizon_9.0.0~rc2.orig.tar.xz
 1c4557b01dea08cfdec4154842774a1cece70e6d 24520 
horizon_9.0.0~rc2-1.debian.tar.xz
 efbb35335aa815986d4e75e30e8b8e63a280926b 1109936 
horizon-doc_9.0.0~rc2-1_all.deb
 c181bbc715a0d18f91d1044a5271585acd81a4c4 12822 
openstack-dashboard-apache_9.0.0~rc2-1_all.deb
 9205aa9f7aacd8cb119e048a470b28e050f0be8b 2499118 
openstack-dashboard_9.0.0~rc2-1_all.deb
 b62aab2a7d1f7371c5378a9dcf43bc70615bd6bf 2253456 
python-django-horizon_9.0.0~rc2-1_all.deb
Checksums-Sha256:
 d3309261c1421b512ea7fe68cc0346776d9037932e16ba5cd96dd3d353015422 4126 
horizon_9.0.0~rc2-1.dsc
 4a92cb013a907b667c94412e1832b9134cfa08294cb10a4d6f8c6678672c3a8d 2154884 
horizon_9.0.0~rc2.orig.tar.xz
 fa80539c667bca63c031170f1925bad986bbaceef493b13f993b5e9ab5c669a7 24520 
horizon_9.0.0~rc2-1.debian.tar.xz
 c26fbcab0f26d6063c086dc8126002fa3bba7801f1eac85d2acd7d98c107c7a2 1109936 
horizon-doc_9.0.0~rc2-1_all.deb
 7830a04bc0647ef25b40bf83d859ab62c94138a771f5ec4242849a7e4efe7af6 12822 
openstack-dashboard-apache_9.0.0~rc2-1_all.deb
 f42443c70e0f15f94e8a0741cd8fd5e67ed2f4bc514ac72aff9f5f649d713d31 2499118 
openstack-dashboard_9.0.0~rc2-1_all.deb
 2926cb430a3fd319605cc51a3daf603e62b2f1da78ed316a2e053950db992cf7 2253456 
python-django-horizon_9.0.0~rc2-1_all.deb
Files:
 015993f90306e7af1f6c4d67273b3e0c 4126 net extra horizon_9.0.0~rc2-1.dsc
 cb49a8d2be50ca60124a376169e687ea 2154884 net extra 
horizon_9.0.0~rc2.orig.tar.xz
 7ec4c80ff6a78ccce516bd01444392c7 24520 net extra 
horizon_9.0.0~rc2-1.debian.tar.xz
 d8ad4cc9f40ef11373cb71f37502b7c7 1109936 doc extra 
horizon-doc_9.0.0~rc2-1_all.deb
 673fe5f6f44950b8cca1802eb23c0946 12822 net extra 
openstack-dashboard-apache_9.0.0~rc2-1_all.deb
 f737e91b9b915f60254bc787c1216735 2499118 net extra 
openstack-dashboard_9.0.0~rc2-1_all.deb
 65f076b7839cd2c6859488f6d8781afb 2253456 python extra 
python-django-horizon_9.0.0~rc2-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXA8IGAAoJENQWrRWsa0P+uzwQAIKAAAzbyEKrU4SmyE8EC+DP
5IQ6T3VO7zhAzJGx3Xkk1MPlBh0kjdS0q7gH/chmJXN8QwQhqLohBuyzg0wx8R7Z
ds2QHas6wZJETrRd0fXPpmd/UcJBMlwgWc29kSz14RcuJytv6ReVv6ROFlWovB6Q
lWobdeBWUlSqobZpVJCaHOmCU1LoQugCAdsTeCXkxGtYF0y+QmF6BxyxbcDFH2X/
jqgSmKRKcAWEB723H8mceovSvr5Sw1KVahsMz5lD6iAuaYVD0c7a23LKkFTlTKK6
QNTgyFBgjBCsTrhnzWsNPzbzyqAoypXHRjMiOH7El/PrqDf/Z8+rOwL0p5AyJyKe
IHWgsY8FksC0UIH+Cw/K+WYPmVvVC4wuGx/ON4GO4GDKOOBBXKJLncF0FpY6V3/6
7g7UsdMn3pgtVFWKic6x+cVJOX7aIdM7qrNGKzTb4LwzQmquXhvZ3z0S9ZPOU+z2
2IcFNcGJAd4Yy4IWSTb6nQ6IEBR0EKrT46CMCb+88Iq1kK4aLtH6oLOI4YVxZi7E
Qad902yXVW9ucg3IpjQmgs5amnknrzN4Z+tLKWLRn3jyUnaWuerOe95gt4TEwaj6
dRaYzwzcooIhiii8FuJE9AtS27nWIsAVliB9f36QCYYn+pY+eU02RB1ZI9xQC7Ks
9Ri/Z5skQ/Pfk6Yw4r84
=f2Nl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to