You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> cargo install --root /opt/homebrew/Cellar/oxigraph/0.4.0-alpha.6 --path server
Last 15 lines from /Users/mpagni/Library/Logs/Homebrew/oxigraph/01.cargo:
cargo
install
--locked
--root
/opt/homebrew/Cellar/oxigraph/0.4.0-alpha.6
--path
server
error: current package believes it's in a workspace when it's not:
current: /private/tmp/oxigraph-20240504-13757-go5e50/server/Cargo.toml
workspace: /private/tmp/oxigraph-20240504-13757-go5e50/Cargo.toml
this may be fixable by adding server to the workspace.members array of the manifest located at: /private/tmp/oxigraph-20240504-13757-go5e50/Cargo.toml
Alternatively, to keep it out of the workspace, add the package to the workspace.exclude array, or add an empty [workspace] table to the package's manifest.
Thank you so much for this bug report and sorry for that. I thaught the script that pushes new releases to this repo would skip alpha versions but it seems it does not. I have renamed the server directory to cli in the 4.0 version. #5 should fix the issue
==> cargo install --root /opt/homebrew/Cellar/oxigraph/0.4.0-alpha.6 --path server
Last 15 lines from /Users/mpagni/Library/Logs/Homebrew/oxigraph/01.cargo:
cargo
install
--locked
--root
/opt/homebrew/Cellar/oxigraph/0.4.0-alpha.6
--path
server
error: current package believes it's in a workspace when it's not:
current: /private/tmp/oxigraph-20240504-13757-go5e50/server/Cargo.toml
workspace: /private/tmp/oxigraph-20240504-13757-go5e50/Cargo.toml
this may be fixable by adding
server
to theworkspace.members
array of the manifest located at: /private/tmp/oxigraph-20240504-13757-go5e50/Cargo.tomlAlternatively, to keep it out of the workspace, add the package to the
workspace.exclude
array, or add an empty[workspace]
table to the package's manifest.If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/oxigraph/homebrew-oxigraph/issues
The text was updated successfully, but these errors were encountered: