You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package list for stablereq
user $nattka make-package-list -s 'dev-java/log4j-12-api-2.18.0'
So I tried nattka make-package-list -s 'dev-util/reuse-2.1.0' which crashes with
$ nattka make-package-list -s 'dev-util/reuse-2.1.0'
WARNING:pkgcore:repos.conf: parsing '/etc/portage/repos.conf/jstein-overlay.conf': overriding DEFAULT section
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.11/nattka", line 8, in <module>
sys.exit(setuptools_main())
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/nattka/__main__.py", line 1066, in setuptools_main
sys.exit(main(sys.argv[1:]))
^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/nattka/__main__.py", line 1056, in main
return getattr(cmd, args.command.replace('-', '_'))()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/nattka/__main__.py", line 412, in make_package_list
plist = dict(match_package_list(repo, b, only_new=True))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/nattka/package.py", line 362, in match_package_list
raise KeywordNoneLeft('package keywords in line with other '
nattka.package.KeywordNoneLeft: package keywords in line with other versions and none specified
https://wiki.gentoo.org/wiki/Nattka suggests
So I tried
nattka make-package-list -s 'dev-util/reuse-2.1.0'
which crashes withWith
$ nattka make-package-list -a 'amd64' -s 'dev-util/reuse-2.1.0'
it returns
I think it should not crash, but report, if -a is missing but required for nattka
The text was updated successfully, but these errors were encountered: