Summary: | the "eselect repositiry list" command raised an error | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jean-Claude Aciman <jcl.aciman> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bkohler |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jean-Claude Aciman
2023-01-16 17:25:06 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? 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. (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! |