Bug#816491: c99 & strdup

2016-03-14 Thread Gianfranco Costamagna
Hi Jörg Frings-Fürst I lost some days until today in debugging this kind of troubles (they are build failures in ubuntu, as they should be) and with help from Adam Conrad, I think I went to a better patch then your one :) I uploaded it on Ubuntu: basically: -switch to autoreconf -use gnu99

Bug#816491: c99 & strdup

2016-03-03 Thread Jörg Frings-Fürst
tags 816491 - moreinfo + pending thanks Hi Dann,  Hi Florian, I have a bugfix release uploaded to my mentor. Thanks for your work. CU Jörg --  New: GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D GPG key (long) : 09F89F3C8CA1D25D GPG Key: 8CA1D25D CAcert Key S/N :

Bug#816491: c99 & strdup

2016-03-02 Thread dann frazier
The problem is that ipmitool is using strdup w/ -std=c99, where it is not defined: log.c: In function 'log_init': log.c:112:19: warning: implicit declaration of function 'strdup' [-Wimplicit-function-declaration] logpriv->name = strdup(name); ^ log.c:112:17: warning: