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

Bug#1047349: marked as done (morbig: Fails to build source after successful build)



Your message dated Thu, 29 Feb 2024 23:26:37 +0000
with message-id <E1rfpnR-00DORX-P4@fasolo.debian.org>
and subject line Bug#1047349: fixed in morbig 0.11.0-1
has caused the Debian Bug report #1047349,
regarding morbig: 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.)


-- 
1047349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1047349
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: morbig
Version: 0.10.4-6
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 morbig
> dpkg-buildpackage: info: source version 0.10.4-6
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Julien Puydt <jpuydt@debian.org>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean --with ocaml
>    dh_auto_clean
> 	make -j8 clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -f src/c/dune
> dune clean
> rm -f bin lib doc
> rm -f tests.org
> tests/run clean
> * Testsuite configuration
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_ocamlclean
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building morbig using existing ./morbig_0.10.4.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to src/morbig.docdir:
> dpkg-source: error:   new version is symlink to /<<PKGBUILDDIR>>/src/_build/morbig.docdir
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to src/_build/API.odoc: binary file contents changed
> dpkg-source: error: add src/_build/API.odoc in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/_build/CST.cmi: binary file contents changed
> dpkg-source: error: add src/_build/CST.cmi in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/_build/CST.cmo: binary file contents changed
> dpkg-source: error: add src/_build/CST.cmo in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: error: cannot represent change to src/_build/CST.odoc: binary file contents changed
> dpkg-source: error: add src/_build/CST.odoc in debian/source/include-binaries if you want to store the modified binary in the debian tarball
> dpkg-source: warning: file morbig-0.10.4/src/_build/morbig.docdir/html.stamp has no final newline (either original or modified version)
> dpkg-source: warning: file morbig-0.10.4/src/_build/morbig.docdir/style.css has no final newline (either original or modified version)
> 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/morbig_0.10.4-6_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: morbig
Source-Version: 0.11.0-1
Done: Ralf Treinen <treinen@debian.org>

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

Debian distribution maintenance software
pp.
Ralf Treinen <treinen@debian.org> (supplier of updated morbig 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: SHA256

Format: 1.8
Date: Thu, 29 Feb 2024 23:31:15 +0100
Source: morbig
Architecture: source
Version: 0.11.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Ralf Treinen <treinen@debian.org>
Closes: 1047349
Changes:
 morbig (0.11.0-1) unstable; urgency=medium
 .
   * New upstream version 0.11.0
   * Drop patch fix_yojson_2, this issue has been fixed upstream
   * Depend on minimal version 4.11 of ocaml, following upstream's README
   * Drop override of dh_installexamples since it is no longer needed,
     upstream dropped the annoying .gitignore file in the examples directory
   * Drop override of dh_dwz since dwz has been fixed to not fail on binaries
     without debug information.
   * clean target: remove src/_build and src/morbig.docdir (closes: #1047349)
Checksums-Sha1:
 142feec3a8feb7bd6252817966099752955c9665 2275 morbig_0.11.0-1.dsc
 e4431d6a18b3c133241c9eba3b4d3a89de9c0320 98104 morbig_0.11.0.orig.tar.xz
 35f6f8ffb4690d064584ddc847bdb38415082e1c 5036 morbig_0.11.0-1.debian.tar.xz
 eb34abca46e807b1ab2635c2d0c4b8b54a5ce261 7432 morbig_0.11.0-1_source.buildinfo
Checksums-Sha256:
 c988bfd165bd4f57fca95630061eefc795574abc452e13de496a80dac0fc5392 2275 morbig_0.11.0-1.dsc
 162aa377ae19cf4d72e59e7473d75176bc8498f95e2d4d8921262ee1230de8eb 98104 morbig_0.11.0.orig.tar.xz
 6a53fb0db8d06da54be9483309f05f97381633ceade0ae16d7875ccc38eb33f1 5036 morbig_0.11.0-1.debian.tar.xz
 0d7709c72d5a359fc400c13029b4179b170b4c4e68fd9d98e2cff850d4f4a7eb 7432 morbig_0.11.0-1_source.buildinfo
Files:
 be448bc62f9fbeb0bca1bdc13cf20987 2275 ocaml optional morbig_0.11.0-1.dsc
 6d6ac2e4447a51bbb8d2b63ea537c978 98104 ocaml optional morbig_0.11.0.orig.tar.xz
 3b13fec0d1f7d643cf74ea4509c4b223 5036 ocaml optional morbig_0.11.0-1.debian.tar.xz
 a3b8734524d03de6ceab41e152346474 7432 ocaml optional morbig_0.11.0-1_source.buildinfo

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

iQIzBAEBCAAdFiEEAgVIKeEtDyqOZI5idFxHZtTKzf8FAmXhCPsACgkQdFxHZtTK
zf/2ZxAAhykUWh2ug4VsJFi8eHSIp5Ga9V81sm6lhpmL54V1mOjWjG1oRtFjdhiI
pfmNyYbkEavXVIYO1/+5FQ2G74lwA1UOTVaHTjJ8TVFU+iOxqP9vAv8BIBcSqaUz
VAs38n4lQRSEOQW2uv8pUmYHfbhdccJPPPdTDDrNWYbLqG1rjenXrVrdQtkWto4h
u3tIUgr7YI3ptYidWMaBS0SUBrP6LI0LR109da/0TwMliK07IxT7D1ciWXT75hBi
7bNCd6jqsn1tM7XdrE36U2iIPYDaMM7XysuOC1BABAsQ149m3xEqVxLyaXxVz7ed
vGtB84QrWwDkWchEpcXKB8gDH6vmMOIkiKXAL8FWd7S/HZOjziKMOoTHyVFkhiBl
H6s6gUQpYmbTrVX1CedLoH56DEamD13WAS9Q7kXHzBnKxga0H41s59pbWfETUtil
4Wuj5gJaM5DS03b4oiBpqYy7Jbyhmfjd/P5VHYUBosKtq8v+FTv1qcr7lmH3iSx0
tD2Ub/Mnr97GkxMZ0DVKgZypK/Eu5+kAJyfaOrdN2o+v9jy2hR+Du+Qvp2yzmcsT
66gdWNVsEyOywzNhGQhR0736X/Netpcmg464L5UGSwiuUl3r3XmSVnspac4x7bWP
hBqp/R1YbeZODc3CONqwsY8bs19oYN8RYh/FESeAievT/lyGd0E=
=AWXo
-----END PGP SIGNATURE-----

Attachment: pgpTRfdUhBfgq.pgp
Description: PGP signature


--- End Message ---

Reply to: