* fails make on core-updates
@ 2017-06-18 16:59 rennes
2017-06-19 8:22 ` Ludovic Courtès
0 siblings, 1 reply; 4+ messages in thread
From: rennes @ 2017-06-18 16:59 UTC (permalink / raw)
To: guix-devel
Hello,
On core-updates branch, after running:
git pull
./bootstrap
./configure --localstatedir=/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
`nix::FormatOrString::FormatOrString(boost::basic_format const&)':
/home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
`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
reference to
`boost::basic_format::basic_format(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
nix/nix-daemon/guix_daemon-nix-daemon.o: In function
`nix::FormatOrString::FormatOrString(boost::basic_format const&)':
/home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
`boost::basic_format::str[abi:cxx11]() const'
/home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
`boost::basic_format::str[abi:cxx11]() const'
/home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
`boost::basic_format::str[abi:cxx11]() const'
/home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
`boost::basic_format::str[abi:cxx11]() const'
/home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
`boost::basic_format::str[abi:cxx11]() const'
nix/nix-daemon/guix_daemon-nix-daemon.o:/home/jin/gits/guix/./nix/libutil/types.hh:36:
more undefined references to `boost::basic_format::str[abi:cxx11]()
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fails make on core-updates
2017-06-18 16:59 fails make on core-updates rennes
@ 2017-06-19 8:22 ` Ludovic Courtès
2017-06-19 12:32 ` rennes
0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2017-06-19 8:22 UTC (permalink / raw)
To: rennes; +Cc: guix-devel
Hello rennes,
rennes <rennes@openmailbox.org> skribis:
> 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
> `nix::FormatOrString::FormatOrString(boost::basic_format const&)':
> /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
> `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
> reference to
> `boost::basic_format::basic_format(std::__cxx11::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&)'
> nix/nix-daemon/guix_daemon-nix-daemon.o: In function
> `nix::FormatOrString::FormatOrString(boost::basic_format const&)':
> /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
> `boost::basic_format::str[abi:cxx11]() const'
> /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
> `boost::basic_format::str[abi:cxx11]() const'
> /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
> `boost::basic_format::str[abi:cxx11]() const'
> /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
> `boost::basic_format::str[abi:cxx11]() const'
> /home/jin/gits/guix/./nix/libutil/types.hh:36: undefined reference to
> `boost::basic_format::str[abi:cxx11]() const'
> nix/nix-daemon/guix_daemon-nix-daemon.o:/home/jin/gits/guix/./nix/libutil/types.hh:36:
> more undefined references to `boost::basic_format::str[abi:cxx11]()
> const' follow
> collect2: error: ld returned 1 exit status
> make[2]: *** [Makefile:3162: guix-daemon] Error 1
Could it be that you had sale .o files? What version of GCC are you
using?
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fails make on core-updates
2017-06-19 8:22 ` Ludovic Courtès
@ 2017-06-19 12:32 ` rennes
2017-06-19 12:36 ` Manolis Ragkousis
0 siblings, 1 reply; 4+ messages in thread
From: rennes @ 2017-06-19 12:32 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: guix-devel
Hello,
>
> Could it be that you had sale .o files? What version of GCC are you
> using?
I completely delete the repository and re-clone. It works now.
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: fails make on core-updates
2017-06-19 12:32 ` rennes
@ 2017-06-19 12:36 ` Manolis Ragkousis
0 siblings, 0 replies; 4+ messages in thread
From: Manolis Ragkousis @ 2017-06-19 12:36 UTC (permalink / raw)
To: rennes; +Cc: Guix-devel
[-- Attachment #1: Type: text/plain, Size: 351 bytes --]
On Jun 19, 2017 15:32, "rennes" <rennes@openmailbox.org> wrote:
Hello,
> Could it be that you had sale .o files? What version of GCC are you
> using?
>
I completely delete the repository and re-clone. It works now.
Thanks
Next time you could avoid such extreme measures. Running git clean -dfx
would clean all extra files from that local repo.
[-- Attachment #2: Type: text/html, Size: 864 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-19 12:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-18 16:59 fails make on core-updates rennes
2017-06-19 8:22 ` Ludovic Courtès
2017-06-19 12:32 ` rennes
2017-06-19 12:36 ` Manolis Ragkousis
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.