Paste #270813

   
pasted on 01.10.2023 11:52
  • 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
pomnk@calculate ~ $ sudo emerge --info
!!! Repository 'gentoo' has sync-type attribute set to unsupported value: 'calculate'
!!! Installed sync-types are: '['cvs', 'git', 'mercurial', 'rsync', 'svn', 'webrsync']'
!!! Repository 'distros' has sync-type attribute set to unsupported value: 'calculate'
!!! Installed sync-types are: '['cvs', 'git', 'mercurial', 'rsync', 'svn', 'webrsync']'
!!! Repository 'calculate' has sync-type attribute set to unsupported value: 'calculate'
!!! Installed sync-types are: '['cvs', 'git', 'mercurial', 'rsync', 'svn', 'webrsync']'
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.11/emerge", line 59, in <module>
    retval = emerge_main()
             ^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/main.py", line 1306, in emerge_main
    return run_action(emerge_config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/actions.py", line 3964, in run_action
    return action_info(
           ^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/actions.py", line 1942, in action_info
    sync = portage.sync.module_controller.get_class(repo.sync_type)()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/portage/module.py", line 160, in get_class
    raise InvalidModuleName(f"Module name '{modname}' is invalid or not found")
portage.module.InvalidModuleName: Module name 'calculate' is invalid or not found
Add Comment
Author