#19312: wget uses zlib but its opkg does not depend on it
-----------------------+-----------------------------------
 Reporter:  jsanwrt@…  |      Owner:  developers
     Type:  defect     |     Status:  new
 Priority:  normal     |  Milestone:
Component:  packages   |    Version:  Barrier Breaker 14.07
 Keywords:             |
-----------------------+-----------------------------------
 The wget package requires libz (zlib package), but it does not depend on
 it.

 If you install wget, now you cannot fetch zlib even if you knew -- because
 opkg uses wget, and wget now does not work.  You could work around this by
 removing the wget package to get busybox back.

 % head -n 7 /etc/banner | tail -n 1
  BARRIER BREAKER (14.07, r42625)
 % opkg list-installed | grep zlib | wc -l
 0
 % opkg update
 % opkg install wget
 % wget
 wget: can't load library 'libz.so.1'
 % opkg install zlib
 [fails because wget now is broken]

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

Reply via email to