Source: pyfeed
Version: 1.0~prerelease-1
Severity: serious
Justification: fails to build from source

Hi,

pyfeed/experimental FTBFS (at least) since python3.6 became a supported
version:

   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/pyfeed-1.0~prerelease'
set -xe; \
for py in python2.7 python3.6 python3.5; do \
        $py setup.py build; \
done
+ python2.7 setup.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/feed
copying feed/atom.py -> build/lib.linux-x86_64-2.7/feed
copying feed/rss.py -> build/lib.linux-x86_64-2.7/feed
copying feed/opml1.py -> build/lib.linux-x86_64-2.7/feed
copying feed/opml.py -> build/lib.linux-x86_64-2.7/feed
copying feed/__init__.py -> build/lib.linux-x86_64-2.7/feed
copying feed/tools.py -> build/lib.linux-x86_64-2.7/feed
creating build/lib.linux-x86_64-2.7/feed/date
copying feed/date/__init__.py -> build/lib.linux-x86_64-2.7/feed/date
copying feed/date/rfc822.py -> build/lib.linux-x86_64-2.7/feed/date
copying feed/date/tools.py -> build/lib.linux-x86_64-2.7/feed/date
copying feed/date/rfc3339.py -> build/lib.linux-x86_64-2.7/feed/date
+ python3.6 setup.py build
/bin/sh: 3: python3.6: not found
debian/rules:10: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 127


Full log attached.

Andreas

Attachment: pyfeed_1.0~prerelease-1.log.gz
Description: application/gzip

Reply via email to