Skip to content

Instantly share code, notes, and snippets.

@ManasJayanth
Created November 28, 2018 05:41
Show Gist options
  • Save ManasJayanth/7f7ed31d55b1927cf2d08f2e6c013eab to your computer and use it in GitHub Desktop.
Save ManasJayanth/7f7ed31d55b1927cf2d08f2e6c013eab to your computer and use it in GitHub Desktop.
Cerbero arch linux traceback
Traceback (most recent call last):
File "/home/manas/development/cerbero/cerbero/main.py", line 110, in run_command
res = commands.run(command, self.config, self.args)
File "/home/manas/development/cerbero/cerbero/commands/__init__.py", line 78, in run
return _commands[command].run(config, args)
File "/home/manas/development/cerbero/cerbero/commands/package.py", line 84, in run
pkg = Packager(config, p, self.store)
File "/home/manas/development/cerbero/cerbero/packages/packager.py", line 41, in __new__
raise FatalError(_("No packager available for the distro %s" % d))
cerbero.errors.FatalError: Fatal Error: No packager available for the distro arch
***** Error running 'package' command:
Fatal Error: No packager available for the distro arch
usage: cerbero-uninstalled [-h] [-t] [-c CONFIG]
{tag,packageinfo,shell,rdeps,genxcconfig,deps,fetch,fetch-package,gensdkshell,buildone,build,add-package,bootstrap,fetch-bootstrap,package,bundle-source,checkpackage,check,run,add-recipe,list,list-packages,show-config,genlibfiles,genvsprops,cleanone,debug-packages,wipe}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment