E on FreeBSD: [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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204611

            Bug ID: 204611
           Summary: devel/efl: fails to build on update to 0.16.0
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: enlightenment at FreeBSD.org
          Reporter: c.kworr at gmail.com
             Flags: maintainer-feedback?(enlightenment at FreeBSD.org)
          Assignee: enlightenment at FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-enlightenment mailing list