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

brew install oxigraph terminates with the following message: #4

Closed
mpagni12 opened this issue May 4, 2024 · 2 comments
Closed

brew install oxigraph terminates with the following message: #4

mpagni12 opened this issue May 4, 2024 · 2 comments

Comments

@mpagni12
Copy link

mpagni12 commented May 4, 2024

==> 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.

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/oxigraph/homebrew-oxigraph/issues

@Tpt Tpt mentioned this issue May 4, 2024
@Tpt
Copy link
Contributor

Tpt commented May 4, 2024

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

@mpagni12
Copy link
Author

mpagni12 commented May 5, 2024

Now it works ;-)) Thanks a lot.

Reporting an error here with a single cut and paste was really very very convenient

@mpagni12 mpagni12 closed this as completed May 5, 2024
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

2 participants