Debian Patches
Status for btop/1.4.6-2
| 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 |
