Your message dated Sat, 05 Nov 2016 10:21:24 +0000
with message-id <e1c2y6g-000232...@fasolo.debian.org>
and subject line Bug#841080: fixed in networking-l2gw 
1:1.0.0+git20160927.29cb4fe3-1
has caused the Debian Bug report #841080,
regarding networking-l2gw: FTBFS (ImportError: No module named i18n)
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.)


-- 
841080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:networking-l2gw
Version: 1:1.0.0-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh build-indep --buildsystem=python_distutils --with python2
   dh_testdir -i -O--buildsystem=python_distutils
   dh_update_autotools_config -i -O--buildsystem=python_distutils
   dh_auto_configure -i -O--buildsystem=python_distutils
   dh_auto_build -i -O--buildsystem=python_distutils
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
        python setup.py build --force
running build

[... snipped ...]

  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_l2gw/tests/unit/services/l2gateway/ovsdb/test_data.py", line 
27, in <module>
    from networking_l2gw.services.l2gateway.ovsdb import data
  File "networking_l2gw/services/l2gateway/ovsdb/data.py", line 17, in <module>
    from neutron.i18n import _LE
ImportError: No module named i18n

Failed to import test module: 
networking_l2gw.tests.unit.services.l2gateway.test_agent_scheduler
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_l2gw/tests/unit/services/l2gateway/test_agent_scheduler.py", 
line 33, in <module>
    from networking_l2gw.services.l2gateway import agent_scheduler
  File "networking_l2gw/services/l2gateway/agent_scheduler.py", line 24, in 
<module>
    from neutron.i18n import _LE
ImportError: No module named i18n

Failed to import test module: 
networking_l2gw.tests.unit.services.l2gateway.test_plugin
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_l2gw/tests/unit/services/l2gateway/test_plugin.py", line 30, 
in <module>
    from networking_l2gw.services.l2gateway.ovsdb import data
  File "networking_l2gw/services/l2gateway/ovsdb/data.py", line 17, in <module>
    from neutron.i18n import _LE
ImportError: No module named i18n

----------------------------------------------------------------------
Ran 0 tests in 0.917s

OK
+ subunit-stats
+ subunit-filter -s --no-passthrough
+ cat /tmp/tmp.WW35SUhnkj
Total tests:       0
Passed tests:      0
Failed tests:      0
Skipped tests:     0
Seen tags: 
+ rm -f /tmp/tmp.WW35SUhnkj
+ testr-python2 slowest
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:8: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

The relevant part of the build log is included above.

There are also build logs like this for both testing and unstable here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/networking-l2gw.html

If this is really a bug in one of the build-depends, please use "reassign" and 
"affects",
so that this is still visible in the page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: networking-l2gw
Source-Version: 1:1.0.0+git20160927.29cb4fe3-1

We believe that the bug you reported is fixed in the latest version of
networking-l2gw, 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 841...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated networking-l2gw 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: Tue, 27 Sep 2016 15:26:29 +0200
Source: networking-l2gw
Binary: python-networking-l2gw neutron-l2gateway-agent
Architecture: source all
Version: 1:1.0.0+git20160927.29cb4fe3-1
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 neutron-l2gateway-agent - OpenStack virtual network service - L2 gateway agent
 python-networking-l2gw - OpenStack virtual network service - L2 gateway 
