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

Install with relocatable enabled fails #2

Open
francoisk opened this issue Apr 3, 2023 · 0 comments
Open

Install with relocatable enabled fails #2

francoisk opened this issue Apr 3, 2023 · 0 comments

Comments

@francoisk
Copy link

When installing libicuuc with config.install.relocatable=true I get the following error:

b install: config.install.root=/tmp/installed config.install.relocatable=true libicuuc/
error: relocatable installation requires relative base directory
  info: pass empty relative base directory if this call does not affect installation relocatability
  info: or add `assert (!$install.relocatable) 'relocatable installation not supported'` before the call
  libicuuc/libicu/buildfile:105:18: info: while calling install.resolve(dir_path)
  info: while applying rule install.alias to update (for install) ../icu-cfg/dir{libicuuc/}
info: failed to update (for install) ../icu-cfg/dir{libicuuc/}

Code in question:

plugins_dir = $install.resolve($install.lib)/icu

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

No branches or pull requests

1 participant