From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes Subject: fails make on core-updates Date: Sun, 18 Jun 2017 11:59:39 -0500 Message-ID: <0VNrJyM3zQBKzxgjEMKwSJ@Ta6Krt5NM9gB/hFPI3pew> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMdYE-0002s9-2F for guix-devel@gnu.org; Sun, 18 Jun 2017 12:59:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMdY9-0001uP-DB for guix-devel@gnu.org; Sun, 18 Jun 2017 12:59:50 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:55842 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMdY9-0001uI-45 for guix-devel@gnu.org; Sun, 18 Jun 2017 12:59:45 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello, On core-updates branch, after running: git pull ./bootstrap ./configure --localstatedir=3D/var make error appears: .... CXX nix/libstore/libstore_a-sqlite.o AR libstore.a ar: `u' modifier ignored since `D' is the default (see `U') CXX nix/nix-daemon/guix_daemon-nix-daemon.o CXX nix/nix-daemon/guix_daemon-guix-daemon.o CXXLD guix-daemon nix/nix-daemon/guix_daemon-nix-daemon.o: In function =20 `nix::FormatOrString::FormatOrString(boost::basic_format const&)': /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to =20 `boost::basic_format::str[abi:cxx11]() const' nix/nix-daemon/guix_daemon-nix-daemon.o: In function `daemonLoop()': /home/jin/gits/guix/nix/nix-daemon/nix-daemon.cc:950: undefined =20 reference to =20 `boost::basic_format::basic_format(std::__cxx11::basic_string, std::allocator > const&)' nix/nix-daemon/guix_daemon-nix-daemon.o: In function =20 `nix::FormatOrString::FormatOrString(boost::basic_format const&)': /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to =20 `boost::basic_format::str[abi:cxx11]() const' /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to =20 `boost::basic_format::str[abi:cxx11]() const' /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to =20 `boost::basic_format::str[abi:cxx11]() const' /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to =20 `boost::basic_format::str[abi:cxx11]() const' /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to =20 `boost::basic_format::str[abi:cxx11]() const' nix/nix-daemon/guix_daemon-nix-daemon.o:/home/jin/gits/guix/./nix/libutil/t= ypes.hh:36: =20 more undefined references to `boost::basic_format::str[abi:cxx11]() =20 const' follow collect2: error: ld returned 1 exit status make[2]: *** [Makefile:3162: guix-daemon] Error 1 make[2]: Leaving directory '/home/jin/gits/guix' make[1]: *** [Makefile:4308: all-recursive] Error 1 make[1]: Leaving directory '/home/jin/gits/guix' make: *** [Makefile:2898: all] Error 2=