Не могу поставить ни один пакет

Всем привет!

Помогите пжл, не ставится ни один пакет, дистрибутив Calculate Directory Server:

* ERROR: sys-process/htop-1.0.1 failed:
 *   error sourcing environment
 * 
 * Call stack:
 *   misc-functions.sh, line 17:  Called source 'preinst_selinux_labels'
 *           ebuild.sh, line 491:  Called die
 * The specific snippet of code:
 *      source "${T}"/environment || 
 *              die "error sourcing environment"
 * 
 * If you need support, post the output of `emerge --info '=sys-process/htop-1.0.1'`,
 * the complete build log and the output of `emerge -pqv '=sys-process/htop-1.0.1'`.
 * The complete build log is located at '/var/calculate/tmp/portage/sys-process/htop-1.0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/sys-process/htop-1.0.1/temp/environment'.
 * Working directory: '/var/calculate/tmp/portage/sys-process/htop-1.0.1'
 * S: '/var/calculate/tmp/portage/sys-process/htop-1.0.1/work/htop-1.0.1'
 * ERROR: sys-process/htop-1.0.1 failed:
 *   error sourcing environment
 * 
 * Call stack:
 *   misc-functions.sh, line 17:  Called source '/usr/lib64/portage/bin/ebuild.sh'
 *           ebuild.sh, line 491:  Called die
 * The specific snippet of code:
 *      source "${T}"/environment || 
 *              die "error sourcing environment"
 * 
 * If you need support, post the output of `emerge --info '=sys-process/htop-1.0.1'`,
 * the complete build log and the output of `emerge -pqv '=sys-process/htop-1.0.1'`.
 * The complete build log is located at '/var/calculate/tmp/portage/sys-process/htop-1.0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/sys-process/htop-1.0.1/temp/environment'.
 * Working directory: '/var/calculate/tmp/portage/sys-process/htop-1.0.1'
 * S: '/var/calculate/tmp/portage/sys-process/htop-1.0.1/work/htop-1.0.1'
 * ERROR: sys-process/htop-1.0.1 failed:
 *   error sourcing environment
 * 
 * Call stack:
 *   misc-functions.sh, line 17:  Called source '/usr/lib64/portage/bin/ebuild.sh'
 *           ebuild.sh, line 491:  Called die
 * The specific snippet of code:
 *      source "${T}"/environment || 
 *              die "error sourcing environment"
 * 
 * If you need support, post the output of `emerge --info '=sys-process/htop-1.0.1'`,
 * the complete build log and the output of `emerge -pqv '=sys-process/htop-1.0.1'`.
 * The complete build log is located at '/var/calculate/tmp/portage/sys-process/htop-1.0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/calculate/tmp/portage/sys-process/htop-1.0.1/temp/environment'.
 * Working directory: '/var/calculate/tmp/portage/sys-process/htop-1.0.1'
 * S: '/var/calculate/tmp/portage/sys-process/htop-1.0.1/work/htop-1.0.1'

Проблема проявляется после того как рвется ssh соединение с сервером при установке пакета.

Это как? Вы начинаете устанавливать пакет, переводите его в бэкграунд, выходите, и установка рвется? Или просто при потере связи по ssh - опять же рвется установка?
В таком случае - проблема связана с тем, что процесс установки теряет stdout и stderr
Откройте для себя screen если не знали его. Я думаю вам понравится это решение.

Да уже открыл для себя screen. Но все равно очень сомнительно что сборка “несистемных” файлов так радикально влияет на систему, ведь при сборке все библиотеки должны открываются на чтение, или нет?