Your message dated Mon, 03 Aug 2020 21:34:02 +0000
with message-id <e1k2i5q-000byx...@fasolo.debian.org>
and subject line Bug#966952: fixed in python-virtualenv 20.0.29+ds-1
has caused the Debian Bug report #966952,
regarding python-virtualenv: FTBFS: dpkg-buildpackage: error: dpkg-source -b . 
subprocess returned exit status 2
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.)


-- 
966952: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966952
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-virtualenv
Version: 20.0.27+ds-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package python-virtualenv
> dpkg-buildpackage: info: source version 20.0.27+ds-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Stefano Rivera 
> <stefa...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
>       pybuild --clean -i python{version} -p 3.8
> D: pybuild pybuild:560: version: 4.20200315
> D: pybuild pybuild:561: ['/usr/bin/pybuild', '--clean', '-i', 
> 'python{version}', '-p', '3.8']
> D: pybuild pybuild:36: cfg: Namespace(after_build=None, after_clean=None, 
> after_configure=None, after_install=None, after_test=None, before_build=None, 
> before_clean=None, before_configure=None, before_install=None, 
> before_test=None, build_args=None, build_only=False, clean_args=None, 
> clean_only=True, configure_args=None, configure_only=False, 
> custom_tests=False, destdir='debian/tmp', detect_only=False, 
> dir='/<<PKGBUILDDIR>>', disable=None, ext_destdir=None, 
> ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None, ext_sub_repl=None, 
> install_args=None, install_dir=None, install_only=False, 
> interpreter=['python{version}'], list_systems=False, name='virtualenv', 
> print_args=None, quiet=False, really_quiet=False, system=None, 
> test_args=None, test_nose=False, test_nose2=False, test_only=False, 
> test_pytest=False, test_tox=False, verbose=True, versions=['3.8'])
> D: pybuild __init__:36: cannot initialize 'cmake' plugin
> Traceback (most recent call last):
>   File "/usr/share/dh-python/dhpython/build/__init__.py", line 32, in <module>
>     module.BuildSystem.is_usable()
>   File "/usr/share/dh-python/dhpython/build/base.py", line 120, in is_usable
>     raise Exception("missing command: %s" % command)
> Exception: missing command: cmake
> D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture
> D: pybuild pybuild:131: detected build system: distutils (certainty: 61%)
> D: pybuild plugin_distutils:56: pydistutils config file:
> [clean]
> all=1
> [build]
> build-lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_virtualenv/build
> [install]
> force=1
> install-layout=deb
> install-scripts=$base/bin
> install-lib=/usr/lib/python3.8/dist-packages
> prefix=/usr
> [easy_install]
> allow_hosts=None
> 
> I: pybuild base:217: python3.8 setup.py clean 
> D: pybuild tools:232: invoking: python3.8 setup.py clean 
> running clean
> removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_virtualenv/build' (and 
> everything under it)
> 'build/bdist.linux-x86_64' does not exist -- can't clean it
> 'build/scripts-3.8' does not exist -- can't clean it
>       rm -rf .pybuild/
>       find . -name \*.pyc -exec rm {} \;
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    dh_clean -O--buildsystem=pybuild
>       rm -f debian/debhelper-build-stamp
>       rm -rf debian/.debhelper/
>       rm -f -- debian/python3-virtualenv.substvars 
> debian/virtualenv.substvars debian/files
>       rm -fr -- debian/python3-virtualenv/ debian/tmp/ debian/virtualenv/
>       find .  \( \( \
>               \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
> -type f -a \
>               \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
>                -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
>                -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
>                -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
>               \) -exec rm -f {} + \) -o \
>               \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
> \)
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building python-virtualenv using existing 
> ./python-virtualenv_20.0.27+ds.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: file 
> python-virtualenv-20.0.27+ds/src/virtualenv/version.py has no final newline 
> (either original or modified version)
> dpkg-source: info: local changes detected, the modified files are:
>  python-virtualenv-20.0.27+ds/src/virtualenv/version.py
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/python-virtualenv_20.0.27+ds-1.diff.8S16cS
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> --------------------------------------------------------------------------------
> Build finished at 2020-08-02T17:33:45Z

The full build log is available from:
   
http://qa-logs.debian.net/2020/08/02/python-virtualenv_20.0.27+ds-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: python-virtualenv
Source-Version: 20.0.29+ds-1
Done: Stefano Rivera <stefa...@debian.org>

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

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-virtualenv 
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: SHA512

Format: 1.8
Date: Mon, 03 Aug 2020 14:15:20 -0700
Source: python-virtualenv
Architecture: source
Version: 20.0.29+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 966952
Changes:
 python-virtualenv (20.0.29+ds-1) unstable; urgency=medium
 .
   * New upstream release.
   * Replace 0003-Add-ds-to-version.patch with just deleting version.py on
     clean. It is written during build. (Closes: #966952)
   * Refresh patches.
Checksums-Sha1:
 95365587bda02ac5f766efc2106f47f0106fcd4b 1962 
python-virtualenv_20.0.29+ds-1.dsc
 1baddc69713912b03f9190eda2782050a797aec4 3354616 
python-virtualenv_20.0.29+ds.orig.tar.xz
 2a14e1cb28d31b8fd40628144c97ed50ea492de4 13360 
python-virtualenv_20.0.29+ds-1.debian.tar.xz
 f90f72010488613b50524fc30bcf456354fba72c 5308 
python-virtualenv_20.0.29+ds-1_source.buildinfo
Checksums-Sha256:
 298aeb54e5e1506cfb146e576ef8606e899136d9ead8811b7fc7691bdd3a765f 1962 
python-virtualenv_20.0.29+ds-1.dsc
 489b9dd5aa2385dbcd2dc2f818678498cae665a86dc269e9bef2430f51bb8173 3354616 
python-virtualenv_20.0.29+ds.orig.tar.xz
 c5f538b6b88b853bae0af8252301c522e37cb4cbafb777d9c66b3cc5de6b6975 13360 
python-virtualenv_20.0.29+ds-1.debian.tar.xz
 4aa7899519f7dedb93adeff6a8e9454469e78282d523add5de5968155894605c 5308 
python-virtualenv_20.0.29+ds-1_source.buildinfo
Files:
 d1c1737a3bcdcfc0597cbb143d5869ef 1962 python optional 
python-virtualenv_20.0.29+ds-1.dsc
 562ff37547b5677ddfc31f3cb079705f 3354616 python optional 
python-virtualenv_20.0.29+ds.orig.tar.xz
 9980ec217f20021cc311bb18c5aee66a 13360 python optional 
python-virtualenv_20.0.29+ds-1.debian.tar.xz
 959f0a92d40ecd704777b1843958619a 5308 python optional 
python-virtualenv_20.0.29+ds-1_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCXyh+ixQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2CtgAQCzu8XzWkadL+OvnbVFgnJ1ED3RPg9i
DiCwTaPb7dBL4AEA6sZFj4EmkQx9LlTBb9FTFDtUZyswgzkPrhghPsYPWwM=
=mycR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to