Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wget: Starting 1.19 libidn2 is required instead of libidn(1). #12663

Closed
robert-mijakovic opened this issue Apr 16, 2021 · 3 comments · Fixed by #12670
Closed

wget: Starting 1.19 libidn2 is required instead of libidn(1). #12663

robert-mijakovic opened this issue Apr 16, 2021 · 3 comments · Fixed by #12670
Milestone

Comments

@robert-mijakovic
Copy link
Contributor

robert-mijakovic commented Apr 16, 2021

Current ECs are using libidn(1), however, the wget configure requires libidn2.

$ ./configure --help
...
  --with-libidn=DIR       Support IDN2008/IRIs (needs GNU libidn2 +
                          libunicode)
...

Also, wget installation log shows:

checking for library containing idn2_lookup_u8... no
configure: WARNING: *** LIBIDN2 was not found. You will not be able to use IDN2008 support
@boegel
Copy link
Member

boegel commented Apr 16, 2021

@robert-mijakovic Is this a problem with current wget easyconfigs already?

@boegel boegel added this to the next release (4.3.5?) milestone Apr 16, 2021
@robert-mijakovic
Copy link
Contributor Author

@robert-mijakovic Is this a problem with current wget easyconfigs already?

Yes, with the existing ECs.

@robert-mijakovic
Copy link
Contributor Author

I fixed everything except while compiling GCCcore 6.4.0 I face #10950.
It probably makes no sense in fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants