Boost logo

Boost-Build :

From: Nogradi, Christopher (christopher.nogradi_at_[hidden])
Date: 2006-10-04 09:22:27


> -----Original Message-----
> From: boost-build-bounces_at_[hidden] [mailto:boost-build-
> bounces_at_[hidden]] On Behalf Of Vladimir Prus
> Sent: Wednesday, October 04, 2006 8:20 AM
> To: Boost.Build developer's and user's list
> Subject: Re: [Boost-build] Boost build v2 - duplicate mkdir directives
-
> 2nd fails
>
> On Wednesday 04 October 2006 16:05, Nogradi, Christopher wrote:
>
> > I am seeing a problem with v2 that is resulting in two commands to
mkdir
> > for the same directory which causes the second to fail since it
reports
> > that the directory exists.
> >
> >
> >
> > $ bjam --version
> >
> > Boost.Build V2 (Milestone 11)
> >
> > Boost.Jam 03.1.13
> >
> >
> >
> > $ bjam -n
> >
> > ...patience...
> >
> > ...patience...
> >
> > ...found 7842 targets...
> >
> > ...updating 173 targets...
> >
> > MkDir1 bin
> >
> >
> >
> > mkdir "bin"
>
> [snip]
>
> > mkdir "y:\ORCLE\DataRecorder\build\dataRecorder\bin"
>
> >
> > The first and last mkdir above appear to be the reason for the
problem I
> > am seeing. If I run the build again after the failure, since the
bin
> > dir is now created, it succeeds.
>
> I don't see any duplicate mkdir commands in the output you've posted,
and
> the
> first and last mkdir commands appear to refer to different
directories. Or
> do
> you mean that your current directory is
> y:\ORCLE\DataRecorder\build\dataRecorder?
>

Yes

>
> > I am using the global build dir feature so that all my build
artifacts
> > are in the same tree where I run the bjam exe.
>
> > Any help with this matter would be much appreciated.
>
> Can you please post a minimal archived project that reproduces this
> problem?
>

Please find attached the project you requested. Hopefully I will not
get reprieved for using bbv2 in an illegal way :)
 
> Thanks,
> Volodya
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build




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