Boost logo

Boost-Build :

Subject: [Boost-build] bjam is not updating all targets
From: Nogradi, Chris (Chris.Nogradi_at_[hidden])
Date: 2011-05-09 11:22:29


Hello, I have a problem that I was hoping someone with experience could help me debug. The issue is that some targets are not built. In the example output below, I am specifying the final target (formal) to build on the command line. It appears to find it and correctly calculate the targets to update but it does not update 10 of them and there are not failures. If I reissue the bjam command again after the first attempt, it correctly builds the last 10. Any ideas?

$ bjam.exe -j8 formal release
...patience...
...found 2632 targets...
...updating 158 targets...

[snip]

...updated 148 targets...

When the same command is issued again:

$ bjam.exe -j8 formal release
...patience...
...found 2632 targets...
...updating 10 targets...

[snip]

...updated 10 targets...

Boost.Jam Version 2011.4. OS=NT.
   Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
   Copyright 2001 David Turner.
   Copyright 2001-2004 David Abrahams.
   Copyright 2002-2008 Rene Rivera.
   Copyright 2003-2008 Vladimir Prus.

________________________________
This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.

Thank you for your cooperation.



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