On Tue, Oct 31, 2017 at 11:29:23PM +0100, Ludovic Courtès wrote: > Andreas Enge <andr...@enge.fr> skribis: > > 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?
Indeed, you were right. Due to an error in my regular expression I removed too many files and started from scratch with a fresh git clone, and things went through. Sorry for the noise, and thanks a lot for your advice! Andreas