Advertisement
Necrose99

catalyst-o-snafu_no-seed-cache

May 12th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.47 KB | None | 0 0
  1. pi64 /var/tmp/catalyst # catalyst -v -f  stage1-systemd.spec
  2. 12 May 2018 17:54:15 BST: INFO    : Catalyst 3.0.1
  3. 12 May 2018 17:54:15 BST: INFO    : extended version info unavailable
  4. 12 May 2018 17:54:15 BST: INFO    : Copyright 2003-2018 Gentoo Foundation
  5. 12 May 2018 17:54:15 BST: INFO    : Copyright 2008-2012 various authors
  6. 12 May 2018 17:54:15 BST: INFO    : Distributed under the GNU General Public License version 2.1
  7. 12 May 2018 17:54:15 BST: NOTICE  : Loading configuration file: /etc/catalyst/catalyst.conf
  8. 12 May 2018 17:54:15 BST: INFO    : Package cache support enabled.
  9. 12 May 2018 17:54:15 BST: INFO    : Kernel cache support enabled.
  10. 12 May 2018 17:54:15 BST: INFO    : Snapshot cache support enabled.
  11. 12 May 2018 17:54:15 BST: INFO    : Autoresuming support enabled.
  12. 12 May 2018 17:54:15 BST: INFO    : Envscript support enabled.
  13. 12 May 2018 17:54:15 BST: NOTICE  : conf_values[options] = set(['bindist', 'pkgcache', 'kerncache', 'snapcache', 'autoresume'])
  14. 12 May 2018 17:54:15 BST: NOTICE  : Processing spec file: stage1-systemd.spec
  15. Traceback (most recent call last):
  16.   File "/usr/lib/python-exec/python2.7/catalyst", line 37, in <module>
  17.     main(sys.argv[1:])
  18.   File "/usr/lib64/python2.7/site-packages/catalyst/main.py", line 285, in main
  19.     return _main(parser, opts)
  20.   File "/usr/lib64/python2.7/site-packages/catalyst/main.py", line 441, in _main
  21.     if os.uname().sysname in  ["Linux", "linux"]:
  22. AttributeError: 'tuple' object has no attribute 'sysname'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement