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

Error building v4.4.0 on Linux #3344

Closed
siiky opened this issue Oct 24, 2023 · 4 comments
Closed

Error building v4.4.0 on Linux #3344

siiky opened this issue Oct 24, 2023 · 4 comments

Comments

@siiky
Copy link

siiky commented Oct 24, 2023

I encountered an error that I was able to resolve by using a more recent version of vcpkg (VCPKG_BRANCH=2023.10.19 ./linux-build-all.sh). I don't know what are the full implications of this, but I would suggest updating the linux-pre-vcpkg.sh script:

git clone --depth 1 --branch "${VCPKG_BRANCH:-2022.11.14}" https://github.com/microsoft/vcpkg.git vcpkg

Even using a more recent version of vcpkg, I'm now getting a new error:

error: building reproc:x64-linux failed with: BUILD_FAILED
Elapsed time to handle reproc:x64-linux: 2.1 s
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
  https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+reproc
You can submit a new issue at:
  https://github.com/microsoft/vcpkg/issues/new?title=[reproc]+Build+error&body=Copy+issue+body+from+%2Fhome%2Fsiiky%2Fprojects%2Fsonic-pi-4.4.0%2Fapp%2Fvcpkg%2Finstalled%2Fvcpkg%2Fissue_body.md

It seems this should be resolved on vcpkg's side, so I created an issue there: microsoft/vcpkg#34709

@samaaron
Copy link
Collaborator

Good call - I've bumped the vcpkg for all platforms. Thanks for the heads up.

@rbnpi
Copy link
Contributor

rbnpi commented Nov 9, 2023

I get the same error trying to build 4.5 on Ubuntu 23.10 Not sure its 100% fixed yet. NB thats using aarch64

@siiky
Copy link
Author

siiky commented Nov 16, 2023

@rbnpi see #3353. The reproc build issue has been fixed, but so far is only available in the master branch.

@rbnpi
Copy link
Contributor

rbnpi commented Nov 16, 2023

Thanks. I used that branch and it worked fine.

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

3 participants