openct uses some special -D_GNU_SOURCE functions that are not activated in glibc-2.8 so lets activate the -D_GNU_SOURCE flag. Reproducible: Always Actual Results: socket.c: In function 'ct_socket_getcreds': socket.c:298: error: storage size of 'creds' isn't known socket.c:298: warning: unused variable 'creds' Expected Results: compile solve it with -D_GNU_SOURCE
Created attachment 155997 [details] dev-libs/openct-0.6.14-r2.ebuild the patched ebuild with append-flags -D_GNU_SOURCE
filed upstream and fixed in our cvs, thanks for the report http://sources.gentoo.org/dev-libs/openct/openct-0.6.14-r1.ebuild?r1=1.1&r2=1.2
*** Bug 259571 has been marked as a duplicate of this bug. ***