mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #478] build failing on FreeBSD due to 'hostname' #301
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeoSum8 on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/478
Hi all,
I am trying to build librespot on FreeBSD 11.3.
So far I could successfully build the
v1.1.0tag withcargo build --no-default-features.However when I try to build the latest state of
devormasterI get the following error:@ashthespy commented on GitHub (May 13, 2020):
Looks like something is up with
libmdns. Are you able to build that crate alone?cc @willstott101
@willstott101 commented on GitHub (May 13, 2020):
Hm
libmdns 0.4+useshostname 0.3. Perhaps I should try bumping hostname in thelibmdns 0.2too.aha... in-fact
github.com/svartalf/hostname@63209523b3@willstott101 commented on GitHub (May 13, 2020):
So that is almost definitely the problem, I'll release new versions for libmdns 0.2 and 0.3 shortly. Then we can bump in librespot.
@willstott101 commented on GitHub (May 13, 2020):
PR here: https://github.com/librespot-org/librespot/pull/479
@LeoSum8 commented on GitHub (May 14, 2020):
Yup, I can confirm that you fixed it! Thank you!