Boost C++ Libraries: Ticket #1000: config test errors on gcc-4.1.2 https://svn.boost.org/trac10/ticket/1000 <p> on a debian-testing machine with gcc-4.1.2 limits_test dies with a link error, and has_pthread_yield_fail and no_ded_typename_fail both compile, though the jamfile thinks they shouldn't. I'm looking in to this. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1000 Trac 1.4.3 troy d. straszheim Sun, 27 May 2007 14:07:47 GMT <link>https://svn.boost.org/trac10/ticket/1000#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1000#comment:1</guid> <description> <p> it would seem that no_ded_typename_fail.cpp should check for </p> <blockquote> <p> BOOST_NO_DEDUCED_TYPENAME </p> </blockquote> <p> rather than </p> <blockquote> <p> BOOST_DEDUCED_TYPENAME </p> </blockquote> <p> looking at the others... </p> </description> <category>Ticket</category> </item> <item> <dc:creator>troy d. straszheim</dc:creator> <pubDate>Sun, 27 May 2007 14:16:00 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1000#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1000#comment:2</guid> <description> <p> it isn't clear to me how boost_has_pthread_yield_fail could ever have passed on machines that do have it... the only place BOOST_HAS_PTHREAD_YIELD is mentioned in config is commented out in aix.hpp. Maybe I'm missing something. Maybe such plaforms haven't come up yet. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>troy d. straszheim</dc:creator> <pubDate>Sun, 27 May 2007 15:15:53 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/1000#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1000#comment:3</guid> <description> <p> Somebody tell me if I'm generating too much spam by updating this thing too often. </p> <p> The mac does have nanosleep and pthread_mutexattr_settype. These need adding to macos.hpp </p> <p> # define BOOST_HAS_NANOSLEEP # define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE </p> </description> <category>Ticket</category> </item> <item> <dc:creator>troy d. straszheim</dc:creator> <pubDate>Tue, 29 May 2007 11:45:10 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1000#comment:4 https://svn.boost.org/trac10/ticket/1000#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">invalid</span> </li> </ul> <p> I've been told that these tests aren't intended to be run by users but are rather a mechanism used to generate configurations. Sorry about the noise... it is confusing to have broken tests laying around in released, tarballed software. </p> Ticket