View previous topic :: View next topic |
Author |
Message |
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Tue Jun 04, 2024 5:25 pm Post subject: emerge refuses to deal with --getbinpkg |
|
|
Hi!
emerge just stucks when --getbinpkg (or -g) argument added to command:
Code: | emerge -av --getbinpkg plasma-workspace
|
No any output, nothing. Neither calculating dependencies nor any other actions. The only way to interrupt this hanging is Ctrl+C
What's wrong with --getbinpkg? It worked fine till today.
Added:
It's not a particular package issue, any emerge call with -g stucks (e.g. emerge -avugDN world) _________________ GNU is Not Usable |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22657
|
Posted: Tue Jun 04, 2024 5:54 pm Post subject: |
|
|
From what server(s) are you retrieving binpkgs? Do requests from the command line to those servers work via wget? |
|
Back to top |
|
|
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Tue Jun 04, 2024 6:04 pm Post subject: |
|
|
Hu wrote: | From what server(s) are you retrieving binpkgs? Do requests from the command line to those servers work via wget? |
/etc/portage/binrepos.conf/gentoobinhost.conf:
Code: | [binhost]
priority = 9999
sync-uri = https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/ |
_________________ GNU is Not Usable |
|
Back to top |
|
|
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Tue Jun 04, 2024 6:10 pm Post subject: |
|
|
Tried to download package with wget - it downloads (as root)
Code: | # wget https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/acct-group/cron/cron-0-r2-1.gpkg.tar
--2024-06-04 21:07:24-- https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/acct-group/cron/cron-0-r2-1.gpkg.tar
Resolving mirror.bytemark.co.uk... 80.68.83.150, 212.110.163.13
Connecting to mirror.bytemark.co.uk|80.68.83.150|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20480 (20K) [application/x-tar]
Saving to: ‘cron-0-r2-1.gpkg.tar’
cron-0-r2-1.gpkg.tar 100%[=================================================================>] 20.00K --.-KB/s in 0.1s
2024-06-04 21:07:25 (208 KB/s) - ‘cron-0-r2-1.gpkg.tar’ saved [20480/20480] |
As regular user getting Access denied error. _________________ GNU is Not Usable |
|
Back to top |
|
|
Blind_Sniper Guru
Joined: 20 Apr 2018 Posts: 362
|
Posted: Wed Jun 05, 2024 4:37 pm Post subject: |
|
|
Somehow got it fixed, probably it was a python migration issue, not sure... _________________ GNU is Not Usable |
|
Back to top |
|
|
|