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

Recognise OpenBSD to unbreak build #1253

Merged
merged 3 commits into from Jan 4, 2024
Merged

Conversation

klemensn
Copy link
Contributor

  error[E0425]: cannot find value `get_shell_ffi` in this scope
    --> src/utils.rs:69:48

Otherwise spotifyd-0.3.5 works great on OpenBSD/amd64 7.4-current.

```
  error[E0425]: cannot find value `get_shell_ffi` in this scope
    --> src/utils.rs:69:48
```

Otherwise spotifyd-0.3.5 works great on OpenBSD/amd64 7.4-current.
Users are always advised to use official binary packages and/or build
spotifyd themselves using official ports infrastructure (from which
packages are built), so haven't duplicated any compilation instructions
here.

The official package also ships a README with a suggestion on how to
configure and run `spotifyd` which ought to be enough, anyways.
Copy link
Member

@eladyn eladyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I didn't try building and running on an OpenBSD system yet, but changes look fine!

@klemensn
Copy link
Contributor Author

klemensn commented Jan 4, 2024

Thank you! I didn't try building and running on an OpenBSD system yet, but changes look fine!

Not sure if cargo build from a checkout just works, but the official port/package sure does, which is what I have been doing exclusively.

@eladyn eladyn merged commit 7e37e88 into Spotifyd:master Jan 4, 2024
6 checks passed
@klemensn klemensn deleted the openbsd branch January 4, 2024 15:21
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

Successfully merging this pull request may close these issues.

None yet

2 participants