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
Describe the bug
Traceback (most recent call last):
File "setup.py", line 249, in
'beaker-create-kickstart = bkr.server.tools.create_kickstart:main'
File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/site-packages/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/usr/lib64/python2.7/distutils/command/install.py", line 575, in run
self.run_command(cmd_name)
File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "setup.py", line 145, in run
for filename in assets.list_asset_sources(self.source_dir):
File "/tmp/tmp.v15EB0Tvby/BUILD/beaker-28.3/Server/bkr/server/assets.py", line 188, in list_asset_sources
for path in get_all_bundle_files(bundle, env):
File "/usr/lib/python2.7/site-packages/webassets/bundle.py", line 724, in get_all_bundle_files
for _, c in bundle.resolve_contents(env):
File "/usr/lib/python2.7/site-packages/webassets/bundle.py", line 154, in resolve_contents
raise BundleError(e)
webassets.exceptions.BundleError: 'bootstrap/js/bootstrap-transition.js' not found in load path: ['/tmp/tmp.v15EB0Tvby/BUILD/beaker-28.3/Server/assets']
make[1]: *** [install] Error 1
make[1]: Leaving directory `/tmp/tmp.v15EB0Tvby/BUILD/beaker-28.3/Server'
make: *** [install] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.TuDRIE (%install)
I get this error when I am running the Misc/rpmbuild.sh -bb command
The text was updated successfully, but these errors were encountered:
Describe the bug
Traceback (most recent call last):
File "setup.py", line 249, in
'beaker-create-kickstart = bkr.server.tools.create_kickstart:main'
File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/site-packages/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/usr/lib64/python2.7/distutils/command/install.py", line 575, in run
self.run_command(cmd_name)
File "/usr/lib64/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "setup.py", line 145, in run
for filename in assets.list_asset_sources(self.source_dir):
File "/tmp/tmp.v15EB0Tvby/BUILD/beaker-28.3/Server/bkr/server/assets.py", line 188, in list_asset_sources
for path in get_all_bundle_files(bundle, env):
File "/usr/lib/python2.7/site-packages/webassets/bundle.py", line 724, in get_all_bundle_files
for _, c in bundle.resolve_contents(env):
File "/usr/lib/python2.7/site-packages/webassets/bundle.py", line 154, in resolve_contents
raise BundleError(e)
webassets.exceptions.BundleError: 'bootstrap/js/bootstrap-transition.js' not found in load path: ['/tmp/tmp.v15EB0Tvby/BUILD/beaker-28.3/Server/assets']
make[1]: *** [install] Error 1
make[1]: Leaving directory `/tmp/tmp.v15EB0Tvby/BUILD/beaker-28.3/Server'
make: *** [install] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.TuDRIE (%install)
I get this error when I am running the Misc/rpmbuild.sh -bb command
The text was updated successfully, but these errors were encountered: