[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1043929: marked as done (clp: Fails to build source after successful build)



Your message dated Sun, 21 Jan 2024 21:19:01 +0000
with message-id <E1rRfDZ-002rA6-AN@fasolo.debian.org>
and subject line Bug#1043929: fixed in clp 1.17.9+ds-1
has caused the Debian Bug report #1043929,
regarding clp: 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 owner@bugs.debian.org
immediately.)


-- 
1043929: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043929
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: clp
Version: 1.17.6-3
Severity: minor
Tags: trixie sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian-qa@lists.debian.org
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 clp
> dpkg-buildpackage: info: source version 1.17.6-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Jelmer Vernooij <jelmer@debian.org>
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean
>    dh_auto_clean
> 	make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in Clp
> make[2]: Entering directory '/<<PKGBUILDDIR>>/Clp'
> Making distclean in test
> make[3]: Entering directory '/<<PKGBUILDDIR>>/Clp/test'
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f libtool
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test -z "yy.mps xx.mps" || rm -f yy.mps xx.mps
>  rm -f osiUnitTest osiUnitTest
> rm -rf ./.deps
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/Clp/test'
> Making distclean in src/OsiClp
> make[3]: Entering directory '/<<PKGBUILDDIR>>/Clp/src/OsiClp'
> test -z "libOsiClp.la" || rm -f libOsiClp.la
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f libtool
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f "./so_locations"
> rm -rf ./.deps
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/Clp/src/OsiClp'
> Making distclean in src
> make[3]: Entering directory '/<<PKGBUILDDIR>>/Clp/src'
> test -z "libClp.la libClpSolver.la" || rm -f libClp.la libClpSolver.la
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f config.h stamp-h1 config_clp.h stamp-h2
>  rm -f clp clp
> rm -f libtool
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f "./so_locations"
> rm -f "./so_locations"
> rm -rf ./.deps
> rm -f Makefile
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/Clp/src'
> Making distclean in .
> make[3]: Entering directory '/<<PKGBUILDDIR>>/Clp'
> test -z "" || rm -f 
> rm -rf .libs _libs
> ( cd doxydoc ; rm -rf html *.log *.tag )
> rm -f *.lo
> test -z "examples/Makefile clp.pc clp-uninstalled.pc osi-clp.pc osi-clp-uninstalled.pc doxydoc/doxygen.conf" || rm -f examples/Makefile clp.pc clp-uninstalled.pc osi-clp.pc osi-clp-uninstalled.pc doxydoc/doxygen.conf
> rm -f libtool
> if test -r test/Makefile; then cd test; make distclean; fi
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> if test -r test/Makefile; then cd test; make clean; fi
> test -z " " || rm -f  
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/Clp'
> rm -f config.status config.cache config.log configure.lineno configure.status.lineno
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/Clp'
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf .libs _libs
> ( cd doxydoc ; rm -rf html *.log *.tag )
> rm -f *.lo
> test -z "doxydoc/doxygen.conf" || rm -f doxydoc/doxygen.conf
> rm -f libtool config.lt
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f cscope.out cscope.in.out cscope.po.out cscope.files
> test -z "coin_subdirs.txt  " || rm -f coin_subdirs.txt  
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> rm -f config.status config.cache config.log configure.lineno config.status.lineno
> rm -f Makefile
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_autoreconf_clean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building clp using existing ./clp_1.17.6.orig.tar.gz
> dpkg-source: warning: ignoring deletion of file install-sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file Makefile.in, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file ltmain.sh, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file configure, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file depcomp, use --include-removal to override
> dpkg-source: warning: ignoring deletion of file missing, use --include-removal to override
> dpkg-source: error: cannot represent change to Clp/test/continuous.mps.gz: binary file contents changed
> dpkg-source: error: add Clp/test/continuous.mps.gz in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to Clp/test/integer.mps.gz: binary file contents changed
> dpkg-source: error: add Clp/test/integer.mps.gz in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to Clp/test/test.mps.gz: binary file contents changed
> dpkg-source: error: add Clp/test/test.mps.gz in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to Clp/test/test.out.gz: binary file contents changed
> dpkg-source: error: add Clp/test/test.out.gz in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to Clp/test/test2.out.gz: binary file contents changed
> dpkg-source: error: add Clp/test/test2.out.gz in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to Clp/test/x1.mps.mps.gz: binary file contents changed
> dpkg-source: error: add Clp/test/x1.mps.mps.gz in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to Clp/test/x2.mps.mps.gz: binary file contents changed
> dpkg-source: error: add Clp/test/x2.mps.mps.gz in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to Clp/test/x3.mps.mps.gz: binary file contents changed
> dpkg-source: error: add Clp/test/x3.mps.mps.gz 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/clp_1.17.6-3_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: clp
Source-Version: 1.17.9+ds-1
Done: Pierre Gruet <pgt@debian.org>

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

Debian distribution maintenance software
pp.
Pierre Gruet <pgt@debian.org> (supplier of updated clp 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 21 Jan 2024 21:42:16 +0100
Source: clp
Architecture: source
Version: 1.17.9+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Pierre Gruet <pgt@debian.org>
Closes: 934083 1014561 1033211 1043929
Changes:
 clp (1.17.9+ds-1) unstable; urgency=medium
 .
   * New upstream version 1.17.9+ds
   * Raising Standards version to 4.6.2
     - Rules-Requires-Root: no
   * Adopting the package (Closes: #934083)
   * Refreshing d/copyright
   * Depending on debhelper-compat 13
   * Removing unneeded versioned (build-)dependencies
   * Updating the list of files to exclude when repacking
   * Rewriting d/rules without autoreconf (Closes: #1033211)
     - Also listing files that should not be installed in d/not-installed
   * Removing embedded build path from Makefile and generated HTML files
     (Closes: #1014561)
   * Overriding the clean target so that package can be built twice in a row
     (Closes: #1043929)
   * Building with NDEBUG to disable asserts
   * Adding a Lintian override for shared libs' package name
   * Fixing a minor spelling mistake in the code
Checksums-Sha1:
 8b889e5db323deaec56f725ac031aca26a9c4011 2286 clp_1.17.9+ds-1.dsc
 bf497200754c7aeecab19c43bf92e95311276532 1349972 clp_1.17.9+ds.orig.tar.xz
 ae7e0567c91a359ff876223b9b6f5393fdced4ae 14940 clp_1.17.9+ds-1.debian.tar.xz
 2730d9f0f9feecee91b0ec99b98bdf8645c027e4 10156 clp_1.17.9+ds-1_amd64.buildinfo
Checksums-Sha256:
 0c7aca5bdf91739e3585f72645855e3bda17b4a8c77d09ad3b982547bbf11174 2286 clp_1.17.9+ds-1.dsc
 7f48047691debcf0a134e54b3a443e53d33571f99ecc4680ed6ef5784c3fb7bf 1349972 clp_1.17.9+ds.orig.tar.xz
 4783abe4b93904ad556cee73a4161fd44ca9f048932f554264d872c933d53f3f 14940 clp_1.17.9+ds-1.debian.tar.xz
 0446d4e52c437ea4430b5ac661ebe58e04001f2c4073911fbc9e478a73645d05 10156 clp_1.17.9+ds-1_amd64.buildinfo
Files:
 eb2aec6c0d99806bf76847a6adbb627a 2286 science optional clp_1.17.9+ds-1.dsc
 552740d3917826a24848de4ae370d8e9 1349972 science optional clp_1.17.9+ds.orig.tar.xz
 bdf420b8cc626f80aa4b7535015837ea 14940 science optional clp_1.17.9+ds-1.debian.tar.xz
 54812c9f69219c8fe13f9c13d0c36ed0 10156 science optional clp_1.17.9+ds-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEM8soQxPpC9J9y0UjYAMWptwndHYFAmWthSgACgkQYAMWptwn
dHYwZxAAs+xM0qHMrZ4E3+wHiVhotkA/UyyVhT7CQLIUfVJhP6thmb6GwK3641vH
eDnTj2CFG1SrI/UEdOf8AU5xfPrSNYuwdV5apdbtG2wenTm+bK12UC8Sn2Qvba7e
xKyCcKZmpoDClFr6/QaZIkF8zHNG7bCkYW7mUZgpc8Po7gZcyJjb1rrmibUEqSNY
iFBmuRfy3iU2DPPy1MU5l1Cj3geVNyhCyvyYb3iCH7fbG10vcJqclpKBfkN6BJgV
Ig9oTu4BXK5oP8VJ1Mehp3cJJ2Gskb4NrotipSDm6uD6QLsCna4WnGcegPzdh5TX
Awn3fr9kvr3xzz6pBu+M7dQNUigKSchmQpBL4sniSrxHFoaSugFBwf7Dm2SWlKWd
CDwASoDuQeCpwN9NBgsIWLzUANXRzwwxhapgoyr/qeNgRQLaAWUvXug+uXpGMgsq
C3iQCQlisjwavrKoJ5wTBywvFf5MiMISJhuhxChxI15EXp3zPj7VTceoEVNHDo4P
fDecaDAc0rOcxAsk5AFrfLAV7tuP3fvkbGOrplMdAkGrJvThytu4p4SKpVrSJEbS
8l9f/MBa+fNW88dLyAKikkxV3NfVCdBTsdF/BajHQ43xYTefdHOp7zTCCI4Dh67b
ilrbD4HNjwpCFZEOphna68uXjdrIsIOQzRp5n7MpPF/WOkDAaWA=
=YKCI
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: