[Bug 2099759] [NEW] [RM] Please remove armhf binaries from plucky-release

Simon Quigley 2099759 at bugs.launchpad.net
Sat Feb 22 19:01:27 UTC 2025


Public bug reported:

Due to bug 2067621, this package FTBFS on armhf:

Command: dpkg-buildpackage --sanitize-env -us -uc -mLaunchpad Build Daemon <buildd at bos03-arm64-013.buildd> -B -rfakeroot
dpkg-buildpackage: info: source package procdump
dpkg-buildpackage: info: source version 2.2-1ubuntu1
dpkg-buildpackage: info: source distribution oracular
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture armhf
 debian/rules clean
dh clean --no-parallel
   dh_auto_clean -O--no-parallel
	make -j1 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Makefile:31: *** recipe commences before first target.  Stop.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_clean: error: make -j1 distclean returned exit code 2
make: *** [debian/rules:16: clean] Error 25
dpkg-buildpackage: error: debian/rules clean subprocess returned exit status 2

The Makefile through line 32:

ROOT=.
CC ?= clang
CFLAGS ?= -Wall

# ProcDump implements .NET triggers via a .NET Profiler. .NET has a set of
# architectures that it supports and we have to make sure we're building on
# one of the supported ones below.
HOST := $(shell uname -p)

ifeq ($(HOST), $(filter $(HOST), x86_64 amd64))
    CLRHOSTDEF := -DHOST_AMD64 -DHOST_64BIT
else ifeq ($(HOST), $(filter $(HOST), x86 i686))
    CLRHOSTDEF := -DHOST_X86
else ifeq ($(HOST), $(filter $(HOST), armv6 armv6l))
    CLRHOSTDEF := -DHOST_ARM -DHOST_ARMV6
else ifeq ($(HOST), $(filter $(HOST), arm armv7-a))
    CLRHOSTDEF := -DHOST_ARM
else ifeq ($(HOST), $(filter $(HOST), aarch64 arm64))
    CLRHOSTDEF := -DHOST_ARM64 -DHOST_64BIT
else ifeq ($(HOST), loongarch64)
    CLRHOSTDEF := -DHOST_LOONGARCH64 -DHOST_64BIT
else ifeq ($(HOST), riscv64)
    CLRHOSTDEF := -DHOST_RISCV64 -DHOST_64BIT
else ifeq ($(HOST), s390x)
    CLRHOSTDEF := -DHOST_S390X -DHOST_64BIT -DBIGENDIAN
else ifeq ($(HOST), mips64)
    CLRHOSTDEF := -DHOST_MIPS64 -DHOST_64BIT=1
else ifeq ($(HOST), ppc64le)
    CLRHOSTDEF := -DHOST_POWERPC64 -DHOST_64BIT
else
    $(error Unsupported architecture: $(HOST))
endif

------------

Rather than blocking entirely on armhf, please remove it from the
release pocket.

$ reverse-depends procdump
No reverse dependencies found
$ reverse-depends -b procdump
No reverse dependencies found

** Affects: procdump (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ftbfs update-excuse

** Tags added: ftbfs

** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Package Archive Administrators, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2099759

Title:
  [RM] Please remove armhf binaries from plucky-release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procdump/+bug/2099759/+subscriptions




More information about the ubuntu-archive mailing list