
On Mar 19, 2008, at 11:34 AM, Rene Rivera wrote:
Doug Gregor wrote:
downloads.rss execvp: No such file or directory
"python" "/nfs/rontok/xraid/users/dgregor/Projects/ beta.boost.org/ feed/bbook2rss.py" "--channel-title=Boost Downloads" "--channel- link=http://www.boost.org/feed/download.rss " "--count=5" "--output=/nfs/rontok/xraid/users/dgregor/Projects/ beta.boost.org/feed/downloads.rss" "history/boost_1_34_1.xml" "downloads/bjam_3_1_16.xml"
That error seems easy enough. It can't find "python" to execute. If you don't have one available in the exec path you can set one up with a "using python : 2.5 : python25 ;" in the user-config.jam, for example.
D'oh! Thanks.
quickbook.quickbook-to-boostbook history/boost_1_33_0.xml Generating Output File: history/boost_1_33_0.xml
"quickbook" -I"." --output-file=history/boost_1_33_0.xml history/ boost_1_33_0.qbk
...failed quickbook.quickbook-to-boostbook history/ boost_1_33_0.xml... ...removing history/boost_1_33_0.xml
Hm... All I can think on this one is the quickbook it's executing is an older one (which would also explain to me the extra "Generating..." messages).
Should I be using quickbook from the trunk or from the release branch? The symptom is a bus error in quickbook: jeltz:feed dgregor$ quickbook -I"." --output-file=history/ boost_1_33_0.xml history/boost_1_33_0.qbk Generating Output File: history/boost_1_33_0.xml Bus error That's with the quickbook from the release branch. - Doug