Source: linuxcnc
Version: 2.9.0~pre1+git20230208.f1270d6ed7-1
Severity: minor
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: debian...@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 linuxcnc
> dpkg-buildpackage: info: source version 2.9.0~pre1+git20230208.f1270d6ed7-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Sebastian Kuzminsky 
> <s...@highlab.com>
>  dpkg-source --before-build .
>  fakeroot debian/rules clean
> dh clean
>       rm -f debian/linuxcnc-doc-de.debhelper.log 
> debian/linuxcnc-doc-en.debhelper.log debian/linuxcnc-doc-es.debhelper.log 
> debian/linuxcnc-doc-fr.debhelper.log debian/linuxcnc-doc-zh-cn.debhelper.log 
> debian/linuxcnc-uspace-dev.debhelper.log debian/linuxcnc-uspace.debhelper.log
>    debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_clean
> py3clean .
> if [ -r src/Makefile.inc -a -r src/config.status ]; then /usr/bin/make -C src 
> clean -s; fi
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> rm -f Makefile.inc
> rm -f src/config.log src/config.status
> rm -f 
> dh_clean
>       rm -f debian/debhelper-build-stamp
>       rm -rf debian/.debhelper/
>       rm -f -- debian/linuxcnc-uspace-dev.substvars 
> debian/linuxcnc-uspace.substvars debian/linuxcnc-uspace.postinst.debhelper 
> debian/linuxcnc-uspace.prerm.debhelper debian/linuxcnc-doc-de.substvars 
> debian/linuxcnc-doc-en.substvars debian/linuxcnc-doc-fr.substvars 
> debian/linuxcnc-doc-es.substvars debian/linuxcnc-doc-zh-cn.substvars 
> debian/files
>       rm -fr -- debian/linuxcnc-uspace-dev/ debian/tmp/ 
> debian/linuxcnc-uspace/ debian/linuxcnc-doc-de/ debian/linuxcnc-doc-en/ 
> debian/linuxcnc-doc-fr/ debian/linuxcnc-doc-es/ debian/linuxcnc-doc-zh-cn/
>       find .  \( \( \
>               \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
> -type f -a \
>               \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
>                -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
>                -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
>                -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
>               \) -exec rm -f {} + \) -o \
>               \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
> \)
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean
>       rm -f debian/debhelper-build-stamp
>       rm -rf debian/.debhelper/
>       rm -f -- debian/linuxcnc-uspace-dev.substvars 
> debian/linuxcnc-uspace.substvars debian/linuxcnc-doc-de.substvars 
> debian/linuxcnc-doc-en.substvars debian/linuxcnc-doc-fr.substvars 
> debian/linuxcnc-doc-es.substvars debian/linuxcnc-doc-zh-cn.substvars 
> debian/files
>       rm -fr -- debian/linuxcnc-uspace-dev/ debian/tmp/ 
> debian/linuxcnc-uspace/ debian/linuxcnc-doc-de/ debian/linuxcnc-doc-en/ 
> debian/linuxcnc-doc-fr/ debian/linuxcnc-doc-es/ debian/linuxcnc-doc-zh-cn/
>       find .  \( \( \
>               \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
> .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
> -type f -a \
>               \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
>                -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
>                -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
>                -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
>               \) -exec rm -f {} + \) -o \
>               \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
> \)
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building linuxcnc using existing 
> ./linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7.orig.tar.xz
> dpkg-source: error: cannot represent change to lib/libpyplugin.so:
> dpkg-source: error:   new version is symlink to libpyplugin.so.0
> dpkg-source: error:   old version is nonexistent
> dpkg-source: error: cannot represent change to docs/man/index.db: binary file 
> contents changed
> dpkg-source: error: add docs/man/index.db in debian/source/include-binaries 
> if you want to store the modified binary in the debian tarball
> dpkg-source: warning: newly created empty file 
> 'docs/src/hal/components_gen.adoc' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/halcmd_twopass' will 
> not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/halrun' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/haltcl' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/linuxcnc' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/linuxcnc-checklink' 
> will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/linuxcnc_info' will 
> not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/linuxcnc_var' will not 
> be represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/linuxcncmkdesktop' 
> will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/realtime' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/rip-environment' will 
> not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'scripts/runtests' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'src/config.guess' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'src/config.sub' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'src/configure' will not be 
> represented in diff
> dpkg-source: warning: executable mode 0755 of 'src/install-sh' will not be 
> represented in diff
> 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/linuxcnc_2.9.0~pre1+git20230208.f1270d6ed7-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.


_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to