#22435: wpa-supplicant-mesh missing dependency
-----------------------------------------+------------------------
 Reporter:  NickSchaf                    |      Owner:  developers
     Type:  defect                       |     Status:  new
 Priority:  normal                       |  Milestone:
Component:  packages                     |    Version:  Trunk
 Keywords:  wpa-supplicant-mesh openssl  |
-----------------------------------------+------------------------
 It seems that the wpa-supplicant-mesh package may be missing a dependency
 on openssl/libopenssl.
 Built a configuration (ar71xx generic) with wpa-supplicant and wpa-
 supplicant-mesh included (=Y), no wpad*.

 Code updated to r49377.  Feeds updated at same time.

 {{{#!sh
 make dirclean
 make -j1 V=s
 }}}

 Error result:
 {{{
 make[4]: Entering directory `/home/nick/openwrt-trunk/build_dir/target-
 mips_34kc_musl-1.1.14/hostapd-supplicant-
 mesh/hostapd-2016-01-15/wpa_supplicant'
 make[4]: `wpa_cli' is up to date.
 ../src/crypto/tls_openssl.c:19:25: fatal error: openssl/ssl.h: No such
 file or directory
 compilation terminated.
 }}}

 Removed wpa-supplicant-mesh (via menuconfig) then {{{make}}} w/o a
 clean... Success.

 Added wpa-supplicant-mesh back into the config then {{{make}}}. Again, no
 clean. Success.
 So it seems that the prior make (when wpa-supplicant-mesh was not
 included) took care of the dependency (ssl.h) and it was still present on
 the last make because no clean was performed in between.

--
Ticket URL: <https://dev.openwrt.org/ticket/22435>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
openwrt-tickets@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to