Paste #275164

   
pasted on 03.06.2024 14:06
  • 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
 #  emerge --info|grep DISTDIR
DISTDIR="/var/calculate/distfiles"

 # eclean-pkg --deep
 * Building file list for packages cleaning...
 * Cleaning binary packages...
 [  184.5 M ] sys-kernel/calculate-sources-6.6.12
 [    1.1 K ] Packages Index
 ===========
 [  184.5 M ] Total space from 1 files were freed in the packages directory

 # 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