=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for edje-1.7.7nb23
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in data
--- all-recursive ---
Making all in include
Making all in src
--- all-recursive ---
Making all in lib
--- edje_box_layout.lo ---
--- edje_cache.lo ---
--- edje_calc.lo ---
--- edje_callbacks.lo ---
--- edje_container.lo ---
--- edje_data.lo ---
--- edje_edit.lo ---
--- edje_embryo.lo ---
--- edje_box_layout.lo ---
  CC     edje_box_layout.lo
--- edje_cache.lo ---
  CC     edje_cache.lo
--- edje_calc.lo ---
  CC     edje_calc.lo
--- edje_callbacks.lo ---
  CC     edje_callbacks.lo
--- edje_data.lo ---
  CC     edje_data.lo
--- edje_container.lo ---
  CC     edje_container.lo
--- edje_edit.lo ---
  CC     edje_edit.lo
--- edje_embryo.lo ---
  CC     edje_embryo.lo
--- edje_entry.lo ---
  CC     edje_entry.lo
--- edje_external.lo ---
  CC     edje_external.lo
--- edje_load.lo ---
  CC     edje_load.lo
--- edje_lua.lo ---
  CC     edje_lua.lo
--- edje_load.lo ---
edje_load.c:1604:53: warning: implicit conversion from enumeration type 'Edje_Aspect_Control' (aka 'enum _Edje_Aspect_Control') to different enumeration type 'Evas_Aspect_Control' (aka 'enum _Evas_Aspect_Control') [-Wenum-conversion]
   evas_object_size_hint_aspect_set(obj, it->aspect.mode, it->aspect.w, it->aspect.h);
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      ~~~~~~~~~~~^~~~
--- edje_external.lo ---
edje_external.c:103:25: warning: expression which evaluates to zero treated as a null pointer constant of type 'Evas_Object *' (aka 'struct _Evas_Object *') [-Wnon-literal-null-conversion]
   if (!content) return EINA_FALSE;
                        ^~~~~~~~~~
/data/scratch/graphics/edje/work/.buildlink/include/eina-1/eina/eina_types.h:293:20: note: expanded from macro 'EINA_FALSE'
#define EINA_FALSE ((Eina_Bool)0)
                   ^~~~~~~~~~~~~~
edje_external.c:106:33: warning: expression which evaluates to zero treated as a null pointer constant of type 'Evas_Object *' (aka 'struct _Evas_Object *') [-Wnon-literal-null-conversion]
   if ((!ed) || (!part)) return EINA_FALSE;
                                ^~~~~~~~~~
/data/scratch/graphics/edje/work/.buildlink/include/eina-1/eina/eina_types.h:293:20: note: expanded from macro 'EINA_FALSE'
#define EINA_FALSE ((Eina_Bool)0)
                   ^~~~~~~~~~~~~~
edje_external.c:112:9: warning: expression which evaluates to zero treated as a null pointer constant of type 'Evas_Object *' (aka 'struct _Evas_Object *') [-Wnon-literal-null-conversion]
        return EINA_FALSE;
               ^~~~~~~~~~
/data/scratch/graphics/edje/work/.buildlink/include/eina-1/eina/eina_types.h:293:20: note: expanded from macro 'EINA_FALSE'
#define EINA_FALSE ((Eina_Bool)0)
                   ^~~~~~~~~~~~~~
edje_external.c:475:9: warning: expression which evaluates to zero treated as a null pointer constant of type 'Evas_Object *' (aka 'struct _Evas_Object *') [-Wnon-literal-null-conversion]
        return EINA_FALSE;
               ^~~~~~~~~~
/data/scratch/graphics/edje/work/.buildlink/include/eina-1/eina/eina_types.h:293:20: note: expanded from macro 'EINA_FALSE'
#define EINA_FALSE ((Eina_Bool)0)
                   ^~~~~~~~~~~~~~
edje_external.c:481:9: warning: expression which evaluates to zero treated as a null pointer constant of type 'Evas_Object *' (aka 'struct _Evas_Object *') [-Wnon-literal-null-conversion]
        return EINA_FALSE;
               ^~~~~~~~~~
/data/scratch/graphics/edje/work/.buildlink/include/eina-1/eina/eina_types.h:293:20: note: expanded from macro 'EINA_FALSE'
#define EINA_FALSE ((Eina_Bool)0)
                   ^~~~~~~~~~~~~~
