FS#22833 - wget says: This version does not have support for IRIs

Attached to Project: Arch Linux
Opened by ajs124 (andy123) - Wednesday, 09 February 2011, 20:45 GMT
Last edited by Allan McRae (Allan) - Saturday, 07 May 2011, 13:01 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Allan McRae (Allan)
Stéphane Gaudreault (stephane)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

After the last wget update, wget tells me that "This version does not have support for IRIs" if I try to donwload something.

* the package version is 1.12-3
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 07 May 2011, 13:01 GMT
Reason for closing:  Upstream
Additional comments about closing:  Upstream issue. Configuration option removed from wgetrc in wget-1.12-7
Comment by Stéphane Gaudreault (stephane) - Wednesday, 09 February 2011, 20:58 GMT
Could you please give more details about what you are trying to do and your system ?

Here it works :

# wget https://aur.archlinux.org/packages/pysparse/pysparse.tar.gz
--2011-02-09 15:56:41-- https://aur.archlinux.org/packages/pysparse/pysparse.tar.gz
Resolving aur.archlinux.org... 208.92.232.29
Connecting to aur.archlinux.org|208.92.232.29|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 507 [application/x-tgz]
Saving to: `pysparse.tar.gz'

100%[====================>] 507 --.-K/s in 0s

2011-02-09 15:56:41 (7.51 MB/s) - `pysparse.tar.gz' saved [507/507]
Comment by Stéphane Gaudreault (stephane) - Wednesday, 09 February 2011, 21:02 GMT
Also, please use a ***REAL*** email when you send bug reports, not one from mailinator.com.
Comment by ajs124 (andy123) - Wednesday, 09 February 2011, 21:19 GMT
strange... seems it was because of my config. but what is a IRI???
Comment by Stéphane Gaudreault (stephane) - Wednesday, 09 February 2011, 21:32 GMT
Sorry, I cannot help you if you do not answer my previous comments.
Comment by ajs124 (andy123) - Wednesday, 09 February 2011, 21:39 GMT
ok, answers. there is a "keyword" called iri in the /etc/wgetrc
if you uncomment this (iri=on), and try to download a file you'll get this error. all i did was a normal wget command (like the one you posted) and everything i got was the error. and i will change my mail.

hope you understand me (because my english isn't that good...)
Comment by Stéphane Gaudreault (stephane) - Wednesday, 09 February 2011, 22:12 GMT
Great. IRI means Internationalized Resource Identifier. They are similar to URI, but they allow unicode charaters to be used.
I will look at this tonight.
Comment by Stéphane Gaudreault (stephane) - Thursday, 10 February 2011, 00:13 GMT
This PKGBUILD should fix the problem with IRIs. Can you please test it ?
Comment by Stéphane Gaudreault (stephane) - Thursday, 10 February 2011, 01:26 GMT
@Allan : This fix require libidn to be moved from [extra] to [core].
Comment by ajs124 (andy123) - Thursday, 10 February 2011, 17:02 GMT
thx, the pkgbuild works fine...
Comment by Stéphane Gaudreault (stephane) - Thursday, 24 February 2011, 14:59 GMT
The following command does not work :
wget http://例え.テスト/
Comment by Stéphane Gaudreault (stephane) - Friday, 04 March 2011, 01:29 GMT Comment by Allan McRae (Allan) - Friday, 22 April 2011, 05:46 GMT
How about we just delete the IRI lines from /etc/wgetrc for the time being given that option can not be altered.
Comment by Allan McRae (Allan) - Saturday, 07 May 2011, 13:00 GMT
Removed the IRI configuration option from /etc/wgetrc in wget-1.12-7. Actually fixing the bug is an issue for upstream to fix.

Loading...