Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

emerge world is hanging up [slvd]

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
4 posts • Page 1 of 1
Author
Message
cwc
Veteran
Veteran
User avatar
Posts: 1491
Joined: Mon Mar 20, 2006 10:36 pm
Location: Tri-Cities, WA USA
Contact:
Contact cwc
Website

emerge world is hanging up [slvd]

  • Quote

Post by cwc » Mon Dec 15, 2025 3:18 pm

Please throw me a bone.

I have two gentoo systems running my older system is updating world faster than my newer system for some reason
I have run 'eclean-dist'

I ran as a test 'emerge -a app-text/enchant' and there is no progress or very slow progress.
(update: after an hour enchant installed)

Code: Select all

yoda ~ # emerge -a app-text/enchant 

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 6.97 s (backtrack: 0/20).

[ebuild     U  ] app-text/enchant-2.8.12 [2.6.1-r1]

Would you like to merge these packages? [Yes/No] yes
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) app-text/enchant-2.8.12::gentoo
Would you like to merge these packages? [Yes/No] Yes
>>> Verifying ebuild manifests
>>> Emerging (1 of 4) media-fonts/noto-20251101::gentoo
>>> Jobs: 0 of 4 complete, 1 running Load avg: 2.98, 2.64, 2.45

the above is making no progress

Code: Select all


emerge -uDNat @world;

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
Dependency resolution took 38.06 s (backtrack: 0/20).
[ebuild     U  ] app-text/enchant-2.8.12 [2.6.1-r1]
[nomerge       ] media-gfx/inkscape-1.4.2 
[nomerge       ]  dev-python/numpy-2.3.2 
[ebuild     U  ]   dev-python/cython-3.1.7 [3.1.6]
[nomerge       ] dev-ruby/rubygems-3.6.9 
[nomerge       ]  dev-lang/ruby-3.3.8 
[nomerge       ]   dev-ruby/debug-1.10.0 
[nomerge       ]    dev-ruby/irb-1.15.2 
[nomerge       ]     dev-ruby/reline-0.6.1 
[ebuild     U  ]      dev-ruby/io-console-0.8.1 [0.8.0]
[nomerge       ] media-fonts/fonts-meta-3-r1 
[ebuild     U  ]  media-fonts/noto-20251101 [20251001]

Would you like to merge these packages? [Yes/No] Yes 
>>> Verifying ebuild manifests
>>> Emerging (1 of 4) media-fonts/noto-20251101::gentoo

Last edited by cwc on Sat Dec 27, 2025 3:37 pm, edited 5 times in total.
Without diversity there can be no evolution:)
Top
pietinger
Administrator
Administrator
Posts: 6631
Joined: Tue Oct 17, 2006 5:11 pm
Location: Bavaria

  • Quote

Post by pietinger » Mon Dec 15, 2025 3:30 pm

Downloading "noto" takes some time ... ;-)

You could check if it still downloading with a tool watching the traffic on your internet-connection (ethernet or wifi) ... for example "btop".
https://wiki.gentoo.org/wiki/User:Pietinger --> New at Gentoo
Top
cwc
Veteran
Veteran
User avatar
Posts: 1491
Joined: Mon Mar 20, 2006 10:36 pm
Location: Tri-Cities, WA USA
Contact:
Contact cwc
Website

  • Quote

Post by cwc » Mon Dec 15, 2025 3:39 pm

pietinger wrote:Downloading "noto" takes some time ... ;-)

You could check if it still downloading with a tool watching the traffic on your internet-connection (ethernet or wifi) ... for example "btop".
thank you .
installing btop
even this is slow:

Code: Select all

yoda ~ # emerge btop
Calculating dependencies... done!
Dependency resolution took 2.83 s (backtrack: 0/20).

>>> Verifying ebuild manifests
>>> Emerging (1 of 2) app-text/lowdown-2.0.2::gentoo
>>> Jobs: 0 of 2 complete, 1 running                Load avg: 0.06, 0.38, 0.29


top output

Code: Select all

top - 07:38:56 up 16 min,  3 users,  load average: 0.13, 0.28, 0.26
Tasks: 306 total, 1 running, 305 sleep, 0 d-sleep, 0 stopped, 0 zombie
%Cpu(s):  0.4 us,  0.2 sy,  0.0 ni, 99.4 id,  0.0 wa,  0.0 hi,  0.0 si,  0.0 st 
MiB Mem :  64246.0 total,  60515.3 free,   2212.7 used,   2097.8 buff/cache     
MiB Swap:  65536.0 total,  65536.0 free,      0.0 used.  62033.3 avail Mem 

  PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                                                                  
 2185 cwc       20   0   11.9g 613896 237516 S   2.0   0.9   1:25.88 firefox-bin                                                                                                              
 2058 cwc       20   0 1236524 108768  68628 S   1.0   0.2   0:15.03 X                                                                                                                        
 2655 cwc       20   0  470044  50764  37728 S   0.7   0.1   0:02.80 xfce4-terminal                                                                                                           
  151 root      20   0       0      0      0 I   0.3   0.0   0:00.11 kworker/u48:8-sdma1                                                                                                      
 2127 cwc       20   0 1250852  95108  76532 S   0.3   0.1   0:04.44 xfwm4                                                                                                                    
 2339 cwc       20   0 1018380  13044   8432 S   0.3   0.0   0:04.09 pulseaudio                                                                                                               
 2582 cwc       20   0 2629380 137852 104664 S   0.3   0.2   0:03.83 Isolated Web Co                                                                                                          
    1 root      20   0    2552   1736   1608 S   0.0   0.0   0:01.98 init                                                                                                                     
    2 root      20   0       0      0      0 S   0.0   0.0   0:00.00 kthreadd                                                                                                                 
    3 root      20   0       0      0      0 S   0.0   0.0   0:00.00 pool_workqueue_release                                                                                                   
    4 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker/R-kvfree_rcu_reclaim                                                                                             
    5 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker/R-rcu_gp                                                                                                         
    6 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker/R-sync_wq                                                                                                        
    7 root       0 -20       0      0      0 I   0.0   0.0   0:00.00 kworker/R-slub_flushwq                                                                                                   
    8 root       0 -20       0      0      0 I   0.0   0.0   0:00.00

Without diversity there can be no evolution:)
Top
cwc
Veteran
Veteran
User avatar
Posts: 1491
Joined: Mon Mar 20, 2006 10:36 pm
Location: Tri-Cities, WA USA
Contact:
Contact cwc
Website

  • Quote

Post by cwc » Tue Dec 16, 2025 10:42 pm

slvd

Some how I had all the the mirrors listed in my /etc/portage/make.conf
Without diversity there can be no evolution:)
Top
Post Reply

4 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic