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

Switching branches in Ansible install #13

Open
acroucher opened this issue Dec 13, 2021 · 1 comment
Open

Switching branches in Ansible install #13

acroucher opened this issue Dec 13, 2021 · 1 comment

Comments

@acroucher
Copy link
Contributor

acroucher commented Dec 13, 2021

Native Linux build may fail if the master branch is built, then switched to testing branch and re-built. The build process errors out because it cannot find the FSON library:

Fatal Error: Cannot open module file ‘fson.mod’ for reading at (1): No such file or directory

This occurs if the rebuild is done by re-executing the Ansible install, or if it is done manually using ninja directly.

If the branch is switched before the first build, it works ok.

@acroucher
Copy link
Contributor Author

acroucher commented Feb 14, 2022

A workaround is to rebuild first Zofu and then FSON manually, in their subproject directories, and install them before doing the Waiwera build.

The appropriate prefix should be specified when configuring the build for these two libraries, e.g. meson build --prefix=/home/bob.

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