Guest User

Untitled

a guest
Jan 7th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. root@devuan:~# apt update && apt-get upgrade && apt-get dist-upgrade
  2. Hit:1 http://deb.devuan.org//merged ascii InRelease
  3. Hit:2 http://deb.devuan.org//merged ascii-backports InRelease
  4. Hit:3 http://deb.devuan.org//merged ascii-security InRelease
  5. Hit:4 http://deb.devuan.org//merged ascii-updates InRelease
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. All packages are up to date.
  10. Reading package lists... Done
  11. Building dependency tree
  12. Reading state information... Done
  13. Calculating upgrade... Done
  14. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  15. 4 not fully installed or removed.
  16. After this operation, 0 B of additional disk space will be used.
  17. Do you want to continue? [Y/n] Y
  18. Setting up gir1.2-ibus-1.0:amd64 (1.5.14-3) ...
  19. dpkg-query: error: --listfiles needs a valid package name but 'gir1.2-ibus-1.0' is not: ambiguous package name 'gir1.2-ibus-1.0' with more than one installed instance
  20.  
  21. Use --help for help about querying packages.
  22. Traceback (most recent call last):
  23. File "/usr/bin/py3compile", line 290, in <module>
  24. main()
  25. File "/usr/bin/py3compile", line 270, in main
  26. options.force, options.optimize, e_patterns)
  27. File "/usr/bin/py3compile", line 154, in compile
  28. for fn, versions_to_compile in filter_files(files, e_patterns, versions):
  29. File "/usr/bin/py3compile", line 106, in filter_files
  30. for fn in files:
  31. File "/usr/share/python3/debpython/files.py", line 71, in filter_public
  32. for fn in files:
  33. File "/usr/share/python3/debpython/files.py", line 53, in from_package
  34. raise Exception("cannot get content of %s" % package_name)
  35. Exception: cannot get content of gir1.2-ibus-1.0
  36. dpkg: error processing package gir1.2-ibus-1.0:amd64 (--configure):
  37. subprocess installed post-installation script returned error exit status 1
  38. Setting up gir1.2-ibus-1.0:i386 (1.5.14-3) ...
  39. dpkg-query: error: --listfiles needs a valid package name but 'gir1.2-ibus-1.0' is not: ambiguous package name 'gir1.2-ibus-1.0' with more than one installed instance
  40.  
  41. Use --help for help about querying packages.
  42. Traceback (most recent call last):
  43. File "/usr/bin/py3compile", line 290, in <module>
  44. main()
  45. File "/usr/bin/py3compile", line 270, in main
  46. options.force, options.optimize, e_patterns)
  47. File "/usr/bin/py3compile", line 154, in compile
  48. for fn, versions_to_compile in filter_files(files, e_patterns, versions):
  49. File "/usr/bin/py3compile", line 106, in filter_files
  50. for fn in files:
  51. File "/usr/share/python3/debpython/files.py", line 71, in filter_public
  52. for fn in files:
  53. File "/usr/share/python3/debpython/files.py", line 53, in from_package
  54. raise Exception("cannot get content of %s" % package_name)
  55. Exception: cannot get content of gir1.2-ibus-1.0
  56. dpkg: error processing package gir1.2-ibus-1.0:i386 (--configure):
  57. subprocess installed post-installation script returned error exit status 1
  58. dpkg: dependency problems prevent configuration of libibus-1.0-dev:i386:
  59. libibus-1.0-dev:i386 depends on gir1.2-ibus-1.0 (= 1.5.14-3); however:
  60. Package gir1.2-ibus-1.0:i386 is not configured yet.
  61.  
  62. dpkg: error processing package libibus-1.0-dev:i386 (--configure):
  63. dependency problems - leaving unconfigured
  64. dpkg: dependency problems prevent configuration of libsdl2-dev:i386:
  65. libsdl2-dev:i386 depends on libibus-1.0-dev; however:
  66. Package libibus-1.0-dev:i386 is not configured yet.
  67.  
  68. dpkg: error processing package libsdl2-dev:i386 (--configure):
  69. dependency problems - leaving unconfigured
  70. Errors were encountered while processing:
  71. gir1.2-ibus-1.0:amd64
  72. gir1.2-ibus-1.0:i386
  73. libibus-1.0-dev:i386
  74. libsdl2-dev:i386
  75. E: Sub-process /usr/bin/dpkg returned an error code (1)
  76. root@devuan:~#
Advertisement
Add Comment
Please, Sign In to add comment