<__Sander__>
I was able to compile Nix on FreeBSD 12.1 without any problems
<__Sander__>
until I enabled libsodium
<__Sander__>
did anyone run into problems with linking binary-cache-store.cc? I get a huge number of errors saying: ld: error: undefined symbol: vtable for nix::BinaryCacheStore
<__Sander__>
anyone run into this before? I believe it's caused if you defined classes with only virtual members
pie_ has quit [Ping timeout: 265 seconds]
pie_ has joined #freebsd-nix
abbe[m] has joined #freebsd-nix
<abbe[m]>
_0mp: I also have lzmalib port installed, I believe that's what caused the runtime linker error, requiring me to explicitly preload the lzma library from the base
<abbe[m]>
also that error was during when trying to build a nix derivation from nixpkgs
<abbe[m]>
and nix-daemon needed to download/extract tarballs
<abbe[m]>
and I didn't build it on a poudriere host though
__Sander__ has quit [Quit: Konversation terminated!]
pie_ has quit [Ping timeout: 276 seconds]
pie_ has joined #freebsd-nix
pie__ has joined #freebsd-nix
pie_ has quit [Ping timeout: 268 seconds]
<_0mp>
hi hi
<_0mp>
abbe[m]: oh, then I we should probably handle that more gracefully