• Bug#1045092: gnss-sdr: Fails to build source after successful build

    From Lucas Nussbaum@21:1/5 to All on Sun Aug 13 20:20:02 2023
    XPost: linux.debian.bugs.dist

    Source: gnss-sdr
    Version: 0.0.18-2
    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 gnss-sdr
    dpkg-buildpackage: info: source version 0.0.18-2
    dpkg-buildpackage: info: source distribution unstable
    dpkg-buildpackage: info: source changed by Bo YU <tsu.yubo@gmail.com>
    dpkg-source --before-build .
    debian/rules clean
    dh clean --buildsystem=cmake
    dh_auto_clean -O--buildsystem=cmake
    rm -rf obj-x86_64-linux-gnu
    dh_autoreconf_clean -O--buildsystem=cmake
    dh_clean -O--buildsystem=cmake
    rm -f debian/debhelper-build-stamp
    rm -rf debian/.debhelper/
    rm -f debian/gnss-sdr.debhelper.log
    rm -f -- debian/gnss-sdr.substvars debian/files
    rm -fr -- debian/gnss-sdr/ debian/tmp/ ./debian/home/
    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: warning: upstream signing key but no upstream tarball signature dpkg-source: info: using source format '3.0 (quilt)'
    dpkg-source: info: building gnss-sdr using existing ./gnss-sdr_0.0.18.orig.tar.gz
    dpkg-source: error: cannot represent change to install/front-end-cal: binary file contents changed
    dpkg-source: error: add install/front-end-cal in debian/source/include-binaries if you want to store the modified binary in the debian tarball
    dpkg-source: warning: executable mode 0755 of 'install/front-end-cal' will not be represented in diff
    dpkg-source: error: cannot represent change to install/gnss-sdr: binary file contents changed
    dpkg-source: error: add install/gnss-sdr in debian/source/include-binaries if you want to store the modified binary in the debian tarball
    dpkg-source: warning: executable mode 0755 of 'install/gnss-sdr' will not be represented in diff
    dpkg-source: error: cannot represent change to install/run_tests: binary file contents changed
    dpkg-source: error: add install/run_tests in debian/source/include-binaries if you want to store the modified binary in the debian tarball
    dpkg-source: warning: executable mode 0755 of 'install/run_tests' will not be represented in diff
    dpkg-source: error: cannot represent change to install/volk_gnsssdr-config-info: binary file contents changed
    dpkg-source: error: add install/volk_gnsssdr-config-info in debian/source/include-binaries if you want to store the modified binary in the debian tarball
    dpkg-source: warning: executable mode 0755 of 'install/volk_gnsssdr-config-info' will not be represented in diff
    dpkg-source: error: cannot represent change to install/volk_gnsssdr_profile: binary file contents changed
    dpkg-source: error: add install/volk_gnsssdr_profile in debian/source/include-binaries if you want to store the modified binary in the debian tarball
    dpkg-source: warning: executable mode 0755 of 'install/volk_gnsssdr_profile' will not be represented in diff
    dpkg-source: error: cannot represent change to src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/__pycache__/volk_gnsssdr_arch_defs.cpython-311.pyc: binary file contents changed
    dpkg-source: error: add src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/__pycache__/volk_gnsssdr_arch_defs.cpython-311.pyc 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/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/__pycache__/volk_gnsssdr_kernel_defs.cpython-311.pyc: binary file contents changed
    dpkg-source: error: add src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/__pycache__/volk_gnsssdr_kernel_defs.cpython-311.pyc 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/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/__pycache__/volk_gnsssdr_machine_defs.cpython-311.pyc: binary file contents changed
    dpkg-source: error: add src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/gen/__pycache__/volk_gnsssdr_machine_defs.cpython-311.pyc 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/gnss-sdr_0.0.18-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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Wed Feb 21 11:10:01 2024
    Processing control commands:

    tag -1 pending
    Bug #1045092 [src:gnss-sdr] gnss-sdr: Fails to build source after successful build
    Added tag(s) pending.

    --
    1045092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045092
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Wed Feb 21 14:00:01 2024
    Processing control commands:

    tag -1 pending
    Bug #1045092 [src:gnss-sdr] gnss-sdr: Fails to build source after successful build
    Ignoring request to alter tags of bug #1045092 to the same tags previously set

    --
    1045092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045092
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Sun Apr 7 23:00:01 2024
    This is a multi-part message in MIME format...

    Your message dated Sun, 07 Apr 2024 20:47:00 +0000
    with message-id <E1rtZPo-009NCo-Ab@fasolo.debian.org>
    and subject line Bug#1045092: fixed in gnss-sdr 0.0.19-2
    has caused the Debian Bug report #1045092,
    regarding gnss-sdr: 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.)


    --
    1045092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1045092
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 13 Aug 2023 18:16:41 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-102.1 required=4.0 tests=ATTENDEES_DBSPAM_BODY3,
    ATTENDEES_DBSPAM_BODY7,BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
    DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,FROMDEVELOPER,GMAIL,SPF_HELO_NONE,
    SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
    USER_IN_DKIM_WHITELIST autolearn=no autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 21; hammy, 150; neutral, 193; spammy,
    0. spammytokens: hammytokens:0.000-+--pkgbuilddir,
    0.000-+--PKGBUILDDIR, 0.000-+--Hx-spam-relays-external:sk:stravin,
    0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311 Return-path: <lucas@debian.org>
    Receiv