[Pkg-acpi-devel] Bug#701234: acpid: ftbfs with GCC-4.8

Matthias Klose doko at debian.org
Sat Feb 23 16:24:50 UTC 2013


Am 23.02.2013 13:45, schrieb Ted Felix:
> On 02/23/2013 05:34 AM, Matthias Klose wrote:
>> libnetlink.c:45:23: error: argument to 'sizeof' in 'memset' call is the same
>> expression as the destination; did you mean to dereference it?
>> [-Werror=sizeof-pointer-memaccess]
> 
>   This was fixed in acpid 2.0.17:
> 
> -    memset(rth, 0, sizeof(rth));
> +    memset(rth, 0, sizeof(struct rtnl_handle));
> 
>   Why is your 2.0.18 missing this change?

ENOCLUE. However I see this in Ubuntu's 2.0.17 too (which is derived from
Debian's package).

  Matthias



More information about the Pkg-acpi-devel mailing list