[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29082: Guix-daemon has undefined reference to boost
From: |
Andreas Enge |
Subject: |
bug#29082: Guix-daemon has undefined reference to boost |
Date: |
Wed, 1 Nov 2017 16:36:42 +0100 |
User-agent: |
Mutt/1.9.1 (2017-09-22) |
On Tue, Oct 31, 2017 at 11:29:23PM +0100, Ludovic Courtès wrote:
> Andreas Enge <address@hidden> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#29082: Guix-daemon has undefined reference to boost,
Andreas Enge <=