Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 891147 - the "eselect repositiry list" command raised an error
Summary: the "eselect repositiry list" command raised an error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-16 17:25 UTC by Jean-Claude Aciman
Modified: 2023-01-18 15:17 UTC (History)
1 user (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 Jean-Claude Aciman 2023-01-16 17:25:06 UTC
When launching the command "eselect repository list", I get the following error:


--2023-01-16 18:17:51--  https://qa-reports.gentoo.org/output/repos/repositories.xml
Résolution de qa-reports.gentoo.org (qa-reports.gentoo.org)… 2a04:4e42::347, 2a04:4e42:200::347, 2a04:4e42:400::347, ...
Connexion à qa-reports.gentoo.org (qa-reports.gentoo.org)|2a04:4e42::347|:443… connecté.
/usr/share/eselect/modules/repository.eselect : ligne 45 : 241011 Instruction non permise wget -N -P "${REMOTE_LIST_CACHEDIR}" "${REMOTE_LIST_URI}"
!!! Error: unable to fetch repositories.xml

This happens with any command, not just "list".
I can download the file repository.xml without any problem using my browser.

Thank you for your help.
Comment 1 Ben Kohler gentoo-dev 2023-01-16 17:31:03 UTC
What happens if you tyr "wget https://qa-reports.gentoo.org/output/repos/repositories.xml" from the same shell you're trying eselect from?
Comment 2 Mike Gilbert gentoo-dev 2023-01-16 18:09:54 UTC
I suspect you compiled net-misc/wget with bad CFLAGS, causing it to execute an illegal instruction. Please try rebuilding wget with a more conservative set of CFLAGS.

If that does not work, please provide emerge --info and change the bug status back to UNCONFIRMED.
Comment 3 Jean-Claude Aciman 2023-01-18 14:19:56 UTC
(In reply to Mike Gilbert from comment #2)
> I suspect you compiled net-misc/wget with bad CFLAGS, causing it to execute
> an illegal instruction. Please try rebuilding wget with a more conservative
> set of CFLAGS.
> 
> If that does not work, please provide emerge --info and change the bug
> status back to UNCONFIRMED.

Thank you for your help. 

I did remerge wget with only the following USE flags:
[ebuild   R   ] net-misc/wget-1.21.3-r1  USE="nls (ssl) uuid zlib -cookie-check -debug -gnutls -idn -ipv6 -metalink -ntlm -pcre -static -test -verify-sig" and 
it works fine!