Source: libyaml
Version: 0.2.5-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 libyaml
> dpkg-buildpackage: info: source version 0.2.5-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Florian Ernst <[email protected]>
>  dpkg-source --before-build .
>  debian/rules clean
> dh clean
>    dh_auto_clean
>       make -j8 distclean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> Making distclean in include
> make[2]: Entering directory '/<<PKGBUILDDIR>>/include'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f 
> rm -f config.h stamp-h1
> test . = "." || test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/include'
> Making distclean in src
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> test -z "libyaml.la" || rm -f libyaml.la
> rm -rf .libs _libs
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> rm -f ./so_locations
> rm -f ./.deps/api.Plo
> rm -f ./.deps/dumper.Plo
> rm -f ./.deps/emitter.Plo
> rm -f ./.deps/loader.Plo
> rm -f ./.deps/parser.Plo
> rm -f ./.deps/reader.Plo
> rm -f ./.deps/scanner.Plo
> rm -f ./.deps/writer.Plo
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> Making distclean in .
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "yaml-0.1.pc" || rm -f yaml-0.1.pc
> rm -f libtool config.lt
> rm -fr tests/run-test-suite packaging
> 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
> git worktree prune
> /bin/bash: line 1: git: command not found
> make[2]: [Makefile:878: distclean-local] Error 127 (ignored)
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> Making distclean in tests
> make[2]: Entering directory '/<<PKGBUILDDIR>>/tests'
> rm -rf .libs _libs
> rm -f *.o
> test -z "test-version.log test-reader.log" || rm -f test-version.log 
> test-reader.log
>  rm -f test-version test-reader
> rm -f *.lo
> rm -f *.tab.c
>  rm -f run-scanner run-parser run-loader run-emitter run-dumper 
> example-reformatter example-reformatter-alt example-deconstructor 
> example-deconstructor-alt run-parser-test-suite run-emitter-test-suite
> test -z "test-version.trs test-reader.trs" || rm -f test-version.trs 
> test-reader.trs
> test -z "" || rm -f 
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> test . = "." || test -z "" || rm -f 
> test -z "test-suite.log" || rm -f test-suite.log
> rm -f ./.deps/example-deconstructor-alt.Po
> rm -f ./.deps/example-deconstructor.Po
> rm -f ./.deps/example-reformatter-alt.Po
> rm -f ./.deps/example-reformatter.Po
> rm -f ./.deps/run-dumper.Po
> rm -f ./.deps/run-emitter-test-suite.Po
> rm -f ./.deps/run-emitter.Po
> rm -f ./.deps/run-loader.Po
> rm -f ./.deps/run-parser-test-suite.Po
> rm -f ./.deps/run-parser.Po
> rm -f ./.deps/run-scanner.Po
> rm -f ./.deps/test-reader.Po
> rm -f ./.deps/test-version.Po
> rm -f Makefile
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
> 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 libyaml using existing ./libyaml_0.2.5.orig.tar.gz
> dpkg-source: error: cannot represent change to doc/html/bc_s.png: binary file 
> contents changed
> dpkg-source: error: add doc/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 doc/html/bdwn.png: binary file 
> contents changed
> dpkg-source: error: add doc/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 doc/html/closed.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/doc.png: binary file 
> contents changed
> dpkg-source: error: add doc/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 doc/html/folderclosed.png: 
> binary file contents changed
> dpkg-source: error: add doc/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 doc/html/folderopen.png: 
> binary file contents changed
> dpkg-source: error: add doc/html/folderopen.png in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: warning: file libyaml-0.2.5/doc/html/jquery.js has no final 
> newline (either original or modified version)
> dpkg-source: error: cannot represent change to doc/html/nav_f.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/nav_g.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/nav_h.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/open.png: binary file 
> contents changed
> dpkg-source: error: add doc/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 doc/html/splitbar.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/sync_off.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/sync_on.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/tab_a.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/tab_b.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/tab_h.png: binary 
> file contents changed
> dpkg-source: error: add doc/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 doc/html/tab_s.png: binary 
> file contents changed
> dpkg-source: error: add doc/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/libyaml_0.2.5-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.

Reply via email to