Subject: Re: [Boost-build] Anyone know what's up with bug #7212?
From: Vladimir Prus (ghost_at_[hidden])
Date: 2012-08-29 08:30:58


On 29.08.2012 16:10, Kim Rasmussen wrote:
> Ie. the output of
>
> ECHO /$(globalize)/ ;
>
> is
>
> /peek/
>
> and the output of
>
> ECHO /modules.$(globalize)/ ;
>
> is
>
> /modules.peek/

Sounds like variable expansion is very, very, broken. I don't have any such problems on trunk, on Linux.
Steven, any ideas?

Kim, in the meantime, since this seems like random bug, can you run b2 under valgrind?

Like

        valgrind ./b2 --help

?

Thanks,
Volodya