E on FreeBSD: maintainer-feedback requested: [Bug 204611] devel/efl: fails to build on update to 0.16.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 16 20:57:38 UTC 2015
c.kworr at gmail.com has reassigned Bugzilla Automation <bugzilla at FreeBSD.org>'s
request for maintainer-feedback to FreeBSD Enlightenment
<enlightenment at FreeBSD.org>:
Bug 204611: devel/efl: fails to build on update to 0.16.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204611
--- Description ---
When building port with clang37 I get this:
CC lib/eet/lib_eet_libeet_la-eet_alloc.lo
CC lib/eet/lib_eet_libeet_la-eet_cipher.lo
CC lib/eet/lib_eet_libeet_la-eet_connection.lo
CC lib/eet/lib_eet_libeet_la-eet_data.lo
lib/eet/eet_cipher.c:239:10: error: variable has incomplete type 'void'
void (certificate_file);
^
lib/eet/eet_cipher.c:240:10: error: variable has incomplete type 'void'
void (private_key_file);
^
lib/eet/eet_cipher.c:241:10: error: variable has incomplete type 'void'
void (cb);
^
lib/eet/eet_cipher.c:77:45: warning: unused parameter 'certificate_file'
[-Wunused-parameter]
eet_identity_open(const char *certificate_file,
^
lib/eet/eet_cipher.c:78:45: warning: unused parameter 'private_key_file'
[-Wunused-parameter]
const char *private_key_file,
^
lib/eet/eet_cipher.c:79:45: warning: unused parameter 'cb' [-Wunused-parameter]
Eet_Key_Password_Callback cb)
^
3 warnings and 3 errors generated.
More information about the freebsd-enlightenment
mailing list