Your message dated Mon, 13 Nov 2023 21:04:08 +0000
with message-id <[email protected]>
and subject line Bug#1045491: fixed in ufl 1:2022.3.0-1
has caused the Debian Bug report #1045491,
regarding ufl: 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.)


-- 
1045491: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045491
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ufl
Version: 1:2022.2.0+legacy20230618.20a231f-1
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 ufl
> dpkg-buildpackage: info: source version 1:2022.2.0+legacy20230618.20a231f-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Drew Parsons <[email protected]>
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean --with python3,sphinxdoc --buildsystem=pybuild
>    dh_auto_clean -O--buildsystem=pybuild
>    debian/rules execute_after_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> /usr/bin/make -C doc/sphinx clean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/doc/sphinx'
> rm -rf build/*
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc/sphinx'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--buildsystem=pybuild
>    debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_clean
> rm -rf *.egg-info
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building ufl using existing 
> ./ufl_2022.2.0+legacy20230618.20a231f.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
>  
> ufl-2022.2.0+legacy20230618.20a231f/doc/sphinx/source/api-doc/ufl_legacy.algorithms.rst
>  
> ufl-2022.2.0+legacy20230618.20a231f/doc/sphinx/source/api-doc/ufl_legacy.core.rst
>  
> ufl-2022.2.0+legacy20230618.20a231f/doc/sphinx/source/api-doc/ufl_legacy.corealg.rst
>  
> ufl-2022.2.0+legacy20230618.20a231f/doc/sphinx/source/api-doc/ufl_legacy.finiteelement.rst
>  
> ufl-2022.2.0+legacy20230618.20a231f/doc/sphinx/source/api-doc/ufl_legacy.formatting.rst
>  ufl-2022.2.0+legacy20230618.20a231f/doc/sphinx/source/api-doc/ufl_legacy.rst
>  
> ufl-2022.2.0+legacy20230618.20a231f/doc/sphinx/source/api-doc/ufl_legacy.utils.rst
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/ufl_2022.2.0+legacy20230618.20a231f-1.diff.zHIQzM
> 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/ufl_2022.2.0+legacy20230618.20a231f-1_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: ufl
Source-Version: 1:2022.3.0-1
Done: Drew Parsons <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ufl, 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.
Drew Parsons <[email protected]> (supplier of updated ufl 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: Mon, 13 Nov 2023 21:32:30 +0100
Source: ufl
Architecture: source
Version: 1:2022.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 1045491
Changes:
 ufl (1:2022.3.0-1) unstable; urgency=medium
 .
   * New upstream release. Final legacy release.
   * update upstream source URL to https://github.com/FEniCS/ufl-legacy
   * upstream README.rst changed to README.md
   * dh_clean removes generated api-doc folder. Closes: #1045491.
Checksums-Sha1:
 ea23beb0b21db83fc95cb714dbaff04aaf73c006 2272 ufl_2022.3.0-1.dsc
 20274a6c70535942ea36406d9ca8bdbab000d989 313788 ufl_2022.3.0.orig.tar.gz
 53391e962393b1a990d147161e89dfe6fe5d11de 8152 ufl_2022.3.0-1.debian.tar.xz
Checksums-Sha256:
 1bb1e42bb0ff137c24a1b45d8d5659aa4966fe7f85250ff53c2db534b337f54b 2272 
ufl_2022.3.0-1.dsc
 2d0f4c88fe151d631e1d389faf61f58bbbe649fd08106e756fd5d6c53213660a 313788 
ufl_2022.3.0.orig.tar.gz
 d1ccae73e269f298400e09e8d0e193387a7a721062e40ee46abd693840349391 8152 
ufl_2022.3.0-1.debian.tar.xz
Files:
 c5d60a9e39f520447ebb201177777131 2272 python optional ufl_2022.3.0-1.dsc
 983bcc216e8898db6f9e8245f23fa0ae 313788 python optional 
ufl_2022.3.0.orig.tar.gz
 2318910550dc2ff709de5205f776907e 8152 python optional 
ufl_2022.3.0-1.debian.tar.xz

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

iQIzBAEBCAAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmVSie0ACgkQVz7x5L1a
AfqFcA/+NHluga0ouYDRbXvdLvMIaKah8oJr8HkDMY+k+1hfydKLm4seHs2jgpge
1IPu4vy0OGRAcnM4D+iRrXHvgYrLTFSWRA0QE62vr1BeCpTb52kQ3OyLu2whLeY4
cm2LtPCBonBs7NwIsNixay3fw76SJJI8XVGi6KvnUhEkQWkSL2bXUX18gudxcakI
dJS407TcNgbcAEfxSV23zDFjCDtPDOrUFVzerjE9GR0/HlR5SXSIDUoSMxw5zEnI
GQUJUlvMwz2exzhIcbMpa69Kuyj2SGMRrpPYTOpia8+G0pdfE+H8dWsby32WwL5g
0uDE6K6sX0Jzv92DZOKP2WqJ+u6nTEwMBM49UU2kugBMkGIVppzZYTtwqeBkkyIb
d4M/8JQ9OHHN0AlSoYpXfYGxSnmGnawYTjSc8FK0MqzzIjnLHJtt30S9/hcIA/TQ
KM/nSMlNVuJcGnEw2v1rMWtOcJgcp2JrpXk9/NFE1esrQ2Pr4V2AlOMGepEke1RO
KGI5g0ybu3BYsTQVNrfIRwB5fEGf+CljJehJ8eBHUZd8ontrrDohXFQ3i15t79Ez
aGxAjmleQEjAWaL6/F1ZZ1J+VO/yQSPLeF1gXOW7NplPQ2d6k2c+16fZku5n2V53
SZRS5PpiIKguS3EkiU4yQRG1P+Otv4RKfngEQ7CrfD5F/g/0h5s=
=eBc5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to