Your message dated Fri, 15 Sep 2023 05:37:02 +0000
with message-id <[email protected]>
and subject line Bug#1049253: fixed in pmix 5.0.1-2
has caused the Debian Bug report #1049253,
regarding pmix: Fails to build source after successful build
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 [email protected]
immediately.)
--
1049253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049253
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pmix
Version: 5.0.0~rc1-2
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> -------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package pmix
> dpkg-buildpackage: info: source version 5.0.0~rc1-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Alastair McKinstry
> <[email protected]>
> dpkg-source --before-build .
> fakeroot debian/rules clean
> dh clean
> rm -f debian/libpmix-bin.debhelper.log debian/libpmix-dev.debhelper.log
> debian/libpmix2.debhelper.log debian/python3-pmix.debhelper.log
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> rm -f debian/pmix-mca-params.conf
> rm -rf debian/static-build debian/shared-build
> rm -f .gitmodules
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_clean
> rm -f debian/debhelper-build-stamp
> rm -rf debian/.debhelper/
> rm -f -- debian/libpmix-dev.substvars debian/libpmix2.substvars
> debian/libpmix-bin.substvars debian/python3-pmix.substvars
> debian/python3-pmix.postinst.debhelper debian/python3-pmix.prerm.debhelper
> debian/files
> rm -fr -- debian/libpmix-dev/ debian/tmp/ debian/libpmix2/
> debian/libpmix-bin/ debian/python3-pmix/
> 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 pmix using existing ./pmix_5.0.0~rc1.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: executable mode 0755 of 'config/ar-lib' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/compile' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/config.guess' will not
> be represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/config.sub' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/depcomp' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/install-sh' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/ltmain.sh' will not be
> represented in diff
> dpkg-source: warning: file pmix-5.0.0~rc1/config/mca_library_paths.txt has no
> final newline (either original or modified version)
> dpkg-source: warning: executable mode 0755 of 'config/missing' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/test-driver' will not
> be represented in diff
> dpkg-source: warning: executable mode 0755 of 'config/ylwrap' will not be
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'configure' will not be
> represented in diff
> dpkg-source: info: local changes detected, the modified files are:
> pmix-5.0.0~rc1/Makefile.in
> pmix-5.0.0~rc1/aclocal.m4
> pmix-5.0.0~rc1/bindings/Makefile.in
> pmix-5.0.0~rc1/bindings/python/Makefile.in
> pmix-5.0.0~rc1/config/Makefile.in
> pmix-5.0.0~rc1/config/ar-lib
> pmix-5.0.0~rc1/config/autogen_found_items.m4
> pmix-5.0.0~rc1/config/compile
> pmix-5.0.0~rc1/config/config.guess
> pmix-5.0.0~rc1/config/config.sub
> pmix-5.0.0~rc1/config/depcomp
> pmix-5.0.0~rc1/config/install-sh
> pmix-5.0.0~rc1/config/libtool.m4
> pmix-5.0.0~rc1/config/ltmain.sh
> pmix-5.0.0~rc1/config/ltoptions.m4
> pmix-5.0.0~rc1/config/ltsugar.m4
> pmix-5.0.0~rc1/config/ltversion.m4
> pmix-5.0.0~rc1/config/lt~obsolete.m4
> pmix-5.0.0~rc1/config/mca_library_paths.txt
> pmix-5.0.0~rc1/config/missing
> pmix-5.0.0~rc1/config/test-driver
> pmix-5.0.0~rc1/config/ylwrap
> pmix-5.0.0~rc1/configure
> pmix-5.0.0~rc1/contrib/Makefile.in
> pmix-5.0.0~rc1/docs/Makefile.in
> pmix-5.0.0~rc1/etc/Makefile.in
> pmix-5.0.0~rc1/examples/Makefile.in
> pmix-5.0.0~rc1/include/Makefile.in
> pmix-5.0.0~rc1/include/pmix_version.h
> pmix-5.0.0~rc1/src/Makefile.in
> pmix-5.0.0~rc1/src/class/Makefile.in
> pmix-5.0.0~rc1/src/include/Makefile.in
> pmix-5.0.0~rc1/src/include/pmix_config.h.in
> pmix-5.0.0~rc1/src/include/pmix_frameworks.h
> pmix-5.0.0~rc1/src/mca/base/Makefile.in
> pmix-5.0.0~rc1/src/mca/bfrops/Makefile.in
> pmix-5.0.0~rc1/src/mca/bfrops/v12/Makefile.in
> pmix-5.0.0~rc1/src/mca/bfrops/v20/Makefile.in
> pmix-5.0.0~rc1/src/mca/bfrops/v21/Makefile.in
> pmix-5.0.0~rc1/src/mca/bfrops/v3/Makefile.in
> pmix-5.0.0~rc1/src/mca/bfrops/v4/Makefile.in
> pmix-5.0.0~rc1/src/mca/bfrops/v41/Makefile.in
> pmix-5.0.0~rc1/src/mca/gds/Makefile.in
> pmix-5.0.0~rc1/src/mca/gds/hash/Makefile.in
> pmix-5.0.0~rc1/src/mca/gds/shmem/Makefile.in
> pmix-5.0.0~rc1/src/mca/pcompress/Makefile.in
> pmix-5.0.0~rc1/src/mca/pcompress/zlib/Makefile.in
> pmix-5.0.0~rc1/src/mca/pdl/Makefile.in
> pmix-5.0.0~rc1/src/mca/pdl/pdlopen/Makefile.in
> pmix-5.0.0~rc1/src/mca/pdl/plibltdl/Makefile.in
> pmix-5.0.0~rc1/src/mca/pfexec/Makefile.in
> pmix-5.0.0~rc1/src/mca/pfexec/linux/Makefile.in
> pmix-5.0.0~rc1/src/mca/pgpu/Makefile.in
> pmix-5.0.0~rc1/src/mca/pgpu/amd/Makefile.in
> pmix-5.0.0~rc1/src/mca/pgpu/intel/Makefile.in
> pmix-5.0.0~rc1/src/mca/pgpu/nvd/Makefile.in
> pmix-5.0.0~rc1/src/mca/pif/Makefile.in
> pmix-5.0.0~rc1/src/mca/pif/bsdx_ipv4/Makefile.in
> pmix-5.0.0~rc1/src/mca/pif/bsdx_ipv6/Makefile.in
> pmix-5.0.0~rc1/src/mca/pif/linux_ipv6/Makefile.in
> pmix-5.0.0~rc1/src/mca/pif/posix_ipv4/Makefile.in
> pmix-5.0.0~rc1/src/mca/pif/solaris_ipv6/Makefile.in
> pmix-5.0.0~rc1/src/mca/pinstalldirs/Makefile.in
> pmix-5.0.0~rc1/src/mca/pinstalldirs/config/Makefile.in
> pmix-5.0.0~rc1/src/mca/pinstalldirs/env/Makefile.in
> pmix-5.0.0~rc1/src/mca/plog/Makefile.in
> pmix-5.0.0~rc1/src/mca/plog/default/Makefile.in
> pmix-5.0.0~rc1/src/mca/plog/stdfd/Makefile.in
> pmix-5.0.0~rc1/src/mca/plog/syslog/Makefile.in
> pmix-5.0.0~rc1/src/mca/pmdl/Makefile.in
> pmix-5.0.0~rc1/src/mca/pmdl/mpich/Makefile.in
> pmix-5.0.0~rc1/src/mca/pmdl/ompi/Makefile.in
> pmix-5.0.0~rc1/src/mca/pmdl/oshmem/Makefile.in
> pmix-5.0.0~rc1/src/mca/pnet/Makefile.in
> pmix-5.0.0~rc1/src/mca/pnet/nvd/Makefile.in
> pmix-5.0.0~rc1/src/mca/pnet/opa/Makefile.in
> pmix-5.0.0~rc1/src/mca/pnet/simptest/Makefile.in
> pmix-5.0.0~rc1/src/mca/pnet/sshot/Makefile.in
> pmix-5.0.0~rc1/src/mca/pnet/tcp/Makefile.in
> pmix-5.0.0~rc1/src/mca/pnet/usnic/Makefile.in
> pmix-5.0.0~rc1/src/mca/preg/Makefile.in
> pmix-5.0.0~rc1/src/mca/preg/compress/Makefile.in
> pmix-5.0.0~rc1/src/mca/preg/native/Makefile.in
> pmix-5.0.0~rc1/src/mca/preg/raw/Makefile.in
> pmix-5.0.0~rc1/src/mca/prm/Makefile.in
> pmix-5.0.0~rc1/src/mca/prm/default/Makefile.in
> pmix-5.0.0~rc1/src/mca/prm/hpesmf/Makefile.in
> pmix-5.0.0~rc1/src/mca/prm/slurm/Makefile.in
> pmix-5.0.0~rc1/src/mca/prm/tm/Makefile.in
> pmix-5.0.0~rc1/src/mca/psec/Makefile.in
> pmix-5.0.0~rc1/src/mca/psec/dummy_handshake/Makefile.in
> pmix-5.0.0~rc1/src/mca/psec/munge/Makefile.in
> pmix-5.0.0~rc1/src/mca/psec/native/Makefile.in
> pmix-5.0.0~rc1/src/mca/psec/none/Makefile.in
> pmix-5.0.0~rc1/src/mca/psensor/Makefile.in
> pmix-5.0.0~rc1/src/mca/psensor/file/Makefile.in
> pmix-5.0.0~rc1/src/mca/psensor/heartbeat/Makefile.in
> pmix-5.0.0~rc1/src/mca/psquash/Makefile.in
> pmix-5.0.0~rc1/src/mca/psquash/flex128/Makefile.in
> pmix-5.0.0~rc1/src/mca/psquash/native/Makefile.in
> pmix-5.0.0~rc1/src/mca/pstat/Makefile.in
> pmix-5.0.0~rc1/src/mca/pstat/linux/Makefile.in
> pmix-5.0.0~rc1/src/mca/pstat/test/Makefile.in
> pmix-5.0.0~rc1/src/mca/pstrg/Makefile.in
> pmix-5.0.0~rc1/src/mca/pstrg/lustre/Makefile.in
> pmix-5.0.0~rc1/src/mca/pstrg/vfs/Makefile.in
> pmix-5.0.0~rc1/src/mca/ptl/Makefile.in
> pmix-5.0.0~rc1/src/mca/ptl/client/Makefile.in
> pmix-5.0.0~rc1/src/mca/ptl/server/Makefile.in
> pmix-5.0.0~rc1/src/mca/ptl/tool/Makefile.in
> pmix-5.0.0~rc1/src/tools/palloc/Makefile.in
> pmix-5.0.0~rc1/src/tools/pattrs/Makefile.in
> pmix-5.0.0~rc1/src/tools/pevent/Makefile.in
> pmix-5.0.0~rc1/src/tools/plookup/Makefile.in
> pmix-5.0.0~rc1/src/tools/pmix_info/Makefile.in
> pmix-5.0.0~rc1/src/tools/pps/Makefile.in
> pmix-5.0.0~rc1/src/tools/pquery/Makefile.in
> pmix-5.0.0~rc1/src/tools/wrapper/Makefile.in
> pmix-5.0.0~rc1/src/util/Makefile.in
> pmix-5.0.0~rc1/src/util/keyval/Makefile.in
> pmix-5.0.0~rc1/test/Makefile.in
> pmix-5.0.0~rc1/test/python/Makefile.in
> pmix-5.0.0~rc1/test/simple/Makefile.in
> pmix-5.0.0~rc1/test/sshot/Makefile.in
> pmix-5.0.0~rc1/test/test_v2/Makefile.in
> pmix-5.0.0~rc1/test/util/Makefile.in
> dpkg-source: error: aborting due to unexpected upstream changes, see
> /tmp/pmix_5.0.0~rc1-2.diff.HOmv2i
> dpkg-source: info: Hint: make sure the version in debian/changelog matches
> the unpacked source tree
> dpkg-source: info: you can integrate the local changes with dpkg-source
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/pmix_5.0.0~rc1-2_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: pmix
Source-Version: 5.0.1-2
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pmix, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alastair McKinstry <[email protected]> (supplier of updated pmix 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 14 Sep 2023 16:32:00 +0100
Source: pmix
Architecture: source
Version: 5.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1049253 1051870
Changes:
pmix (5.0.1-2) unstable; urgency=medium
.
* Broken symlink: soname is 2.13.1 now. Closes: #1051870
* Enable build-twice (delete autogenerated files).
Closes: #1049253
Checksums-Sha1:
3ce1727e5eb63fb24a268ac999262ea318ac83e6 2375 pmix_5.0.1-2.dsc
a49ea749311cd2c19eb5a8d68ae6196f2b7b0748 11712 pmix_5.0.1-2.debian.tar.xz
Checksums-Sha256:
2bb94de65778dfb35a2639aac661df01f84773573c1fb6a0dfc8d11b3a875739 2375
pmix_5.0.1-2.dsc
716f9656b392ce0e5b2dd274d4d77a52a311e52ccf01e86dbe49b55542d18995 11712
pmix_5.0.1-2.debian.tar.xz
Files:
54e9b627d882e60d5cb086137fe7adf9 2375 net optional pmix_5.0.1-2.dsc
357a97dea08cb7fe7ea3d7cf0169ec7c 11712 net optional pmix_5.0.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmUD6cgACgkQy+a7Tl2a
06XClg//Wi9Dxp2gc32sDr7ikekFMdqbArl1FaG+tHfIGRlSCp4tnyJW3DshwNaZ
T7EN01ZLq+gpjETHpQV6yh+jlbwmMAjPry3f2kvSiG5oFH3e3S4adVerxskcGRa8
nHZ107BhZPvluKiUjdw+zfqo/B3htfI/65KIGVZvU5nTwbQnQq8DvWP3Awl1kS1w
HHzcHWqioYn/DV+QywrzfVq5C4zxnulOSmxAzGx7NnsVUXq5z2viqiAJiPOmeiJE
KsgXESq8BCbHC01V1VD1mu6Sx7rKAhbcor54Bpq7BlQygZwNot3P6zJhe1TlBv52
qKvD689gubyfJLrfdxz3aNZ6ehLXMXzipGWNMywJ/jP8q0mgYEVSqIakrin+rnzJ
Jnq+//m7Tjt57BbE3vK0Thtq2nD3tTbxS/kdcVDwsqsllLy02c/mgoVrvP3TE7wq
xX79oZhWEyy2Ks8s22Lfmldbxs7oG0UNHan073HhoJcKvMTS/g19Rs+5VaK0eczh
1H53p9fXiooGbJCJ8/+xc7NCmctGm6TMq4D6tDRb7VgRnfz7NxOIvCLfHfE1uxFo
WkHb7YhQbr9vQbQo6dZe4n66Qd8Egj/YKtkS8RlrU2mLzzDjXs1kZ3o1N4XHZKSE
dAAYx6PvT75xUHYm2hGyaMc4LH/bjl7iSVEQB3r+zmcOnEHriIE=
=iz8l
-----END PGP SIGNATURE-----
--- End Message ---