LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Calculate (https://www.linuxquestions.org/questions/calculate-89/)
-   -   portage compilation verbosity question... (https://www.linuxquestions.org/questions/calculate-89/portage-compilation-verbosity-question-826103/)

fedoralinuxjunkie 08-13-2010 06:08 PM

portage compilation verbosity question...
 
hey guys. I just installed Calculate 10.4 GNOME (and I love it :D), but I do have one question.

In other distros I've used with Portage (such as Gentoo), Portage was very verbose with the compiler output and operations output, not generic like below:

Code:

>>> Verifying ebuild manifests
>>> Starting parallel fetch
>>> Emerging (1 of 15) x11-libs/qt-sql-4.6.2
>>> Emerging (2 of 15) x11-libs/qt-test-4.6.2
>>> Emerging (3 of 15) dev-util/automoc-0.9.88
>>> Emerging (4 of 15) app-crypt/qca-2.0.2-r2
>>> Installing (3 of 15) dev-util/automoc-0.9.88
>>> Emerging (5 of 15) x11-libs/qt-xmlpatterns-4.6.2
>>> Installing (2 of 15) x11-libs/qt-test-4.6.2
>>> Installing (4 of 15) app-crypt/qca-2.0.2-r2
>>> Installing (1 of 15) x11-libs/qt-sql-4.6.2
>>> Emerging (6 of 15) x11-libs/qt-gui-4.6.2

Is there any way I can make the compilation and installation more verbose than this? Appending the -v option to emerge gets me no where. Thanks in advance :D

Lautre 08-14-2010 05:00 PM

This is a parallel installation of packages. Acceleration on average by 30%. To disable comment out in the file /etc/make.conf:
Code:

EMERGE_DEFAULT_OPTS = "--jobs=X"

fedoralinuxjunkie 08-14-2010 11:11 PM

Thanks, that did the trick :D. I'm really loving Calculate :D


All times are GMT -5. The time now is 02:15 AM.