-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[luajit] Build error #30524
Comments
This (upstream) line and similar ones may need to be patched to use |
This is an upstream bug, and I will report it to the upstream and submit a PR . |
Does the error really occur for a regular working dir? It doesn't fail in vcpkg CI. FTR the initial post used a working direcory with space in working dir:
In this case, quotes are necessary to pass parameters, |
Sorry for the confusion, original working directory indeed contains a space and after changing it, it worked. |
The path parameter should not have been passed. Draft my PR, and waiting for Upstream repair. |
This first parameter is from the massive vcpkg patch for out-of-source builds. |
#30608 is ready for testing. It removed the pattern which caused this issue, but I did not check if other spots continue to block paths with spaces. |
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
Has been fixed by PR #30608 |
Package: luajit[core]:x64-windows -> 2023-01-04
Host Environment
vcpkg-scripts version: 1271068 2023-03-28 (16 hours ago)
To Reproduce
vcpkg install luajit:x64-windows
Failure logs
Additional context
build-x64-windows-dbg-out-1.log
The text was updated successfully, but these errors were encountered: