Source: procps
Version: 2:3.3.17-4
Severity: important
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

Hello,

procps currently FTBFS on kfreebsd, it seems that it's caused by the
locale files not being installed in the package:

   dh_missing -a
dh_missing: warning: usr/share/locale/de/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/locale/fr/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/locale/pl/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/locale/pt_BR/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/locale/sv/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/locale/uk/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/locale/vi/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/locale/zh_CN/LC_MESSAGES/procps-ng.mo exists in 
debian/tmp but is not installed to anywhere
dh_missing: error: missing files, aborting
        The following debhelper tools have reported what they installed (with 
files per package)
         * dh_install: libprocps-dev (15), libprocps8 (2), procps (15)
         * dh_installdocs: libprocps-dev (0), libprocps8 (0), procps (2)
         * dh_installexamples: libprocps-dev (0), libprocps8 (0), procps (1)
         * dh_installman: libprocps-dev (0), libprocps8 (0), procps (76)
        If the missing files are installed by another tool, please file a bug 
against it.
        When filing the report, if the tool is not part of debhelper itself, 
please reference the
        "Logging helpers and dh_missing" section from the "PROGRAMMING" guide 
for debhelper (10.6.3+).
          (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
        Be sure to test with dpkg-buildpackage -A/-B as the results may vary 
when only a subset is built
        If the omission is intentional or no other helper can take care of this 
consider adding the
        paths to debian/not-installed.

The attached patch should fix this

Kind regards,
Laurent bigonville


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-2-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy
diff -Nru procps-3.3.17/debian/procps.install.kfreebsd 
procps-3.3.17/debian/procps.install.kfreebsd
--- procps-3.3.17/debian/procps.install.kfreebsd        2022-01-13 
09:46:59.000000000 +0100
+++ procps-3.3.17/debian/procps.install.kfreebsd        2022-02-10 
14:56:50.000000000 +0100
@@ -2,3 +2,4 @@
 bbin/kill.procps bin
 bbin/ps bin
 bin/* /usr/bin
+usr/share/locale

Reply via email to