Boost C++ Libraries: Ticket #5549: FTBFS due to chrono/detail/inlined/posix/thread_clock.hpp https://svn.boost.org/trac10/ticket/5549 <p> Between 71950 and 71963 a bug was introduced, I can no longer build the trunk, I get </p> <pre class="wiki"> "g++" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -pedantic -pthread -fPIC -Wextra -Wno-long-long -pedantic -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DNDEBUG -I"." -c -o "bin.v2/libs/chrono/build/gcc-4.4.5/release/threading-multi/thread_clock.o" "libs/chrono/src/thread_clock.cpp" In file included from ./boost/chrono/detail/inlined/thread_clock.hpp:39, from libs/chrono/src/thread_clock.cpp:18: ./boost/chrono/detail/inlined/posix/thread_clock.hpp: In static member function ‘static boost::chrono::time_point&lt;boost::chrono::thread_clock, boost::chrono::duration&lt;long int, boost::ratio&lt;1l, 1000000000l&gt; &gt; &gt; boost::chrono::thread_clock::now()’: ./boost/chrono/detail/inlined/posix/thread_clock.hpp:26: error: ‘ts’ was not declared in this scope ./boost/chrono/detail/inlined/posix/thread_clock.hpp:47: error: ‘ts’ was not declared in this scope ./boost/chrono/detail/inlined/posix/thread_clock.hpp: In static member function ‘static boost::chrono::time_point&lt;boost::chrono::thread_clock, boost::chrono::duration&lt;long int, boost::ratio&lt;1l, 1000000000l&gt; &gt; &gt; boost::chrono::thread_clock::now(boost::system::error_code&amp;)’: ./boost/chrono/detail/inlined/posix/thread_clock.hpp:54: error: ‘ts’ was not declared in this scope ./boost/chrono/detail/inlined/posix/thread_clock.hpp:86: error: ‘ts’ was not declared in this scope </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5549 Trac 1.4.3 Peter Schueller <ps@…> Fri, 20 May 2011 16:35:30 GMT <link>https://svn.boost.org/trac10/ticket/5549#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5549#comment:1</guid> <description> <p> possibly related to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5543" title="#5543: Bugs: Thread clock compatibility problems on Android (closed: fixed)">#5543</a> </p> <p> compiler: </p> <p> g++-4.4.5 </p> <p> commandline: </p> <p> ./bjam --layout=tagged --variant=release -d+2 --threading=multi install </p> <p> do you need any more information? </p> </description> <category>Ticket</category> </item> <item> <author>Peter Schueller <ps@…></author> <pubDate>Sat, 21 May 2011 23:54:49 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/5549#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5549#comment:2</guid> <description> <p> as boost still does not build for me, I investigated a bit more </p> <p> it is definitely <a class="changeset" href="https://svn.boost.org/trac10/changeset/71951" title="Use of CLOCK_THREAD_CPUTIME_ID when defined">[71951]</a> to blame </p> <p> I think the "struct timespec ts;" was removed in too many places or should have been put within the new #if defined. </p> </description> <category>Ticket</category> </item> <item> <author>Peter Schueller <ps@…></author> <pubDate>Wed, 25 May 2011 02:27:05 GMT</pubDate> <title>severity changed https://svn.boost.org/trac10/ticket/5549#comment:3 https://svn.boost.org/trac10/ticket/5549#comment:3 <ul> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Showstopper</span> </li> </ul> Ticket anonymous Sat, 28 May 2011 07:06:07 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/5549#comment:4 https://svn.boost.org/trac10/ticket/5549#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.47.0</span> </li> </ul> <p> Solution merged to release branch: Committed revision 72239. </p> Ticket