Boost C++ Libraries: Ticket #2716: thread issues building boost https://svn.boost.org/trac10/ticket/2716 <p> When attempting to build boost on SUN SPARC III, with Solaris 10, I am getting the following error. </p> <p> ...failed sun.compile.c++ bin.v2/libs/thread/build/sun/release/stdlib-sun-stlport/threading-multi/thread.o </p> <p> There are 11 skipped targets for lack of as this file. </p> <p> The build instruction I am using is ./bjam --toolset=sun stdlib=sun-stlport stage </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2716 Trac 1.4.3 Steven Watanabe Tue, 03 Feb 2009 18:07:59 GMT component changed; owner set https://svn.boost.org/trac10/ticket/2716#comment:1 https://svn.boost.org/trac10/ticket/2716#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Anthony Williams</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">thread</span> </li> </ul> <p> Is the error message from the compiler the same as <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2633" title="#2633: Bugs: thread.cpp fails to compile on solaris with Sun CC. (closed: duplicate)">#2633</a>? </p> Ticket monte.jones.ctr@… Tue, 03 Feb 2009 19:32:20 GMT <link>https://svn.boost.org/trac10/ticket/2716#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2716#comment:2</guid> <description> <p> It looks like we are getting the same result from two different approaches. If you would like to combine these, that is fine with me. </p> <p> Additional note: A coworker suggested making the copy constructor public and that did allow us to get things working. We would really like to know what the proper fix is. </p> </description> <category>Ticket</category> </item> <item> <author>Jonathan Wakely <jwakely.boost@…></author> <pubDate>Wed, 04 Feb 2009 12:27:17 GMT</pubDate> <title>cc set https://svn.boost.org/trac10/ticket/2716#comment:3 https://svn.boost.org/trac10/ticket/2716#comment:3 <ul> <li><strong>cc</strong> <span class="trac-author">jwakely.boost@…</span> added </li> </ul> <p> this is a dup of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2633" title="#2633: Bugs: thread.cpp fails to compile on solaris with Sun CC. (closed: duplicate)">#2633</a> which is a dup of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2602" title="#2602: Bugs: Error, inaccessible: boost::thread::thread(boost::thread&amp;) is not ... (closed: fixed)">#2602</a>, where I've attached a possible fix (not thoroughly tested it though) </p> Ticket Steven Watanabe Sat, 16 May 2009 20:15:40 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2716#comment:4 https://svn.boost.org/trac10/ticket/2716#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">duplicate</span> </li> </ul> Ticket