FS#74485 - [irqbalance] FTBFS

Attached to Project: Arch Linux
Opened by Xeonacid (Xeonacid) - Sunday, 17 April 2022, 14:03 GMT
Last edited by David Runge (dvzrv) - Thursday, 28 April 2022, 11:01 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

In build():
...
ui/ui.c: In function ‘show_frame’:
ui/ui.c:29:24: error: format not a string literal and no format arguments [-Werror=format-security]
ui/ui.c: In function ‘show_footer’:
ui/ui.c:45:32: error: format not a string literal and no format arguments [-Werror=format-security]
45 | mvprintw(LINES - 1, 0, footer);
ui/ui.c:334:36: error: format not a string literal and no format arguments [-Werror=format-security]
334 | mvprintw(*line_offset, 36, assigned_to);
| ^~~~~~~~~~~
...

https://github.com/Irqbalance/irqbalance/commit/f8bdd0e64284d841544fd3ebe22f4652902ba8d2 This patch is needed.
This task depends upon

Closed by  David Runge (dvzrv)
Thursday, 28 April 2022, 11:01 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed with irqbalance 1.8.0-2
Comment by David Runge (dvzrv) - Thursday, 28 April 2022, 10:53 GMT
@Xeonacid: Thanks for the ticket!

I'll fix this in a pkgrel bump

Loading...