Ubuntu Pastebin

Paste from ddellav at Fri, 10 Jun 2016 17:47:40 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
   dh_installdeb
   debian/rules override_dh_gencontrol
make[1]: Entering directory '/<<PKGBUILDDIR>>'
debian/rules:64: warning: overriding recipe for target 'get-orig-source'
/usr/share/openstack-pkg-tools/pkgos.make:72: warning: ignoring old recipe for target 'get-orig-source'
if dpkg-vendor --derives-from ubuntu ; then \
        dh_gencontrol -- -T/<<PKGBUILDDIR>>/debian/ubuntu_control_vars ; \
else \
        dh_gencontrol -- -T/<<PKGBUILDDIR>>/debian/debian_control_vars ; \
fi
dpkg-gencontrol: warning: can't parse dependency python-cryptography (!= 1.3.0)
dpkg-gencontrol: error: error occurred while parsing Depends field: python-cryptography (>= 1.0),
        python-dogpile.cache (>= 0.5.7),
        python-eventlet (>= 0.18.2),
        python-greenlet (>= 0.3.2),
        python-jsonschema (>= 2.0.0),
        python-keystoneclient (>= 1:1.6.0),
        python-keystonemiddleware (>= 4.0.0),
        python-migrate (>= 0.9.6),
        python-msgpack (>= 0.4.0),
        python-oauthlib (>= 0.6),
        python-oslo.cache (>= 1.5.0),
        python-oslo.concurrency (>= 3.5.0),
        python-oslo.config (>= 1:3.7.0),
        python-oslo.context (>= 0.2.0),
        python-oslo.db (>= 4.1.0),
        python-oslo.i18n (>= 2.1.0),
        python-oslo.log (>= 1.14.0),
        python-oslo.messaging (>= 4.0.0),
        python-oslo.middleware (>= 3.0.0),
        python-oslo.policy (>= 0.5.0),
        python-oslo.serialization (>= 1.10.0),
        python-oslo.service (>= 1.0.0),
        python-oslo.utils (>= 3.5.0),
        python-passlib (>= 1.6),
        python-paste,
        python-pastedeploy (>= 1.5.0),
        python-pbr (>= 1.8),
        python-pycadf (>= 1.1.0),
        python-pymysql,
        python-pysaml2 (>= 2.4.0),
        python-routes (>= 2.2),
        python-six (>= 1.9.0),
        python-sqlalchemy (>= 1.0.10),
        python-stevedore (>= 1.5.0),
        python-webob (>= 1.2.3),
        ,
        python-cryptography (!= 1.3.0), python-dogpile.cache, python-eventlet, python-greenlet, python-jsonschema, python-keystoneclient, python-keystonemiddleware, python-migrate, python-msgpack, python-oauthlib, python-oslo.cache, python-oslo.concurrency, python-oslo.config, python-oslo.context, python-oslo.db, python-oslo.i18n, python-oslo.log, python-oslo.messaging, python-oslo.middleware, python-oslo.policy, python-oslo.serialization, python-oslo.service, python-oslo.utils, python-passlib, python-paste, python-pastedeploy, python-pbr, python-pycadf, python-pysaml2, python-six (>= 1.9.0), python-sqlalchemy (>= 1.0~), python-sqlalchemy (<< 1.1), python-stevedore, python-webob, python:any (<< 2.8), python:any (>= 2.6~), python:any (>= 2.7.5-5~), python:any (>= 2.7~),
dh_gencontrol.pkg-create-dbgsym: dpkg-gencontrol -ppython-keystone -ldebian/changelog -Tdebian/python-keystone.substvars -Pdebian/python-keystone -T/<<PKGBUILDDIR>>/debian/ubuntu_control_vars returned exit code 255
/usr/share/openstack-pkg-tools/pkgos.make:135: recipe for target 'override_dh_gencontrol' failed
make[1]: *** [override_dh_gencontrol] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:13: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
--------------------------------------------------------------------------------
Build finished at 20160610-1332

Finished
--------

E: Build failure (dpkg-buildpackage died)
Download as text