<div dir="ltr">I'll take this.  I have several bugs I need to look at on debian related to builds.  Just need to carve out time...</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 9, 2014 at 1:12 AM,  <span dir="ltr"><<a href="mailto:bugzilla-daemon@llvm.org" target="_blank">bugzilla-daemon@llvm.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    
      
    
    <div><table border="1" cellspacing="0" cellpadding="8">
        <tbody><tr>
          <th>Bug ID</th>
          <td><a title="NEW --- - lldb fails to build under GNU/Linux i386" href="http://llvm.org/bugs/show_bug.cgi?id=20255" target="_blank">20255</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>lldb fails to build under GNU/Linux i386
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>release blocker
          </td>
        </tr>

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

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

        <tr>
          <th>Assignee</th>
          <td><a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a>
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td><a href="mailto:sylvestre@debian.org" target="_blank">sylvestre@debian.org</a>
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></tbody></table>
      <p>
        </p><div>
        <pre>With gcc 4.8

/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:
In constructor '{anonymous}::ReadOperation::ReadOperation(lldb::addr_t, void*,
lldb::addr_t, size_t&)':
/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:507:29:
error: invalid initialization of reference of type 'lldb::addr_t& {aka long
long unsigned int&}' from expression of type 'size_t {aka unsigned int}'
             m_result (result)

[...]

                ^
/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:
In member function 'virtual lldb_private::Error
lldb_private::NativeProcessLinux::ReadMemory(lldb::addr_t, void*, lldb::addr_t,
lldb::addr_t&)':
/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp:3072:49:
error: no matching function for call to
'{anonymous}::ReadOperation::ReadOperation(lldb::addr_t&, void*&,
lldb::addr_t&, lldb::addr_t&)'
     ReadOperation op(addr, buf, size, bytes_read);

Full command:

if  g++-4.8
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/include
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/include
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux
 -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/../../../../include
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/../../../../include
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/clang/include
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/clang/include
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/../../../../source
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/../../../../source/Utility
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/../../../../source/Plugins/Process/Utility
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/../../../../source/Plugins/Process/POSIX
-I/usr/include/python2.7 -I/usr/include/i386-linux-gnu/python2.7
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fomit-frame-pointer
-std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fPIC
-Woverloaded-virtual -ffunction-sections -fdata-sections -Wcast-qual
-fno-strict-aliasing -std=c++0x -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2
-D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2
-I/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/../../../../source/Plugins/Utility
-D_FORTIFY_SOURCE=2  -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter
-Wwrite-strings  -Wno-unknown-pragmas -Wno-sign-compare -Wno-sign-compare
-Wno-unused-function   -Wno-maybe-uninitialized -Wno-missing-field-initializers
-c -MMD -MP -MF
"/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/Release/NativeProcessLinux.d.tmp"
-MT
"/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/Release/NativeProcessLinux.o"
-MT
"/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/Release/NativeProcessLinux.d"
/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
-o
/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/Release/NativeProcessLinux.o
; \
            then /bin/mv -f
"/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/Release/NativeProcessLinux.d.tmp"
"/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/Release/NativeProcessLinux.d";
else /bin/rm
"/tmp/buildd/llvm-toolchain-snapshot-3.5~svn212585/build-llvm/tools/lldb/source/Plugins/Process/Linux/Release/NativeProcessLinux.d.tmp";
exit 1; fi</pre>
        </div>
      <p></p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </div>

<br>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div>
</div>