Boost logo

Boost-Build :

Subject: Re: [Boost-build] Problems building on Win7
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2015-02-23 10:21:44


Le 21/02/15 00:14, Steven Watanabe a écrit :

> I can see the immediate cause of this.
> The actual sequence is link.rm, common.mkdir,
> link.rm, common.mkdir, but common.mkdir is checked
> for uniqueness, so the second mkdir is dropped.
> Unfortunately, I'm not sure how we got here
> in the first place, since we shouldn't be processing
> this directory twice at all.
>
>> [snip]
>
> I can't reproduce this myself.
> Can you try applying the attached
> patch which adds additional debug
> output and report the result?
> What I suspect is that the paths
> are not properly normalized before
> comparison.
>
> In Christ,
> Steven Watanabe
>
>

Hi,

I am attaching the log of a clean session. The way I am producing it is
the following:
- clean repository on develop and build b2
- cd libs/test/test
- ..\..\..\b2 (runs fine)
- ..\..\..\b2 (runs not fine)

So from the logs, it might be the case sensitivity to the drive name (we
can see "merging /d:/Code/Personal/xxx with /D:/Code/Personal/xxx")

Hope this helps,

Regards,
Raffi Enficiaud




Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk