Advertisement
delvin-fil

Untitled

Jul 12th, 2023
997
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.39 KB | None | 0 0
  1. 14:27:41
  2. ├ ~  
  3. ╰─ ✗ $ /usr/lib/python-exec/python3.10/e-file "java-config-2"
  4. [I] dev-java/java-config
  5.         Seen Versions:          2.3.1 2.3.1-r1
  6.         Portage Versions:       2.3.1-r1 9999
  7.         Installed Versions:     2.3.1-r1(Sat Jun 17 18:56:01 2023)
  8.         Homepage:               https://wiki.gentoo.org/wiki/Project:Java
  9.         Description:            Java environment configuration query tool
  10.         Matched Files:          /usr/bin/java-config-2/java-config-2; /usr/lib/python-exec/python3.10/java-config-2/java-config-2; /usr/lib/python-exec/python3.11/java-config-2/java-config-2; /usr/lib/python-exec/python3.8/java-config-2/java-config-2
  11.  
  12. 14:27:53
  13. ├ ~  
  14. ╰─ ✓ $ /usr/lib/python-exec/python3.10/e-file "rst2man"
  15. Error searching file: Got response (400): {"error":{"code":"SEARCH_FAILED","message":"Search resulted in an unknow error."}}
  16. Traceback (most recent call last):
  17.   File "/usr/lib/python-exec/python3.10/e-file", line 36, in <module>
  18.     if len(files['result']) > 0:
  19. KeyError: 'result'
  20. 14:27:58
  21. ├ ~  
  22. ╰─ ✗ $ /usr/lib/python-exec/python3.11/e-file "rst2man"
  23. Error searching file: Got response (400): {"error":{"code":"SEARCH_FAILED","message":"Search resulted in an unknow error."}}
  24. Traceback (most recent call last):
  25.   File "/usr/lib/python-exec/python3.11/e-file", line 36, in <module>
  26.     if len(files['result']) > 0:
  27.            ~~~~~^^^^^^^^^^
  28. KeyError: 'result'
  29. 14:28:08
  30. ├ ~  
  31. ╰─ ✗ $ /usr/lib/python-exec/python3.11/e-file "python-exec.conf"
  32. [I] dev-lang/python-exec-conf
  33.         Seen Versions:          2.4.6
  34.         Portage Versions:       2.4.6
  35.         Installed Versions:     2.4.6(Sat May  6 23:20:24 2023)
  36.         Homepage:               https://github.com/mgorny/python-exec/
  37.         Description:            Configuration file for dev-lang/python-exec
  38.         Matched Files:          /etc/python-exec/python-exec.conf/python-exec.conf
  39.  
  40. 14:28:43
  41. ├ ~  
  42. ╰─ ✓ $ e-file "python-exec.conf"
  43. [I] dev-lang/python-exec-conf
  44.         Seen Versions:          2.4.6
  45.         Portage Versions:       2.4.6
  46.         Installed Versions:     2.4.6(Sat May  6 23:20:24 2023)
  47.         Homepage:               https://github.com/mgorny/python-exec/
  48.         Description:            Configuration file for dev-lang/python-exec
  49.         Matched Files:          /etc/python-exec/python-exec.conf/python-exec.conf
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement