Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-22 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Peter committed: r26967 | jow | 2011-05-22 19:00:40 +0800 (Sun, 22 May 2011) | 2 lines [packages] wget: disable IRI thanks Jow. sorry for my stupid patch :), next time I will be more carefully. ask if other people have such bug. then discuss. the

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-22 Thread Peter Wagner
Will this libidn dependency from wget be removed? it eats up 60kb space and isn't necessary at all ... greets Am Donnerstag, 19. Mai 2011, 10:22:28 schrieb Christian Sobkowski: > Hey Xiangfu Liu, > > I tried the busybox as well as the opkg Versions of wget. > Here's what I get: > > Busybox: >

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-19 Thread Christian Sobkowski
Hey Xiangfu Liu, I tried the busybox as well as the opkg Versions of wget. Here's what I get: Busybox: root@brain:~# wget --version wget: unrecognized option `--version' BusyBox v1.15.3 (2011-05-10 23:37:55 CEST) multi-call binary opkg: root@brain:~# opkg update Downloading http://downloads.ope

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Christian thanks for feedback. just want double sure. what is your 'wget' version? I found there are two commits recently on 'wget': r26066 r20583. here is mine, compiled using [packages svn 26885] root@BenNanoNote:~# wget --version GNU Wget 1.

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/19/2011 06:09 AM, Peter Wagner wrote: > hi > > why was libidn added? i can use wget here normally without libidn ... > which 'wget' you using? there are one busybox 'wget' and a wget package. - -- Best Regards Xiangfu Liu http://www.openmobi

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Christian Sobkowski
Hey, as far as I can tell, the wget version in the repositories was built without IDN/IRI support. root@brain:~# wget --iri test This version does not have support for IRIs That'd be the reason why it won't and _should not_ link to libidn. Cheers, Christian On May 19, 2011, at 12:09 AM, Peter

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Peter Wagner
hi why was libidn added? i can use wget here normally without libidn ... wget www.google.at --2011-05-19 00:07:57-- http://www.google.at/ Resolving www.google.at... 209.85.149.105, 209.85.149.99, 209.85.149.147, ... Connecting to www.google.at|209.85.149.105|:80... connected. HTTP request sent,

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Jo-Philipp Wich
Committed in r26929 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] add +libidn to wget depends

2011-05-18 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi attach is the patch. the error message is like: Downloading http://downloads.openwrt.org/backfire/10.03.1-rc5/xburst/packages/Packages.gz. wget: can't load library 'libidn.so.11' Collected errors: * opkg_download: Failed to download http://dow