<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - lld build fails when compiling HexagonLinkingContext.cpp"
   href="http://llvm.org/bugs/show_bug.cgi?id=17966">17966</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lld build fails when compiling HexagonLinkingContext.cpp
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kraiskil@ovi.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Build of llvm+clang+lld with clang3.3 fails on Debian Wheezy
svn version 194914.
(also, Hexagon support is disabled in configuration of this build)

[ 98%] Building CXX object
tools/lld/lib/ReaderWriter/ELF/Hexagon/CMakeFiles/lldHexagonELFTarget.dir/HexagonLinkingContext.cpp.o
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/Hexagon/HexagonLinkingContext.cpp:11:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/Hexagon/HexagonLinkingContext.h:13:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/Hexagon/HexagonTargetHandler.h:13:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/./DefaultTargetHandler.h:13:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/./DefaultLayout.h:14:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/./HeaderChunks.h:13:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/./SegmentChunks.h:15:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/lib/ReaderWriter/ELF/./SectionChunks.h:19:
In file included from
/home/buildbot/llvm/svn/llvm/tools/lld/include/lld/Core/Parallel.h:28:
In file included from
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../include/c++/4.6/condition_variable:38:
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../include/c++/4.6/chrono:535:6:
error: no matching
      constructor for initialization of 'duration' (aka
'std::chrono::duration<long long,
      std::ratio<1, 1000000> >')
          : __d(__t.time_since_epoch())
            ^   ~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../include/c++/4.6/condition_variable:106:42:
note: in
      instantiation of function template specialization
      'std::chrono::time_point<std::chrono::system_clock,
std::chrono::duration<long long,
      std::ratio<1, 1000000> > >::time_point<std::chrono::duration<long long,
std::ratio<1,
      1000000000> > >' requested here
        const __clock_t::time_point __s_atime = __s_entry + __delta;
                                                ^
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../include/c++/4.6/chrono:234:12:
note: candidate
      constructor not viable: no known conversion from 'duration<[...],
ratio<[...], 1000000000>>'
      to 'const duration<[...], ratio<[...], 1000000>>' for 1st argument
        constexpr duration(const duration&) = default;
                  ^
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../include/c++/4.6/chrono:240:23:
note: candidate
      template ignored: couldn't infer template argument ''
          constexpr explicit duration(const _Rep2& __rep)
                             ^
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../include/c++/4.6/chrono:247:14:
note: candidate
      template ignored: couldn't infer template argument ''
          constexpr duration(const duration<_Rep2, _Period2>& __d)
                    ^
/usr/lib/gcc/arm-linux-gnueabihf/4.6/../../../../include/c++/4.6/chrono:232:12:
note: candidate
      constructor not viable: requires 0 arguments, but 1 was provided
        constexpr duration() : __r() { }
                  ^
1 error generated.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>