• Bug#1102951: libkate: FTBFS in testing: dh_install: error: missing file

    From Lucas Nussbaum@21:1/5 to All on Sun Apr 13 14:40:03 2025
    Source: libkate
    Version: 0.4.3-1
    Severity: serious
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-20250412 ftbfs-trixie

    Hi,

    During a rebuild of all packages in testing (trixie), your package failed
    to build on amd64.


    Relevant part (hopefully):
    make[3]: Entering directory '/build/reproducible-path/libkate-0.4.3/doc' make[3]: Nothing to be done for 'install-exec-am'.
    /bin/bash /build/reproducible-path/libkate-0.4.3/misc/autotools/install-sh -d /build/reproducible-path/libkate-0.4.3/debian/tmp/usr/share/doc/libkate
    for dir in ../doc/html; do \
    if test -d "$dir"; then \
    b=`basename $dir`; \
    /bin/bash /build/reproducible-path/libkate-0.4.3/misc/autotools/install-sh -d /build/reproducible-path/libkate-0.4.3/debian/tmp/usr/share/doc/libkate/$b; \
    for f in "$dir/"*; do \
    /usr/bin/install -c -m 644 "$f" "/build/reproducible-path/libkate-0.4.3/debian/tmp/usr/share/doc/libkate/$b"; \
    done \
    fi \
    done
    for f in README AUTHORS COPYING THANKS ChangeLog; do \
    /usr/bin/install -c -m 644 ../$f /build/reproducible-path/libkate-0.4.3/debian/tmp/usr/share/doc/libkate; \
    done
    /usr/bin/mkdir -p '/build/reproducible-path/libkate-0.4.3/debian/tmp/usr/share/man/man1'
    /usr/bin/install -c -m 644 man/kateenc.1 man/katedec.1 man/katalyzer.1 man/KateDJ.1 '/build/reproducible-path/libkate-0.4.3/debian/tmp/usr/share/man/man1'
    make[3]: Leaving directory '/build/reproducible-path/libkate-0.4.3/doc' make[2]: Leaving directory '/build/reproducible-path/libkate-0.4.3/doc' make[1]: Leaving directory '/build/reproducible-path/libkate-0.4.3'
    dh_install
    dh_install: warning: Cannot find (any matches for) "usr/lib/python*" (tried in ., debian/tmp)

    dh_install: warning: libkate-tools missing files: usr/lib/python*
    dh_install: error: missing files, aborting
    make: *** [debian/rules:9: binary] Error 255


    The full build log is available from: http://qa-logs.debian.net/2025/04/12/libkate_0.4.3-1_testing.log

    All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250412;users=lucas@debian.org
    or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250412&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

    A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

    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 Bastian Germann@21:1/5 to All on Sun Apr 13 17:40:01 2025
    Control: tags -1 unreproducible

    Hi Lukas,

    I cannot reproduce this with python3 3.13.3-1.
    Do you still see the issue?

    Thanks,
    Bastian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Sun Apr 13 17:40:01 2025
    Processing control commands:

    tags -1 unreproducible
    Bug #1102951 [src:libkate] libkate: FTBFS in testing: dh_install: error: missing files, aborting
    Added tag(s) unreproducible.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lucas Nussbaum@21:1/5 to Bastian Germann on Sun Apr 13 20:10:01 2025
    On 13/04/25 at 17:30 +0200, Bastian Germann wrote:
    Control: tags -1 unreproducible

    Hi Lukas,

    I cannot reproduce this with python3 3.13.3-1.
    Do you still see the issue?

    Hi,

    That version is not in testing yet according to https://tracker.debian.org/pkg/python3-defaults

    Lucas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Sat Apr 19 17:10:01 2025
    Processing control commands:

    severity -1 important
    Bug #1102951 [src:libkate] libkate: FTBFS in testing: dh_install: error: missing files, aborting
    Severity set to 'important' from 'serious'

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Petter Reinholdtsen@21:1/5 to All on Sat Apr 19 17:10:01 2025
    Control: severity -1 important

    Lucas Nussbaum]
    That version is not in testing yet according to https://tracker.debian.org/pkg/python3-defaults

    I tried to reproduce this using the following script, but could not.
    Because of this, I reduce the severity until we can figure out what is
    going on here.

    #!/bin/sh
    set -x
    set -e
    pkg=$1
    testdir="test-$pkg"
    sudo debootstrap testing "$testdir"
    sudo mount -o bind /proc "$testdir"/proc
    echo deb-src http://deb.debian.org/debian testing main | sudo tee -a "$testdir"/etc/apt/sources.list
    sudo chroot "$testdir" apt update
    sudo chroot "$testdir" apt -y build-dep "$pkg"
    sudo chroot "$testdir" apt-get source -b "$pkg"
    sudo umount "$testdir"/proc

    --
    Happy hacking
    Petter Reinholdtsen

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)