View previous topic :: View next topic |
Author |
Message |
pgu l33t
Joined: 30 Jul 2009 Posts: 721 Location: Oslo, Norway
|
Posted: Mon Apr 01, 2013 2:51 pm Post subject: The not so quick Raspberry Pi install |
|
|
Code: | root # emerge --ask ntp
|
pulls in llvm which takes forever to compile. Maybe there some more optimal USE flags to use? |
|
Back to top |
|
|
avx Advocate
Joined: 21 Jun 2004 Posts: 2152
|
Posted: Mon Apr 01, 2013 5:40 pm Post subject: |
|
|
Don't you use distcc or crossdev? _________________ ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>. |
|
Back to top |
|
|
pgu l33t
Joined: 30 Jul 2009 Posts: 721 Location: Oslo, Norway
|
Posted: Mon Apr 01, 2013 5:46 pm Post subject: |
|
|
Nope. I just thought it was a quick emerge. But I have crossdev installed on my x86_64 machine so maybe I should switch to that... |
|
Back to top |
|
|
chithanh Developer
Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
Posted: Mon Apr 01, 2013 10:47 pm Post subject: |
|
|
Some optional dependencies like avahi can pull in a lot of desktop packages, especially if you use a desktop profile. If one of them needs virtual/opengl then you have mesa and llvm by default. |
|
Back to top |
|
|
|