Bug#487503: Missing format argument in lockfile-progs.c:usage()

2009-06-21 Thread Rob Browning
"Michael Bienia" writes: >> I'd be happy to change it to a const char* if that helps. > > I've checked this and making usage_str a "const char *" isn't enough > and still needs the "%s" in the msg() call. But what works is > replacing the assignments to usage_str with calls to msg() (and making >

Bug#487503: Missing format argument in lockfile-progs.c:usage()

2009-06-19 Thread Michael Bienia
On 2009-06-17 21:21:05 -0700, Rob Browning wrote: > Michael Bienia writes: > > > As Ubuntu's gcc has some hardening patches applied, lockfile-progs > > 0.1.11-0.1 fails to build in Ubuntu intrepid with the following error > > message: > > , > > | lockfile-progs.c: In function 'usage': > > | l

Bug#487503: Missing format argument in lockfile-progs.c:usage()

2009-06-17 Thread Rob Browning
Michael Bienia writes: > As Ubuntu's gcc has some hardening patches applied, lockfile-progs > 0.1.11-0.1 fails to build in Ubuntu intrepid with the following error > message: > , > | lockfile-progs.c: In function 'usage': > | lockfile-progs.c:79: error: format not a string literal and no form

Bug#487503: Missing format argument in lockfile-progs.c:usage()

2008-06-22 Thread Michael Bienia
Package: lockfile-progs Version: 0.1.11-0.1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu ubuntu-patch intrepid Hello, As Ubuntu's gcc has some hardening patches applied, lockfile-progs 0.1.11-0.1 fails to build in Ubuntu intrepid with the following error message: ,