5 warnings generated.
--- edje_lua2.lo ---
  CC     edje_lua2.lo
--- edje_entry.lo ---
edje_entry.c:2800:62: warning: implicit conversion from enumeration type 'Edje_Text_Autocapital_Type' (aka 'enum _Edje_Text_Autocapital_Type') to different enumeration type 'Ecore_IMF_Autocapital_Type' [-Wenum-conversion]
     ecore_imf_context_autocapital_type_set(en->imf_context, autocapital_type);
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  ^~~~~~~~~~~~~~~~
edje_entry.c:2812:13: warning: implicit conversion from enumeration type 'Ecore_IMF_Autocapital_Type' to different enumeration type 'Edje_Text_Autocapital_Type' (aka 'enum _Edje_Text_Autocapital_Type') [-Wenum-conversion]
     return ecore_imf_context_autocapital_type_get(en->imf_context);
     ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
edje_entry.c:2895:66: warning: implicit conversion from enumeration type 'Edje_Input_Panel_Lang' (aka 'enum _Edje_Input_Panel_Lang') to different enumeration type 'Ecore_IMF_Input_Panel_Lang' [-Wenum-conversion]
     ecore_imf_context_input_panel_language_set(en->imf_context, lang);
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  ^~~~
edje_entry.c:2952:73: warning: implicit conversion from enumeration type 'Edje_Input_Panel_Return_Key_Type' (aka 'enum _Edje_Input_Panel_Return_Key_Type') to different enumeration type 'Ecore_IMF_Input_Panel_Return_Key_Type' [-Wenum-conversion]
     ecore_imf_context_input_panel_return_key_type_set(en->imf_context, return_key_type);
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  ^~~~~~~~~~~~~~~
edje_entry.c:2963:13: warning: implicit conversion from enumeration type 'Ecore_IMF_Input_Panel_Return_Key_Type' to different enumeration type 'Edje_Input_Panel_Return_Key_Type' (aka 'enum _Edje_Input_Panel_Return_Key_Type') [-Wenum-conversion]
     return ecore_imf_context_input_panel_return_key_type_get(en->imf_context);
     ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
edje_entry.c:3307:64: warning: implicit conversion from enumeration type 'Edje_Input_Panel_Layout' (aka 'enum _Edje_Input_Panel_Layout') to different enumeration type 'Ecore_IMF_Input_Panel_Layout' [-Wenum-conversion]
     ecore_imf_context_input_panel_layout_set(en->imf_context, layout);
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                  ^~~~~~
edje_entry.c:3320:13: warning: implicit conversion from enumeration type 'Ecore_IMF_Input_Panel_Layout' to different enumeration type 'Edje_Input_Panel_Layout' (aka 'enum _Edje_Input_Panel_Layout') [-Wenum-conversion]
     return ecore_imf_context_input_panel_layout_get(en->imf_context);
     ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- edje_load.lo ---
1 warning generated.
--- edje_lua_script_only.lo ---
  CC     edje_lua_script_only.lo
--- edje_main.lo ---
  CC     edje_main.lo
--- edje_entry.lo ---
7 warnings generated.
--- edje_match.lo ---
  CC     edje_match.lo
--- edje_message_queue.lo ---
  CC     edje_message_queue.lo
--- edje_misc.lo ---
  CC     edje_misc.lo
--- edje_module.lo ---
  CC     edje_module.lo
--- edje_multisense.lo ---
  CC     edje_multisense.lo
--- edje_program.lo ---
  CC     edje_program.lo
--- edje_script_only.lo ---
  CC     edje_script_only.lo
--- edje_smart.lo ---
  CC     edje_smart.lo
--- edje_text.lo ---
  CC     edje_text.lo
--- edje_textblock_styles.lo ---
  CC     edje_textblock_styles.lo
--- edje_util.lo ---
  CC     edje_util.lo
--- edje_var.lo ---
  CC     edje_var.lo
--- edje_util.lo ---
edje_util.c:3072:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
                       if ((ep->part->type == EDJE_PART_TYPE_TEXTBLOCK))
                            ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
edje_util.c:3072:44: note: remove extraneous parentheses around the comparison to silence this warning
                       if ((ep->part->type == EDJE_PART_TYPE_TEXTBLOCK))
                           ~               ^                          ~
