История изменений
Исправление grem, (текущая версия) :
EMERGE_DEFAULT_OPTS=«–jobs=5 –load-average=4»
что-то нашёл такое.
То есть из-за включённой опции -jobs вывод скрывается.
Это опция для параллельной сборки нескольких пакетов.
Для распределённой сборки одного пакета нужно использовать опцию MAKEOPTS в make.conf
Из man emerge:
--quiet-build [ y | n ]
Redirect all build output to logs alone, and do not display it on stdout. If a build failure occurs for a single package, the build log will be automatically displayed on stdout (unless the --quiet-fail option is enabled). If there are multiple build failures (due to options like --keep-going or --jobs), then the content of the log files will not be displayed, and instead the paths of the log files will be displayed together with the corresponding die messages. Note that interactive packages currently force all build output to be displayed on stdout. This issue can be temporarily avoided by specifying --accept-properties=-interactive. Further, note that disabling --quiet-build has no effect if --jobs is set to anything higher than 1.
Особенно важно последнее замечание:
Further, note that disabling –quiet-build has no effect if –jobs is set to anything higher than 1.
Исходная версия grem, :
EMERGE_DEFAULT_OPTS=«–jobs=5 –load-average=4»
что-то нашёл такое.
То есть из-за включённой опции -jobs вывод скрывается.
Это опция для параллельной сборки нескольких пакетов.
Для распределённой сборки одного пакета нужно использовать опцию MAKEOPTS в make.conf