Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Get your time with portage
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
szatox
Advocate
Advocate


Joined: 27 Aug 2013
Posts: 3131

PostPosted: Wed May 24, 2017 8:08 pm    Post subject: Get your time with portage Reply with quote

So, I'm building stuff for another OS image. One ebuild has spent over 20 hours on a single core out of 8 cores available so far (with makeopts set to -j10 -l9 to allow for fully loading the hardware).
This is how the recent load from this build looks right now:
Code:
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 2.61, 2.67, 2.56
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 1.51, 1.38, 1.37
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 9.86, 3.54, 2.10
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 9.16, 4.87, 2.70
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 8.95, 6.08, 3.37
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 9.08, 7.74, 4.69
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 9.04, 8.18, 5.27
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 8.97, 8.59, 6.09
>>> Jobs: 63 of 66 complete, 1 running              Load avg: 5.00, 7.82, 7.00

What happened between line 2 and 3? Well... I got back to check the progress. There was _something_ going on all the time, gcc kept spinning it's processes like mad, yet despite all compilation taking place in memory it's usage was ridiculously small. Build space was also basically unused... so I checked the logs. Without interrupting the build.
And i found a warning from tar, that timestamps on files extracted from source tarballs are in the future. It turned out the hw clock was set a few years back.
3rd line from this snippet was taken like a minute after I forcefully called ntpd to set software clock to more modern settings. Like, you know, the time we have _now_.

Now, the build eventually failed and I had to restart it, but I believe to have solved the issue. Posting it anyway, since it just bit my ass and we all sometimes need a reminder that details do matter :oops:
Back to top
View user's profile Send private message
roboto
Apprentice
Apprentice


Joined: 15 Feb 2017
Posts: 156
Location: My IP address.

PostPosted: Wed May 24, 2017 8:22 pm    Post subject: Reply with quote

I learned that lesson while trying to maintain my laptop.
_________________
Answers please.

The true hater of man expects nothing from him and is indiscriminate to his works.
-Ayn Rand
Quote:
Dude. Minus 30 credibility points.

Yep
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