Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in awx-manage collectstatic #16

Open
cinek810 opened this issue Aug 23, 2018 · 0 comments
Open

Error in awx-manage collectstatic #16

cinek810 opened this issue Aug 23, 2018 · 0 comments

Comments

@cinek810
Copy link

I'm pretty sure that it's something on my side, but.. maybe this will be obvious for you. during the build I get an error message:

  • embedded/bin/awx-manage collectstatic --noinput --clear
    Traceback (most recent call last):
    File "embedded/bin/awx-manage", line 11, in
    sys.exit(manage())
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib/python2.7/site-packages/awx/init.py", line 116, in manage
    execute_from_command_line(sys.argv)
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/core/management/init.py", line 364, in execute_from_command_line
    utility.execute()
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/core/management/init.py", line 356, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/core/management/base.py", line 283, in run_from_argv
    self.execute(*args, **cmd_options)
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/core/management/base.py", line 330, in execute
    output = self.handle(*args, **options)
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 199, in handle
    collected = self.collect()
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 115, in collect
    for path, storage in finder.list(self.ignore_patterns):
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/contrib/staticfiles/finders.py", line 112, in list
    for path in utils.get_files(storage, ignore_patterns):
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/contrib/staticfiles/utils.py", line 28, in get_files
    directories, files = storage.listdir(location)
    File "/tmp/buildd/BUILD/awx-1.0.7/embedded/lib64/python2.7/site-packages/django/core/files/storage.py", line 397, in listdir
    for entry in os.listdir(path):
    OSError: [Errno 2] No such file or directory: '/tmp/buildd/BUILD/awx-1.0.7/embedded/lib/python2.7/site-packages/awx/ui/static'

RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.cZXCf6 (%build)
bogus date in %changelog: Thu Nov 21 2017 18:14:55 +0300 Matvey Kruglov [email protected] 1.0.1.225-1
bogus date in %changelog: Wed Sep 21 2017 14:44:23 +0300 Matvey Kruglov [email protected] 1.0.0.505-1
Bad exit status from /var/tmp/rpm-tmp.cZXCf6 (%build)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant