Paste #275161

   
pasted on 03.06.2024 11:48
  • 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
 # emerge -av1 app-portage/gentoolkit

Local copy of remote index is up-to-date and will be used.

Local copy of remote index is up-to-date and will be used.

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 21.14 s (backtrack: 0/20).

[binary   R    ] app-portage/gentoolkit-0.6.5::gentoo  PYTHON_TARGETS="python3_11 (-pypy3) -python3_10 -python3_12" 0 KiB

Total: 1 package (1 reinstall, 1 binary), Size of downloads: 0 KiB

Would you like to merge these packages? [Yes/No] y
>>> Emerging binary (1 of 1) app-portage/gentoolkit-0.6.5::gentoo
>>> Installing (1 of 1) app-portage/gentoolkit-0.6.5::gentoo
>>> Completed (1 of 1) app-portage/gentoolkit-0.6.5::gentoo
>>> Jobs: 1 of 1 complete                           Load avg: 0.63, 0.35, 0.30
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

 * GNU info directory index is up-to-date.

 # eclean-dist --deep
 * Building file list for distfiles cleaning...
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.11/eclean-dist", line 41, in <module>
    main()
  File "/usr/lib/python3.11/site-packages/gentoolkit/eclean/cli.py", line 737, in main
    doAction(action, options, exclude=exclude, output=output)
  File "/usr/lib/python3.11/site-packages/gentoolkit/eclean/cli.py", line 582, in doAction
    clean_me, saved, deprecated, vcs = engine.findDistfiles(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 4, got 3)
Add Comment
Author