Boost C++ Libraries: Ticket #5539: Dead links in the regression test matrix https://svn.boost.org/trac10/ticket/5539 <p> I'm not sure I have the right component, but it's not clear to me which one to use. </p> <p> The page <a href="http://www.boost.org/doc/libs/1_46_1/tools/regression/doc/library_status.html">http://www.boost.org/doc/libs/1_46_1/tools/regression/doc/library_status.html</a> feature a table which cells (Missing, Warn,etc) has broken links pointing to, for instance to <a href="http://www.boost.org/doc/libs/1_46_1/tools/regression/doc/links.html#C:-Boost134-bin.v2-libs-regex-test-captures_test.test-msvc-7.1-release-threading-multi">http://www.boost.org/doc/libs/1_46_1/tools/regression/doc/links.html#C:-Boost134-bin.v2-libs-regex-test-captures_test.test-msvc-7.1-release-threading-multi</a>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5539 Trac 1.4.3 anonymous Fri, 13 May 2011 10:13:26 GMT component changed https://svn.boost.org/trac10/ticket/5539#comment:1 https://svn.boost.org/trac10/ticket/5539#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">website</span> → <span class="trac-field-new">Regression Testing</span> </li> </ul> Ticket Andrej Stender <andrej.stender@…> Mon, 18 Jun 2012 01:55:22 GMT attachment set https://svn.boost.org/trac10/ticket/5539 https://svn.boost.org/trac10/ticket/5539 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">library_status.cpp.patch</span> </li> </ul> <p> fixes dead HTML link to boost.png </p> Ticket Andrej Stender <andrej.stender@…> Mon, 18 Jun 2012 01:56:40 GMT <link>https://svn.boost.org/trac10/ticket/5539#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5539#comment:2</guid> <description> <p> After getting the latest boost sources from the official SVN repository (trunk) on 2012-06-17, it seems to me that the major part of the bugs mentioned in this ticket are already fixed now. However there is one tiny issue which seems not to be fixed yet: The link to <strong>boost.png</strong> in the HTML files created by the tool <strong>library_status</strong> is still broken. The reason is that the HTML link to <strong>boost.png</strong> is double quoted by accident: </p> <p> <code>&lt;img border="0" src=""/myboostpath/boost.png"" width="277" height="86"&gt;</code> </p> <p> instead of </p> <p> <code>&lt;img border="0" src="/myboostpath/boost.png" width="277" height="86"&gt;</code>. </p> <p> The reason seems to be that lib boost::filesystem already quotes the path and then in library_status.cpp it is explicitely quoted again (which should be removed). </p> <p> I attached a patch (see library_status.cpp.patch) which fixes this issue on my machine. I tested it on Ubuntu 12.04 64bit with gcc-4.6 and clang-3.0 compilers. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Fri, 02 Jan 2015 20:31:52 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5539#comment:3 https://svn.boost.org/trac10/ticket/5539#comment:3 <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">obsolete</span> </li> </ul> <p> Current library_status.cpp doesn't refer to boost.png at all. So this is not relevant any more. </p> Ticket