Your message dated Thu, 10 Oct 2024 16:07:29 +0000
with message-id <[email protected]>
and subject line Bug#1045894: fixed in wcslib 8.3+ds-2
has caused the Debian Bug report #1045894,
regarding wcslib: 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.)


-- 
1045894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045894
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wcslib
Version: 8.1+ds-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 wcslib
> dpkg-buildpackage: info: source version 8.1+ds-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Ole Streicher <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh  clean --no-parallel
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> [ ! -e makedefs ] || dh_auto_clean
>       make -j1 distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> for DIR in C Fortran pgsbox utils doxygen ; do \
>      make -C $DIR distclean ; \
>    done
> make[3]: Entering directory '/<<PKGBUILDDIR>>/C'
> rm -f *.o lib.lock *.i a.out t*.out core *.dSYM
> rm -f -r 
> rm -f .gdb_history
> rm -f tlin tdis1 tdis2 tlog tprj1 tsph tsphdpa tspx ttab1 twcs twcssub tpih1 
> tbth1 tfitshdr tunits twcsfix twcscompare tdisiter tspcaips tspcspxe tspctrne 
> twcs_locale tpthreads tsphdpa twcshdr
> rm -f tspc tprj2 tcel1 tcel2 ttab2 ttab3 twcsmix tdis3 tpih2 twcshdr twcslint 
> twcstab
> rm -f bth.fits fitshdr.fits pih.fits wcslint.fits wcspcx.fits
> rm -f wcstab.fits SIP.fits SIPTPV.fits TPV3.fits TPV5.fits
> rm -f TPV7.fits DSS.fits TNX.fits ZPX.fits
> rm -f t*_cfitsio test_results
> rm -f ../wcsconfig.h ../wcsconfig_tests.h
> rm -f fitshdr.c wcsbth.c wcspih.c wcsulex.c wcsutrn.c
> rm -f libwcs-PIC.a libwcs-*.a libwcs.so.* libwcs.*.dylib
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/C'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/Fortran'
> rm -f *.o ../C/lib.lock *.i a.out t*.out core fort.* *.dSYM
> rm -f -r 
> rm -f .gdb_history
> rm -f tlin tdis1 tdis2 tlog tprj1 tsph tspx ttab1 twcs twcssub tpih1 tfitshdr 
> tunits twcsfix
> rm -f tspc tprj2 tcel1 ttab2 ttab3 twcsmix tpih2 twcstab
> rm -f fitshdr.fits pih.fits TPV7.fits test_results
> rm -f ../C/libwcs-8.1.a ../C/libwcs-PIC.a ../C/libwcs.so.8.1
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/Fortran'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/pgsbox'
> rm -f *.o lib.lock *.i a.out core *.dSYM
> rm -f -r 
> rm -f pgtest cpgtest
> rm -f libpgsbox-PIC.a libpgsbox-*.a libpgsbox.so.* libpgsbox.*.dylib
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/pgsbox'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/utils'
> rm -f -r *.o *.i a.out core *.dSYM 
> rm -f tofits fitshdr sundazel HPXcvt wcsware wcsgrid
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/utils'
> make[3]: Entering directory '/<<PKGBUILDDIR>>/doxygen'
> rm -f core
> rm -f *.log
> rm -f doxextr doxextr.c wcslib.h
> rm -f cel.dox dis.dox fitshdr.dox getwcstab.dox lin.dox log.dox prj.dox 
> spc.dox sph.dox spx.dox tab.dox wcs.dox wcserr.dox wcsfix.dox wcshdr.dox 
> wcslib.dox wcsmath.dox wcsprintf.dox wcstrig.dox wcsunits.dox wcsutil.dox 
> wtbarr.dox
> rm -f wcslib.tag
> rm -f -r ./latex
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/doxygen'
> rm -f *.log
> rm -f -r autom4te.cache autoscan.log
> rm -f -r api-sanity-check
> rm -f configure~ confdefs.h conftest.*
> rm -f config.log config.status configure.lineno
> rm -f makedefs wcslib.pc
> rm -f wcsconfig.h wcsconfig_*.h
> rm -f wcslib-*.tar.gz
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean -O--no-parallel
>    dh_clean -O--no-parallel
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building wcslib using existing ./wcslib_8.1+ds.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to C/libwcs.so:
> dpkg-source: error:   new version is symlink to libwcs.so.8
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to pgsbox/libpgsbox.so:
> dpkg-source: error:   new version is symlink to libpgsbox.so.8
> dpkg-source: error:   old version is nonexistent
> dpkg-source: warning: ignoring deletion of file config/install-sh, use 
> --include-removal to override
> dpkg-source: error: cannot represent change to html/Bonne.gif: binary file 
> contents changed
> dpkg-source: error: add html/Bonne.gif in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/bc_s.png: binary file 
> contents changed
> dpkg-source: error: add html/bc_s.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/bdwn.png: binary file 
> contents changed
> dpkg-source: error: add html/bdwn.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/closed.png: binary file 
> contents changed
> dpkg-source: error: add html/closed.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/doc.png: binary file 
> contents changed
> dpkg-source: error: add html/doc.png in debian/source/include-binaries if you 
> want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/folderclosed.png: binary 
> file contents changed
> dpkg-source: error: add html/folderclosed.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to html/folderopen.png: binary 
> file contents changed
> dpkg-source: error: add html/folderopen.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file wcslib-8.1+ds/html/jquery.js has no final newline 
> (either original or modified version)
> dpkg-source: error: cannot represent change to html/nav_f.png: binary file 
> contents changed
> dpkg-source: error: add html/nav_f.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/nav_g.png: binary file 
> contents changed
> dpkg-source: error: add html/nav_g.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/nav_h.png: binary file 
> contents changed
> dpkg-source: error: add html/nav_h.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/open.png: binary file 
> contents changed
> dpkg-source: error: add html/open.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/splitbar.png: binary file 
> contents changed
> dpkg-source: error: add html/splitbar.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/sync_off.png: binary file 
> contents changed
> dpkg-source: error: add html/sync_off.png in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/sync_on.png: binary file 
> contents changed
> dpkg-source: error: add html/sync_on.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/tab_a.png: binary file 
> contents changed
> dpkg-source: error: add html/tab_a.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/tab_b.png: binary file 
> contents changed
> dpkg-source: error: add html/tab_b.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/tab_h.png: binary file 
> contents changed
> dpkg-source: error: add html/tab_h.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to html/tab_s.png: binary file 
> contents changed
> dpkg-source: error: add html/tab_s.png in debian/source/include-binaries if 
> you want to store the modified binary in the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
> 
> 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/wcslib_8.1+ds-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: wcslib
Source-Version: 8.3+ds-2
Done: Phil Wyett <[email protected]>

