Package: ansible Version: 2.7.1+dfsg-2 Severity: serious Tags: patch Justification: fails to build from source (but built successfully in the past) User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch
Dear Maintainer, ansible currently fails to build from source in a clean chroot due to a lack of a build dependency on python-jinja2. I tested that sid has the same failure as Ubuntu, which you can see here [1]. In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on python-jinja2 to fix FTBFS. Thanks for considering the patch. Logan [1] https://launchpadlibrarian.net/399587454/buildlog_ubuntu-disco-amd64.ansible_2.7.1+dfsg-2_BUILDING.txt.gz -- System Information: Debian Release: buster/sid APT prefers cosmic-updates APT policy: (500, 'cosmic-updates'), (500, 'cosmic-security'), (500, 'cosmic'), (400, 'cosmic-proposed'), (100, 'cosmic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-11-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru ansible-2.7.1+dfsg/debian/control ansible-2.7.1+dfsg/debian/control --- ansible-2.7.1+dfsg/debian/control 2018-11-13 05:02:13.000000000 -0500 +++ ansible-2.7.1+dfsg/debian/control 2018-12-02 12:53:19.000000000 -0500 @@ -12,6 +12,7 @@ python-yaml, python-nose, python-passlib, + python-jinja2, dh-python Standards-Version: 4.1.1 Vcs-Browser: https://salsa.debian.org/debian/ansible