extension
Closes: 841080
Changes:
 networking-l2gw (1:1.0.0+git20160927.29cb4fe3-1) unstable; urgency=medium
 .
   [ James Page ]
   * New upstream snapshot for OpenStack Newton (LP: #1610614).
   * Align (Build-)Depends with upstream.
 .
   [ Thomas Goirand ]
   * New upstream release based on Git snapshot:
     - Builds correctly (Closes: #841080).
   * Fixed (build-)depends for this release.
   * Standards-Version: 3.9.8 (no change).
   * Using OpenStack's Gerrit as VCS URLs.
   * Point .gitreview to OpenStack's gerrit packaging-deb.
   * d/s/options: extend-diff-ignore of .gitreview and egg-info.
   * Added lsb-base runtime depends (Debian only, not on Ubuntu).
Checksums-Sha1:
 608b1e7692f0ba6b013e2d8d261ed14c8be87dc9 2873 
networking-l2gw_1.0.0+git20160927.29cb4fe3-1.dsc
 6a4d5f04bcc543ba1b524bc024331f4349784f73 119252 
networking-l2gw_1.0.0+git20160927.29cb4fe3.orig.tar.xz
 1585fb2a82a949878945302e6a7084c8986cb4a7 9932 
networking-l2gw_1.0.0+git20160927.29cb4fe3-1.debian.tar.xz
 70793ec7f0c808c49ecc1f28ec3a375328b37a3f 11508 
neutron-l2gateway-agent_1.0.0+git20160927.29cb4fe3-1_all.deb
 1a10e72d4ab73e7dafaa9c8daf310146f37cfcff 83060 
python-networking-l2gw_1.0.0+git20160927.29cb4fe3-1_all.deb
Checksums-Sha256:
 e57d441fb1bf0493230705d7d9b59bc5536c435d8b82c5b1595d2bd68ec3c3af 2873 
networking-l2gw_1.0.0+git20160927.29cb4fe3-1.dsc
 f3519c81ac698cb8d3a658f490b4439eac630ae7aac5ed6f68278e26faad6ece 119252 
networking-l2gw_1.0.0+git20160927.29cb4fe3.orig.tar.xz
 680b026196193a543080da2906bfda9df5d504fb5b09748815ff73baeaf11b1c 9932 
networking-l2gw_1.0.0+git20160927.29cb4fe3-1.debian.tar.xz
 6fbaa963530a9312af36a06da6506ac1d743d004c63f632a73efbcdc0329a284 11508 
neutron-l2gateway-agent_1.0.0+git20160927.29cb4fe3-1_all.deb
 2d4f400d48647231891d049f2d97243b112e4aeda2cd2a42c2ae2b3e481e660c 83060 
python-networking-l2gw_1.0.0+git20160927.29cb4fe3-1_all.deb
Files:
 e99a78e1cbd41be760fb1cfa2819eb78 2873 net optional 
networking-l2gw_1.0.0+git20160927.29cb4fe3-1.dsc
 ed7ce19308c2b3d012b7bde0216f1e42 119252 net optional 
networking-l2gw_1.0.0+git20160927.29cb4fe3.orig.tar.xz
 a4e00a2fe85ea3261c3a619c23157eab 9932 net optional 
networking-l2gw_1.0.0+git20160927.29cb4fe3-1.debian.tar.xz
 a447e96d9ac99b4d393364e53d900872 11508 python optional 
neutron-l2gateway-agent_1.0.0+git20160927.29cb4fe3-1_all.deb
 d6c4f3c2a37e153cf60667c21a84b67d 83060 python optional 
python-networking-l2gw_1.0.0+git20160927.29cb4fe3-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQItBAEBCAAXBQJYHa0tEBx6aWdvQGRlYmlhbi5vcmcACgkQ1BatFaxrQ/4t6g//
W7y+QQ1LYVeZ4fyAxGrU+RL2PI1YKXK8cXf4q4eGy7Taa5JG5D5YyJ2lZ3tUeuit
EGjRlCDJu42LyPI1xjQxHtXdglOLmrmd9wDSzUxucbHIRjxXAEkWl9KV99pKLkju
PciaY6ewBYj2TRKK066mNhdI72XO656ey78pYsn+7wC7A33KoWGuyfjSSrrPWTmg
9RkJj9HsZZppY8+0SCxSKgPHc5LcNafnXUfUiWjhrYh//+/Say1et74jEOsB87GF
MDkruaE9H4PxxDLLd0Icx2CNyAd+9hdmGduzRy/r23g/gHv2rQ0CorjsT66mX4zv
G0UMD5XbT6lk9Jrs6xTbgE/h7D9iwKbXLCQfhqvEISMlvIz1WQAc8UP/hMVK2r1v
yOByu9n+wRyNf2QAI8MJXYh0g1qnja5AMccVewll1W1ccJKUE4S84M64GanCiRgJ
0ZOpQdmOnn3O07EQSKVfG4LvSJjQX0K4mQRBmnZhLMpnQTWx5whZGwRdbh+J2MyY
aG6+ETNuH9Zvz0NzKZoLCNnhwAhAnEAojdOl5yo+LGkqekNyuc33pNIX2HuKpTJG
rIXuGw2HjkVgTuW4qxOlLrdXzJxVsM+TSQnBWzLBJOG/mVhmDQxE0UH6VZYY953M
T+QPoN3Yt+xBDx7bKRF7POQe9W51mXDaWiiOpDitIQg=
=v4Sh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to