Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 725926 - net-misc/wget: fetch from distfiles.gentoo.org fails with "This version does not have support for IRIs" error
Summary: net-misc/wget: fetch from distfiles.gentoo.org fails with "This version does ...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-28 19:51 UTC by Victor Corral
Modified: 2020-06-01 18:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Corral 2020-05-28 19:51:35 UTC
> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-libs/elfutils-0.177::gentoo
Unable to unshare: EINVAL (for FEATURES="ipc-sandbox network-sandbox pid-sandbox")
>>> Downloading 'http://distfiles.gentoo.org/distfiles/b2/elfutils-0.177.tar.bz2'
This version does not have support for IRIs
>>> Downloading 'https://sourceware.org/elfutils/ftp/0.177/elfutils-0.177.tar.bz2'
This version does not have support for IRIs
!!! Couldn't download 'elfutils-0.177.tar.bz2'. Aborting.
 * Fetch failed for 'dev-libs/elfutils-0.177', Log file:
 *  '/var/tmp/portage/dev-libs/elfutils-0.177/temp/build.log'
Comment 1 Zac Medico gentoo-dev 2020-05-28 20:20:56 UTC
It looks like your wget is broken somehow. The "support for IRIs" is enabled by USE=idn, but you should need that support to fetch http://distfiles.gentoo.org/distfiles/b2/elfutils-0.177.tar.bz2.

Does it help if you rebuild wget?