Hi! Andreas Enge <andr...@enge.fr> skribis:
> make[2]: Entering directory '/home/andreas/guix' > CXXLD guix-daemon > nix/nix-daemon/guix_daemon-nix-daemon.o: In function > `nix::FormatOrString::FormatOrString(boost::basic_format const&)': > /home/andreas/guix/./nix/libutil/types.hh:36: undefined reference to > `boost::basic_format::str[abi:cxx11]() const' > /home/andreas/guix/./nix/libutil/types.hh:36: undefined reference to > `boost::basic_format::str[abi:cxx11]() const' I’m quite confident this is due to stale .o files or similar. Could you try removing all .o and .a files as well as ‘guix-register’ and ‘guix-daemon’, and run ‘make’ again? TIA, Ludo’.