Advertisement
Guest User

Untitled

a guest
Jan 12th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. $ ./update
  2. [info] Initialising xubuntu-* package lists update...
  3. [amd64] Downloading available package lists...
  4. Downloading http://archive.ubuntu.com/ubuntu/dists/lunar/main/binary-amd64/Packages.xz file ...
  5. Decompressing http://archive.ubuntu.com/ubuntu/dists/lunar/main/binary-amd64/Packages.xz file ...
  6. Downloading http://ports.ubuntu.com/ubuntu-ports/dists/lunar/main/source/Sources.xz file ...
  7. Decompressing http://ports.ubuntu.com/ubuntu-ports/dists/lunar/main/source/Sources.xz file ...
  8. Downloading http://archive.ubuntu.com/ubuntu/dists/lunar/main/debian-installer/binary-amd64/Packages.xz file ...
  9. Decompressing http://archive.ubuntu.com/ubuntu/dists/lunar/main/debian-installer/binary-amd64/Packages.xz file ...
  10. Downloading http://archive.ubuntu.com/ubuntu/dists/lunar/restricted/binary-amd64/Packages.xz file ...
  11. Decompressing http://archive.ubuntu.com/ubuntu/dists/lunar/restricted/binary-amd64/Packages.xz file ...
  12. Downloading http://ports.ubuntu.com/ubuntu-ports/dists/lunar/restricted/source/Sources.xz file ...
  13. Decompressing http://ports.ubuntu.com/ubuntu-ports/dists/lunar/restricted/source/Sources.xz file ...
  14. Downloading http://archive.ubuntu.com/ubuntu/dists/lunar/restricted/debian-installer/binary-amd64/Packages.xz file ...
  15. Decompressing http://archive.ubuntu.com/ubuntu/dists/lunar/restricted/debian-installer/binary-amd64/Packages.xz file ...
  16. Downloading http://archive.ubuntu.com/ubuntu/dists/lunar/universe/binary-amd64/Packages.xz file ...
  17. Decompressing http://archive.ubuntu.com/ubuntu/dists/lunar/universe/binary-amd64/Packages.xz file ...
  18. Downloading http://ports.ubuntu.com/ubuntu-ports/dists/lunar/universe/source/Sources.xz file ...
  19. Decompressing http://ports.ubuntu.com/ubuntu-ports/dists/lunar/universe/source/Sources.xz file ...
  20. Downloading http://archive.ubuntu.com/ubuntu/dists/lunar/universe/debian-installer/binary-amd64/Packages.xz file ...
  21. Decompressing http://archive.ubuntu.com/ubuntu/dists/lunar/universe/debian-installer/binary-amd64/Packages.xz file ...
  22. [amd64] Loading seed lists...
  23. * Cloning branch lunar of git+ssh://git.launchpad.net/~xubuntu-dev/ubuntu-seeds/+git/xubuntu/
  24. Cloning into '/tmp/germinate-3vvotuj3/xubuntu.lunar'...
  25. remote: Enumerating objects: 6348, done.
  26. remote: Counting objects: 100% (6348/6348), done.
  27. remote: Compressing objects: 100% (3034/3034), done.
  28. remote: Total 6348 (delta 3592), reused 5975 (delta 3310)
  29. Receiving objects: 100% (6348/6348), 4.48 MiB | 467.00 KiB/s, done.
  30. Resolving deltas: 100% (3592/3592), done.
  31. * Cloning branch lunar of git+ssh://git.launchpad.net/~xubuntu-dev/ubuntu-seeds/+git/platform/
  32. Cloning into '/tmp/germinate-3vvotuj3/platform.lunar'...
  33. fatal: remote error: Repository '~xubuntu-dev/ubuntu-seeds/+git/platform' not found.
  34. * Cloning branch lunar of git+ssh://git.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/+git/platform/
  35. Cloning into '/tmp/germinate-3vvotuj3/platform.lunar'...
  36. remote: Enumerating objects: 8774, done.
  37. remote: Counting objects: 100% (8774/8774), done.
  38. remote: Compressing objects: 100% (4376/4376), done.
  39. remote: Total 8774 (delta 5404), reused 7433 (delta 4381)
  40. Receiving objects: 100% (8774/8774), 4.29 MiB | 470.00 KiB/s, done.
  41. Resolving deltas: 100% (5404/5404), done.
  42. Traceback (most recent call last):
  43. File "/usr/lib/python3/dist-packages/germinate/tsort.py", line 156, in iter_topo_order
  44. parents = self._graph.pop(next_node_name)
  45. KeyError: 'standard'
  46.  
  47. During handling of the above exception, another exception occurred:
  48.  
  49. Traceback (most recent call last):
  50. File "/usr/bin/germinate-update-metapackage", line 34, in <module>
  51. main(sys.argv)
  52. File "/usr/lib/python3/dist-packages/germinate/scripts/germinate_update_metapackage.py", line 279, in main
  53. structure = SeedStructure(seed_dist, seed_base, options.vcs)
  54. File "/usr/lib/python3/dist-packages/germinate/seeds.py", line 469, in __init__
  55. self._expand_inheritance()
  56. File "/usr/lib/python3/dist-packages/germinate/seeds.py", line 536, in _expand_inheritance
  57. self._names = topo_sort(self._inherit)
  58. File "/usr/lib/python3/dist-packages/germinate/tsort.py", line 64, in topo_sort
  59. return TopoSorter(graph).sorted()
  60. File "/usr/lib/python3/dist-packages/germinate/tsort.py", line 111, in sorted
  61. return list(self.iter_topo_order())
  62. File "/usr/lib/python3/dist-packages/germinate/tsort.py", line 163, in iter_topo_order
  63. raise GraphCycleError(self._node_name_stack)
  64. germinate.tsort.GraphCycleError: Cycle in graph ['supported', 'supported-desktop-extra', 'supported-common', 'supported-desktop', 'supported-kernel-desktop', 'standard', 'minimal', 'desktop-common']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement