Debian Patches

Status for btop/1.4.7-1

Patch Description Author Forwarded Bugs Origin Last update
ftbfs-printf-string-error-in-info-target.patch Fix printf format string error in info target
The build fails on Launchpad because the Makefile's info target uses
`printf` with unescaped `%` characters from the OLDCXX and OLDLD
variables. These are interpreted as invalid format specifiers.

Change the printf calls to use `%s` format specifiers for the variables
instead of embedding them directly in the format string.

Fixes:

DGPU_SUPPORT
CXXFLAGS | (REQFLAGS...
/bin/sh: 13: printf: %7B: invalid directive
LDFLAGS | (LDCXXFLAGS...
make[1]: *** [Makefile:229: info] Error 2
Otto Kekäläinen <otto@debian.org> invalid 2026-02-11
Fix-btop-with-amd-gpu-on-rocm-7-as-in-Ubuntu-26.04.patch Fix btop with amd gpu on rocm 7 as in Ubuntu 26.04
Fixes #1651

(cherry picked from commit 07fff6c6cd9fa6451d49ad95de33f7f399d150aa as the PR
mentioned below was already merged)
Dave Chiluk <chiluk@ubuntu.com> yes 2026-05-09

All known versions for source package 'btop'

Links