[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-bugs
Subject:    [llvm-bugs] [Bug 44075] New: llvm build fail on mac os 10.11.6
From:       via llvm-bugs <llvm-bugs () lists ! llvm ! org>
Date:       2020-06-30 12:44:40
Message-ID: bug-44075-206 () http ! bugs ! llvm ! org/
[Download RAW message or body]

--1593521080.4eBe51c8.32224
Date: Tue, 30 Jun 2020 05:44:40 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.llvm.org/
Auto-Submitted: auto-generated

https://bugs.llvm.org/show_bug.cgi?id=44075

            Bug ID: 44075
           Summary: llvm build fail on mac os 10.11.6
           Product: lldb
           Version: 9.0
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: lk163@hdm-stuttgart.de
                CC: jdevlieghere@apple.com, llvm-bugs@lists.llvm.org

i cannot install llvm 9.0.0 on mac os 10.11.6:

/tmp/llvm-20191120-51054-19joaqd/llvm-9.0.0.src/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp:112:17:
                
error: no matching function for call to 'next'
  auto parent = std::next(rev_it);
                ^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:521:25:
                
note: candidate template ignored: disabled by 'enable_if' [with _ForwardIter =
llvm::sys::path::reverse_iterator]
     typename enable_if<__is_forward_iterator<_ForwardIter>::value>::type* = 0)
                        ^
1 error generated.

--- Comment #1 from labath@google.com ---
*** Bug 44078 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--1593521080.4eBe51c8.32224
Date: Tue, 30 Jun 2020 05:44:40 -0700
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.llvm.org/
Auto-Submitted: auto-generated

<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - llvm build fail on mac os 10.11.6"
   href="https://bugs.llvm.org/show_bug.cgi?id=44075">44075</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm build fail on mac os 10.11.6
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>9.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev&#64;lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>lk163&#64;hdm-stuttgart.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere&#64;apple.com, llvm-bugs&#64;lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - llvm build fail on mac os 10.11.6"
   href="https://bugs.llvm.org/show_bug.cgi?id=44075#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - llvm build fail on mac os 10.11.6"
   href="https://bugs.llvm.org/show_bug.cgi?id=44075">bug 44075</a>
              from <span class="vcard"><a class="email" \
href="mailto:labath&#64;google.com" \
title="labath&#64;google.com">labath&#64;google.com</a> </span></b>
        <pre>*** <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - llvm build fail on mac os 10.11.6"
   href="show_bug.cgi?id=44078">Bug 44078</a> has been marked as a duplicate of this \
bug. ***</pre>  </div>
        <div>
        <pre>i cannot install llvm 9.0.0 on mac os 10.11.6:

/tmp/llvm-20191120-51054-19joaqd/llvm-9.0.0.src/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp:112:17:
                
error: no matching function for call to 'next'
  auto parent = std::next(rev_it);
                ^~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/iterator:521:25:
                
note: candidate template ignored: disabled by 'enable_if' [with _ForwardIter =
llvm::sys::path::reverse_iterator]
     typename enable_if&lt;__is_forward_iterator&lt;_ForwardIter&gt;::value&gt;::type* \
= 0)  ^
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>
--1593521080.4eBe51c8.32224--


[Attachment #3 (text/plain)]

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic