Paste #261800

   
pasted on 16.04.2022 18:13
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# cl-update
Синхронизация репозиториев
 * Проверка текущего сервера обновлений ...                                                                                        [ ok ]
 * Проверка обновлений Distros ...                                                                                                 [ ok ]
 * Проверка обновлений Calculate ...                                                                                               [ ok ]
 * Проверка обновлений Gentoo ...                                                                                                  [ ok ]
 * Синхронизация завершена
Конфигурация системы
 * Сервер обновлений https://mirror.yandex.ru/calculate
Обновление пакетов
 * Вычисление зависимостей ...
 * Система находится в актуальном состоянии  
 * Получение пакетов... ...                                                                                                        [ ok ]
Очистка системы от ненужных пакетов
 * Вычисление зависимостей ...                                                                                                     [ ok ]
 * `emerge --noreplace <atom>`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.
 * 
 * As a safety measure, depclean will not remove any packages
 * unless *all* required dependencies have been resolved.  As a
 * consequence of this, it often becomes necessary to run 
 * `emerge --update --newuse --deep @world` prior to depclean.

 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 * 
 *   dev-python/tomli[python_targets_python3_9(-),python_targets_python3_10(-)] pulled in by:
 *     dev-python/flit_core-3.7.1
 * 
 *   dev-python/packaging[python_targets_python3_9(-),python_targets_python3_10(-)] pulled in by:
 *     dev-python/wheel-0.37.1-r1
 * 
 * Have you forgotten to do a complete update prior to depclean? The
 * most comprehensive command for this purpose is as follows:
 * 
 *   emerge --update --newuse --deep --with-bdeps=y @world
 * 
 * Note that the --with-bdeps=y option is not required in many
 * situations. Refer to the emerge manual page (run `man emerge`)
 * for more information about --with-bdeps.
 * 
 * Also, note that it may be necessary to manually uninstall
 * packages that no longer exist in the repository, since it may not
 * be possible to satisfy their dependencies.
 * Выполнение Emerge завершилось с ошибкой
 * Не удалось обновить
Add Comment
Author