Ubuntu Pastebin

Paste from clivejo at Mon, 26 Sep 2016 21:17:55 +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
clivejo@P500:~/project/ubiquity/ubiquity $ debuild -S
 dpkg-buildpackage -rfakeroot -d -us -uc -S
dpkg-buildpackage: info: source package ubiquity
dpkg-buildpackage: info: source version 16.10.8ubuntu1
dpkg-buildpackage: info: source distribution yakkety
dpkg-buildpackage: info: source changed by Clive Johnston <clivejo@kubuntu.org>
 dpkg-source --before-build ubiquity
dpkg-source: info: using options from ubiquity/debian/source/options: --compression=xz --tar-ignore=.bzr-builddeb
 fakeroot debian/rules clean
debian/rules:16: Version 16.10.8ubuntu1 in debian/changelog does not match 2.21 in configure.ac!
/bin/sh: 1: cd: can't cd to d-i/source/console-setup
# Sanity-check before upload.
find -name debian -prune -o -name \*.py -print | xargs py3compile
find -type f \( -name \*.pyc -o -name \*.pyo \) -print0 | xargs -0r rm -f
find -name __pycache__ -print0 | xargs -0r rm -rf
# Check the syntax of any shell scripts.
set -e; for x in $(find -type f \! -name \*.po \! -name \*.pot -print0 | xargs -0 file -i | grep "text/x-shellscript" | cut -d':' -f1); do \
        sh -n $x; \
done
# Check the syntax of any Python scripts.
./tests/run-pyflakes
Traceback (most recent call last):
  File "./tests/run-pyflakes", line 87, in <module>
    main()
  File "./tests/run-pyflakes", line 58, in main
    close_fds=True, universal_newlines=True)
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
debian/rules:47: recipe for target 'check' failed
make: *** [check] Error 1
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -d -us -uc -S failed
Download as text