Ubuntu Pastebin

Paste from Martin Pitt at Wed, 12 Oct 2016 07:27:55 +0000

Download as text
 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
Subject: Cron <ubuntu-archive@snakefruit> update-germinate
Content-Type: text/plain; charset=ANSI_X3.4-1968
X-Cron-Env: <PATH=/home/ubuntu-archive/bin:/home/ubuntu-archive/ubuntu-archive-tools:/usr/local/bin:/usr/bin:/bin>
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/home/ubuntu-archive>
X-Cron-Env: <LOGNAME=ubuntu-archive>
Message-Id: <20161012045009.10075240421@snakefruit.canonical.com>
Date: Wed, 12 Oct 2016 04:50:09 +0000 (UTC)

Traceback (most recent call last):
  File "/home/ubuntu-archive/germinate/bin/germinate", line 35, in <module>
    main(sys.argv)
  File "/srv/ubuntu-archive/germinate/bin/../germinate/scripts/germinate_main.py", line 177, in main
    g.grow(structure)
  File "/srv/ubuntu-archive/germinate/bin/../germinate/germinator.py", line 1020, in grow
    self._add_package(seed, pkg, seed._seed_reason)
  File "/srv/ubuntu-archive/germinate/bin/../germinate/germinator.py", line 1556, in _add_package
    build_tree=build_tree)
  File "/srv/ubuntu-archive/germinate/bin/../germinate/germinator.py", line 1473, in _add_dependency_tree
    recommends):
  File "/srv/ubuntu-archive/germinate/bin/../germinate/germinator.py", line 1428, in _new_dependency
    second_class, build_tree, recommends)
  File "/srv/ubuntu-archive/germinate/bin/../germinate/germinator.py", line 1305, in _add_dependency
    build_tree, second_class, recommends)
  File "/srv/ubuntu-archive/germinate/bin/../germinate/germinator.py", line 1573, in _add_package
    built_using = [i[0][0] for i in self._packages[pkg]["Built-Using"]]
KeyError: 'Built-Using'
Download as text