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
Building gecko-dev fails #1013
Comments
|
I just tried building in mb2 but I get the same error message so it seems I miss some step? |
|
Did you apply the patches correctly before building? For example with "mb2 ... build -p" or just manually. |
|
Thanks! Adding https://gist.github.com/simonschmeisser/9fcf544b0b5aa03bd6865919ea467c3e Does that ring any bell for you? If not I'll experiment a bit in the coming days |
|
I appreciate this is from a long time ago, but maybe it's worth replying for the benefit of anyone else who hits this. I believe this "SemLock" issue is x86-specific, so if you build for one of the other targets (arm, aarch64) you can avoid this. In order to work around it for x86 you'll need to apply this change to your scratchbox2 installation: sailfishos/scratchbox2@3fb3ee2 Note that if you want to go back and build for a non-x86 target you may then have to revert this change to get it to work again. |
I tried building gecko-dev/xulrunner-qt5 but I end up with the following error:
This happens both locally with
sfdkas well as on github CI: https://github.com/simonschmeisser/gecko-dev/actions/runs/4487756415/jobs/7891530571any hints on what I might be doing wrong? I promise writing/finalizing some build tutorial in exchange for guidance 😉
The text was updated successfully, but these errors were encountered: