Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eix-update -a kde-sunset gets stuck at 48%
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
padoor
Advocate
Advocate


Joined: 30 Dec 2005
Posts: 4185
Location: india

PostPosted: Sat May 22, 2010 3:41 am    Post subject: eix-update -a kde-sunset gets stuck at 48% Reply with quote

Code:
tux local # eix-update -a kde-sunset
Reading Portage settings ..
Building database (/var/cache/eix) ..
[0] "gentoo" /usr/portage/ (cache: metadata-flat)
     Reading category 154|154 (100%) Finished             
[1] "kde-sunset" /var/lib/layman/kde-sunset (cache: parse|ebuild*#metadata-flat#assign)
     Reading category  75|154 ( 48%): kde-base .. 


Code:
* Running command "cd "/var/lib/layman/php" && /usr/bin/git pull"...
Already up-to-date.
*
* Success:
* ------
*
* Successfully synchronized overlay "kde".
* Successfully synchronized overlay "kde-sunset".
* Successfully synchronized overlay "php".
tux ~ #



what happens??
_________________
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6781

PostPosted: Sat May 22, 2010 7:37 am    Post subject: Reply with quote

How long did you wait? On a fast machine it takes about 3 minutes: It is not surprising that almost all ebuild of kde-sunset are stored in one category, namely in kde-base (which is at 48% of the categories). If you want to speed up (but have e.g. wrong slot information) you can use e.g. OVERLAY_CACHE_METHOD=parse or, to use this only for kde-sunset, CACHE_METHOD='/PATH_TO_THE_KDE_SUNSET_OVERLAY parse %{ADD_CACHE_METHOD}'.
Back to top
View user's profile Send private message
padoor
Advocate
Advocate


Joined: 30 Dec 2005
Posts: 4185
Location: india

PostPosted: Sat May 22, 2010 11:21 am    Post subject: Reply with quote

this time i waited for half an hour. it is tecra M2 laptop. it is not so slow machine.
after 48% i dont see any disk activity also.
but kde-meta-3.5.10 emerges correctly [going on79/254 pkgs]
_________________
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6781

PostPosted: Sat May 22, 2010 4:21 pm    Post subject: Reply with quote

I cannot reproduce it here.

(BTW: The -a option as you use it is rather useless; you probably mean something like -a /var/lib/layman/kde-sunset, but it seems that it is not necessary since PORTDIR_OVERLAY already contains that path.)

What you can try is something like
Code:
strace eix-update 2>/tmp/somefile
and then check in another shell with
Code:
watch tail -n20 /tmp/somefile
whether it stucks on a particular ebuild or whether it proceeds just very slowly (also watch the length of /tmp/somefile whether the output is perhaps in a loop).
Back to top
View user's profile Send private message
johanson
n00b
n00b


Joined: 27 Jul 2006
Posts: 30

PostPosted: Wed Nov 03, 2010 6:39 pm    Post subject: Reply with quote

Hello,

because there was no answer if the post from "mv" solve the problem,...
I had the same problem. When i updated the eix db, eix waits at 48% from the kde overlay for a long long time,.... (~5mins)

i added
OVERLAY_CACHE_METHOD=parse
to the /etc/eixrc, and this was the solution.

Thank you "mv" - you helped me to save a lot of time ;o)
Johanson
Back to top
View user's profile Send private message
albright
Advocate
Advocate


Joined: 16 Nov 2003
Posts: 2588
Location: Near Toronto

PostPosted: Wed Nov 03, 2010 7:40 pm    Post subject: Reply with quote

Code:
OVERLAY_CACHE_METHOD=parse


that fixed it for me too ... many thanks
_________________
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Back to top
View user's profile Send private message
toralf
Developer
Developer


Joined: 01 Feb 2004
Posts: 3943
Location: Hamburg

PostPosted: Wed Jan 02, 2013 7:44 pm    Post subject: Reply with quote

same here - eix-update ran 1/2 an hour before I decided to look around for a solution
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum