[build] [docs] Can't build docs

Sorry, this is a repost - I forgot to specify the subject correctly. Has anybody tried building any quickbook docs lately? I updated yesterday (and again today) and found that I can't build any of the docs that I've been working on - or any of the other docs in sandbox/ doc_test. It looks like something is broken with the boostbook build instructions. This is (basically) my Jamfile. using quickbook ; xml std : std.qbk ; boostbook standalone : std : .... ; Running it, I get this: /.../boost/tools/build/v2/build/virtual-target.jam:1017: in virtual- target.register-actual-name from module virtual-target error: Duplicate name of actual target: <pbin/gcc-4.1.2/debug>std.xml error: previous virtual target { quickbook%quickbook.quickbook-to- boostbook-std.xml.XML { std.qbk.QUICKBOOK } } error: created from ./std error: another virtual target { quickbook%quickbook.quickbook-to- boostbook-std.xml.XML { std.qbk.QUICKBOOK } } error: created from ./std error: added properties: <python-debugging>off error: removed properties: none If I comment out the boostbook target, the build will actually succeed, so the problem has to be something with the boostbook - and its something that has to have changed in the last week or so.[ Anybody have any ideas? Andrew Sutton asutton@cs.kent.edu

Andrew Sutton wrote:
Sorry, this is a repost - I forgot to specify the subject correctly.
Has anybody tried building any quickbook docs lately? I updated yesterday (and again today) and found that I can't build any of the docs that I've been working on - or any of the other docs in sandbox/ doc_test.
Hmm, I've just done an SVN update and the math toolkit docs all build OK, haven't tried anything else though. John.

I got the same issue - but only on Mac. It worked fine on Ubuntu. I'd been able to build all of them relatively recently on the same machine, and hadn't changed anything. What platform was it failing on? Jeremy Pack On 8/31/07, John Maddock <john@johnmaddock.co.uk> wrote:
Andrew Sutton wrote:
Sorry, this is a repost - I forgot to specify the subject correctly.
Has anybody tried building any quickbook docs lately? I updated yesterday (and again today) and found that I can't build any of the docs that I've been working on - or any of the other docs in sandbox/ doc_test.
Hmm, I've just done an SVN update and the math toolkit docs all build OK, haven't tried anything else though.
John.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman /listinfo.cgi/boost

I got the same issue - but only on Mac. It worked fine on Ubuntu. I'd been able to build all of them relatively recently on the same machine, and hadn't changed anything. What platform was it failing on?
It was Ubuntu. I just trashed my entire build environment, so I'm going to have to build it back up and see if the problem still holds - which I am definitely not going to enjoy. For some reason, it seems to take me like 2 or 3 hours to get the doc system built to every system I want to use it on. Argh... I'll get back to this on Monday or Tuesday. Andrew Sutton asutton@cs.kent.edu
participants (3)
-
Andrew Sutton
-
Jeremy Pack
-
John Maddock