Building on FreeBSD
#25352
|
Anyone had any luck building Vector on FreeBSD? I tried my best but got stopped by this error: |
Answered by
pront
Jul 27, 2026
Replies: 1 comment
|
Thanks for the report. I reproduced these exact errors by cross-checking Vector’s dependencies for The immediate failure is an incompatibility between There is not currently a complete supported workaround AFAIK. |
0 replies
Answer selected by
pront
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the report. I reproduced these exact errors by cross-checking Vector’s dependencies for
x86_64-unknown-freebsd.The immediate failure is an incompatibility between
nix 0.23.2, pulled in throughheim, and the newer FreeBSDkeventdefinition exposed bylibc. The proper fix is replacing the unmaintainedheimdependency withsysinfo. This is tracked in #20414, with migration work underway in #24818 and #24819.There is not currently a complete supported workaround AFAIK.