edje_util.c:3072:44: note: use '=' to turn this equality comparison into an assignment
                       if ((ep->part->type == EDJE_PART_TYPE_TEXTBLOCK))
                                           ^~
                                           =
1 warning generated.
--- libedje.la ---
  CCLD   libedje.la
Making all in bin
--- all-recursive ---
Making all in epp
--- epp-cppalloc.o ---
--- epp-cpperror.o ---
--- epp-cppexp.o ---
--- epp-cpphash.o ---
--- epp-cpplib.o ---
--- epp-cppmain.o ---
--- epp-cppalloc.o ---
  CC     epp-cppalloc.o
--- epp-cpperror.o ---
  CC     epp-cpperror.o
--- epp-cppexp.o ---
  CC     epp-cppexp.o
--- epp-cpphash.o ---
  CC     epp-cpphash.o
--- epp-cppmain.o ---
  CC     epp-cppmain.o
--- epp-cpplib.o ---
  CC     epp-cpplib.o
--- epp ---
  CCLD   epp
--- edje_decc-edje_cc_mem.o ---
--- edje_decc-edje_cc_sources.o ---
--- edje_cc-edje_cc.o ---
--- edje_cc-edje_cc_out.o ---
--- edje_cc-edje_cc_parse.o ---
--- edje_cc-edje_cc_mem.o ---
--- edje_cc-edje_cc_handlers.o ---
--- edje_cc-edje_cc_sources.o ---
--- edje_decc-edje_cc_mem.o ---
  CC     edje_decc-edje_cc_mem.o
--- edje_decc-edje_cc_sources.o ---
  CC     edje_decc-edje_cc_sources.o
--- edje_cc-edje_cc.o ---
  CC     edje_cc-edje_cc.o
--- edje_cc-edje_cc_out.o ---
  CC     edje_cc-edje_cc_out.o
--- edje_cc-edje_cc_parse.o ---
  CC     edje_cc-edje_cc_parse.o
--- edje_cc-edje_cc_mem.o ---
  CC     edje_cc-edje_cc_mem.o
--- edje_cc-edje_cc_handlers.o ---
  CC     edje_cc-edje_cc_handlers.o
--- edje_cc-edje_cc_sources.o ---
  CC     edje_cc-edje_cc_sources.o
--- edje_cc-edje_multisense_convert.o ---
  CC     edje_cc-edje_multisense_convert.o
--- edje_decc-edje_decc.o ---
  CC     edje_decc-edje_decc.o
--- edje_player-edje_player.o ---
  CC     edje_player-edje_player.o
--- edje_inspector-edje_inspector.o ---
  CC     edje_inspector-edje_inspector.o
--- edje_external_inspector-edje_external_inspector.o ---
  CC     edje_external_inspector-edje_external_inspector.o
--- edje_decc ---
  CCLD   edje_decc
--- edje_player ---
  CCLD   edje_player
--- edje_external_inspector ---
  CCLD   edje_external_inspector
--- edje_inspector ---
  CCLD   edje_inspector
--- edje_cc ---
  CCLD   edje_cc
--- edje_player ---
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_server_method'
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_client_method'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [edje_player] Error code 1

make[4]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
--- edje_decc ---
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_server_method'
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_client_method'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [edje_decc] Error code 1

make[4]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
--- edje_external_inspector ---
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_server_method'
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_client_method'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [edje_external_inspector] Error code 1

make[4]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
--- edje_inspector ---
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_server_method'
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_client_method'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [edje_inspector] Error code 1

make[4]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
--- edje_cc ---
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_server_method'
/usr/bin/ld: /data/scratch/graphics/edje/work/.buildlink/lib/libecore_con.so: undefined reference to `SSLv3_client_method'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [edje_cc] Error code 1

make[4]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
5 errors

make[4]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
*** [all-recursive] Error code 1

make[3]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
1 error

make[3]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src/bin
*** [all-recursive] Error code 1

make[2]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src
1 error

make[2]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7/src
*** [all-recursive] Error code 1

make[1]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7
1 error

make[1]: stopped in /data/scratch/graphics/edje/work/edje-1.7.7
*** [all] Error code 2

make: stopped in /data/scratch/graphics/edje/work/edje-1.7.7
1 error

make: stopped in /data/scratch/graphics/edje/work/edje-1.7.7
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/graphics/edje
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/graphics/edje