We believe that the bug you reported is fixed in the latest version of
wcslib, 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.
Phil Wyett <[email protected]> (supplier of updated wcslib 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: SHA512

Format: 1.8
Date: Wed, 09 Oct 2024 17:36:29 +0100
Source: wcslib
Architecture: source
Version: 8.3+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<[email protected]>
Changed-By: Phil Wyett <[email protected]>
Closes: 1045894
Changes:
 wcslib (8.3+ds-2) unstable; urgency=medium
 .
   * 'd/clean': Add missing elements. (Closes: #1045894)
   * 'd/control': Add myself to 'Uploaders'.
   * 'd/rules': Add hardening 'all'.
Checksums-Sha1:
 186562fde6670248d3cab173ef225d5e7bf0faa9 2323 wcslib_8.3+ds-2.dsc
 a5ae880d29e7c4c6331a1ba0f64f53554e543822 13172 wcslib_8.3+ds-2.debian.tar.xz
Checksums-Sha256:
 c7c4946a57023731714bfaa21654d04c2989751bc44fb05c465651f4806e7876 2323 
wcslib_8.3+ds-2.dsc
 1ce02691398ccc9df0785db6fbc36a69ab83c7aaf2b082dc5218da55bc2c25b9 13172 
wcslib_8.3+ds-2.debian.tar.xz
Files:
 6e9e8a24937a149ca0a9799ff425d1ca 2323 science optional wcslib_8.3+ds-2.dsc
 f725304ac01334a99df028069ccc765f 13172 science optional 
wcslib_8.3+ds-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmcH8AgACgkQcRWv0HcQ
3Pf3uhAA1PpnT0FIskTIu/7N7DVsPcqVQyOsupOUnxenMlRs1knOInmmsc/dn4sg
CI+gVHYtBH+9mVxwUkcpFUiFO+jGg8tGqHxmWDaE0cVNwxWyUWbZyleuuYYWdgHY
tjl9IzhGJBJmJivzbpqW49Z15yMVEQdxaqXQXIMv7hstEuUED8jhYAiGZ6TaOdNa
+uR4BJT776fNQztM/02Vny/Ul0OF4/JX6ZmG7lA3WDLXRPtqrqEjlFnvou4Af5gl
wiN2lZ2WgV6d50n7GfQEl7IWx4S1Xio87WCdGKCSkXUQhbG6DUL21P5Y2RpV9oFF
Hb0uQHBvAhsyrZpYmJ9AWUVxoKFrUmOA+o+OhdZwL55cTGK0bdkCAG9doGe5o+eX
7pD7uQwKx4ZB+cIxSNcbVErcaW0bP54aVH/l5h62jMdYPrAa89k408NqowHD0cwf
OV7wEO9RCkqqdFnBuc3EuVROXS9cufgRyD6U6gtLdPVwy2O1mWp2vqK5bm6etQ7V
mUF0tcdX+jNo/gFd6IcI3h8U9P/itfzb8wuf2scSU3wm0PCpxw3NB4Y+GKLhmEp3
Uh96oNxyWCT+7qG6Dw8X9X1OM7uBWRFxb1rGie/jyRYxuEkvVBnbydECUmlDVQsh
PBrcVsaQVdw6cz+6kUAz5Wc6HwXs7lfidVX/aQbrDpO6nVQ0wbY=
=BrSS
-----END PGP SIGNATURE-----

Attachment: pgpwPYt7YBSbF.pgp
Description: PGP signature


--- End Message ---

Reply via email to