Boost logo

Boost :

Subject: Re: [boost] Git Modularization Review no vote heads-up
From: Daniel Pfeifer (daniel_at_[hidden])
Date: 2013-05-26 15:47:32


2013/5/26 Jürgen Hunold <jhunold_at_gmx.eu>

> Hi Daniel,
>
> On Saturday, 25. May 2013 23:00:48 Daniel Pfeifer wrote:
> > This patch does not apply to the complete history. I added the following
> > command instead:
> >
> > $ git filter-branch --tree-filter "find . -type f -maxdepth 1 -exec sed
> -i
> > -e 's|build[/\\]v2|build|g' {} \;"
>
>
> Okay, that "fixes" all the history. Now bootstrap.sh works out-of-the-box.
> But
> running b2 first time results in:
>
> ~/src/devel/modular-boost$ ./b2 -j4 -q
> /home/hunold/src/devel/modular-boost/tools/build/build/project.jam:287: in
> load-jamfile from module project
> error: Multiple Jamfiles found at '/home/hunold/src/devel/modular-boost'
> error: Filenames are: Jamroot Jamroot.jam
>
> From the contents of Jamroot.jam I guess this comes from one the sandboxes:
>
> git log Jamroot.jam
> commit 689e7d3d89c109a9ca1c59f0897071d0b35cf7ac
> Author: John Maddock <john_at_[hidden]>
> Date: Mon Jun 21 08:36:14 2010 +0000
>
> Add use-project rule to suppress some BB issues.
>
> svn path=/sandbox/Jamroot; revision=63182
>
> Can you please remove this one from the toplevel repository?

I see there are multiple files in the root directory that don't belong
there. Investigating...


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk