|
Boost Testing : |
Subject: Re: [Boost-testing] My master regression runners failing
From: Peter Dimov (lists_at_[hidden])
Date: 2018-01-01 15:58:11
Tom Kent wrote:
...
> error: Cannot create link
> ../../../boost_root/boost/functional/hash_fwd.hpp to
> ../../../boost_root/libs/container_hash/include/boost/functional/hash_fwd.hpp.
> error: Link previously defined to another file,
> ../../../boost_root/libs/functional/include/boost/functional/hash_fwd.hpp.
This happens because on develop, this file has been moved from `functional`
to `container_hash`.
Master is untouched; `container_hash` is not present there, and the file is
still in `functional`. However, what I think happens is that this is not a
clean clone of master, but a clone of develop, which is then switched to
master with `git checkout master`. In this case, the develop modules still
remain as directories.