control: tag -1 + patch Patch fixes the 32bit build failure.
Regards, Syed Shahrukh Hussain. On Wed, 22 Apr 2026 12:14:59 -0400 =?UTF-8?Q?Jeremy_B=C3=ADcha?= wrote: > Source: systemtap > Version: 5.4-1 > Severity: serious > Tags: ftbfs > X-Debbugs-CC: [email protected] > > systemtap is failing to build on Debian's 32-bit architectures > > https://buildd.debian.org/status/package.php?p=systemtap > > Thank you, > Jeremy BĂcha > >
Author: Syed-Shahrukh Hussain <[email protected]> Description: fix format specifier for 32bit build. Updated: 2026-06-05 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -5116,7 +5116,7 @@ // Don't be greedy... we'll only collapse one at a time so type // resolution can have another go at it. relaxed_p = false; - session.print_warning (_F("Collapsing unresolved @define to %ld [stapprobes]", value), e->tok); + session.print_warning (_F("Collapsing unresolved @define to %" PRId64 " [stapprobes]", value), e->tok); literal_number* n = new literal_number (value); n->tok = e->tok; n->visit (this);
OpenPGP_0xEB62B1057DE7A8B1.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature

