Boost C++ Libraries: Ticket #1100: Building boost.function_types fails cvs rev-1.1, no chdir command in bash https://svn.boost.org/trac10/ticket/1100 <p> Checked out CVS trunk Friday July 20th. This error occured with boost function_types revision 1.1. </p> <p> Built with command: ./tools/jam/src/bin.linux/bjam -sICU_PATH=/usr --layout=system variant=release debug-symbols=on --user-config=user-config.jam </p> <p> user-config.jam had using gcc, python and mpi. </p> <p> Error </p> <pre class="wiki"> MkDir1 bin.v2/libs/function_types/build/gcc-4.1.1/release/debug-symbols-on/link-static MkDir1 bin.v2/libs/function_types/build/gcc-4.1.1/release/debug-symbols-on/link-static/threading-multi Jamfile&lt;/home/cfairles/repos/boost/libs/function_types/build&gt;.wave /home/cfairles/repos/boost/libs/function_types/build/timestamps/arity_loops /bin/sh: line 1: chdir: command not found /bin/sh: line 2: /home/cfairles/repos/boost/dist/bin/wave: No such file or directory chdir /home/cfairles/repos/boost/libs/function_types/build /home/cfairles/repos/boost/dist/bin/wave -S/home/cfairles/repos/boost libs/function_types/build/preprocess_arity_loops.cpp -o /home/cfairles/repos/boost/libs/function_types/build/timestamps/arity_loops ...failed Jamfile&lt;/home/cfairles/repos/boost/libs/function_types/build&gt;.wave /home/cfairles/repos/boost/libs/function_types/build/timestamps/arity_loops... Jamfile&lt;/home/cfairles/repos/boost/libs/function_types/build&gt;.wave /home/cfairles/repos/boost/libs/function_types/build/timestamps/encoding /bin/sh: line 1: chdir: command not found /bin/sh: line 2: /home/cfairles/repos/boost/dist/bin/wave: No such file or directory chdir /home/cfairles/repos/boost/libs/function_types/build /home/cfairles/repos/boost/dist/bin/wave -S/home/cfairles/repos/boost libs/function_types/build/preprocess_encoding.cpp -o /home/cfairles/repos/boost/libs/function_types/build/timestamps/encoding ...failed Jamfile&lt;/home/cfairles/repos/boost/libs/function_types/build&gt;.wave /home/cfairles/repos/boost/libs/function_types/build/timestamps/encoding... Jamfile&lt;/home/cfairles/repos/boost/libs/function_types/build&gt;.wave /home/cfairles/repos/boost/libs/function_types/build/timestamps/cc_names /bin/sh: line 1: chdir: command not found /bin/sh: line 2: /home/cfairles/repos/boost/dist/bin/wave: No such file or directory chdir /home/cfairles/repos/boost/libs/function_types/build /home/cfairles/repos/boost/dist/bin/wave -S/home/cfairles/repos/boost libs/function_types/build/preprocess_cc_names.cpp -o /home/cfairles/repos/boost/libs/function_types/build/timestamps/cc_names ...failed Jamfile&lt;/home/cfairles/repos/boost/libs/function_types/build&gt;.wave /home/cfairles/repos/boost/libs/function_types/build/timestamps/cc_names... </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1100 Trac 1.4.3 t_schwinger Fri, 03 Aug 2007 19:22:16 GMT status, severity, milestone changed; owner set https://svn.boost.org/trac10/ticket/1100#comment:1 https://svn.boost.org/trac10/ticket/1100#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">t_schwinger</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Showstopper</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> <p> See <a class="ext-link" href="http://article.gmane.org/gmane.comp.lib.boost.devel/163070"><span class="icon">​</span>http://article.gmane.org/gmane.comp.lib.boost.devel/163070</a> </p> Ticket t_schwinger Fri, 03 Aug 2007 20:23:57 GMT severity changed https://svn.boost.org/trac10/ticket/1100#comment:2 https://svn.boost.org/trac10/ticket/1100#comment:2 <ul> <li><strong>severity</strong> <span class="trac-field-old">Showstopper</span> → <span class="trac-field-new">Problem</span> </li> </ul> <p> Full build of Boost should work again. The rest of the problem persists. </p> Ticket anonymous Thu, 07 Feb 2008 17:42:19 GMT <link>https://svn.boost.org/trac10/ticket/1100#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1100#comment:3</guid> <description> <p> I'm not sure if something was reimplemented but I am experiencing the same problem and it is preventing the future linkage of serialization libraries that I need. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>t_schwinger</dc:creator> <pubDate>Fri, 14 Mar 2008 18:32:43 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1100#comment:4 https://svn.boost.org/trac10/ticket/1100#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> chdir has been removed, explicit has been added in case timestamps get messed up </p> Ticket