From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#29082: Guix-daemon has undefined reference to boost Date: Tue, 31 Oct 2017 23:29:23 +0100 Message-ID: <87d153vtmk.fsf@gnu.org> References: <20171031154046.GA4546@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9f2s-0003Pb-Ih for bug-guix@gnu.org; Tue, 31 Oct 2017 18:30:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9f2o-0003Fy-KY for bug-guix@gnu.org; Tue, 31 Oct 2017 18:30:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36047) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e9f2o-0003Ff-HX for bug-guix@gnu.org; Tue, 31 Oct 2017 18:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e9f2o-0000jn-B9 for bug-guix@gnu.org; Tue, 31 Oct 2017 18:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20171031154046.GA4546@jurong> (Andreas Enge's message of "Tue, 31 Oct 2017 16:40:46 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Andreas Enge Cc: 29082@debbugs.gnu.org Hi! Andreas Enge 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 `boo= st::basic_format::str[abi:cxx11]() const' > /home/andreas/guix/./nix/libutil/types.hh:36: undefined reference to `boo= st::basic_format::str[abi:cxx11]() const' I=E2=80=99m quite confident this is due to stale .o files or similar. Could you try removing all .o and .a files as well as =E2=80=98guix-registe= r=E2=80=99 and =E2=80=98guix-daemon=E2=80=99, and run =E2=80=98make=E2=80=99 again? TIA, Ludo=E2=80=99.