gentoo / tatt

[MIRROR] arch testing tool
https://gitweb.gentoo.org/proj/tatt.git
GNU General Public License v2.0
11 stars 14 forks source link

Outdate repository triggers exception #42

Open Whissi opened 6 years ago

Whissi commented 6 years ago
# tatt -b 643996 -j gdal
Bugnumber:  643996
Stabilization bug detected.
Jobname: gdal
Found the following package atom : =sci-libs/gdal-2.2.3-r1
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.5/tatt", line 202, in <module>
    kw = port.aux_get(dep_getcpv(p.packageString()), ["KEYWORDS"])
  File "/usr/lib/python3.5/site-packages/portage/dbapi/porttree.py", line 613, in aux_get
    raise PortageKeyError(mycpv)
portage.exception.PortageKeyError: 'sci-libs/gdal-2.2.3-r1'

Was fixed after I run emerge --sync. Maybe we can catch this and show an error msg instead?