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

not finding bootstrap-transition #175

Open
EthanPotter opened this issue Jul 27, 2023 · 0 comments
Open

not finding bootstrap-transition #175

EthanPotter opened this issue Jul 27, 2023 · 0 comments
Labels

Comments

@EthanPotter
Copy link

EthanPotter commented Jul 27, 2023

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

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

No branches or pull requests

1 participant