<html>
    <head>
      <base href="https://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 --- - compiler-rt fails to build on FreeBSD: fatal error: 'stdarg.h' file not found"
   href="https://llvm.org/bugs/show_bug.cgi?id=26651">26651</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>compiler-rt fails to build on FreeBSD: fatal error: 'stdarg.h' file not found
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>FreeBSD
          </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>compiler-rt
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>emaste@freebsd.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>From the build log
(<a href="http://lab.llvm.org:8014/builders/clang-x86_64-freebsd11/builds/223/steps/build%20stage%201/logs/stdio">http://lab.llvm.org:8014/builders/clang-x86_64-freebsd11/builds/223/steps/build%20stage%201/logs/stdio</a>)

FAILED: /usr/bin/CC   -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/tsan
-I/home/buildbot/clang-x86_64-freebsd/llvm/projects/compiler-rt/lib/tsan
-Iinclude -I/home/buildbot/clang-x86_64-freebsd/llvm/include
-I/usr/local/include
-I/home/buildbot/clang-x86_64-freebsd/llvm/projects/compiler-rt/lib/tsan/..
-fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -std=c++11 -fcolor-diagnostics -ffunction-sections
-fdata-sections -Wall -std=c++11 -O3    -UNDEBUG  -m64 -fPIC -fno-builtin
-fno-exceptions -fomit-frame-pointer -funwind-tables -fno-stack-protector
-fno-sanitize=safe-stack -fvisibility=hidden -fvisibility-inlines-hidden
-fno-function-sections -fno-lto -O3 -gline-tables-only -Wno-gnu
-Wno-variadic-macros -Wno-c99-extensions -Wno-non-virtual-dtor -fPIE -fno-rtti
-msse3 -Wframe-larger-than=512 -Wglobal-constructors --sysroot=. -MMD -MT
projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o
-MF
projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o.d
-o
projects/compiler-rt/lib/tsan/CMakeFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o
-c
/home/buildbot/clang-x86_64-freebsd/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
In file included from
/home/buildbot/clang-x86_64-freebsd/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc:2432:
/home/buildbot/clang-x86_64-freebsd/llvm/projects/compiler-rt/lib/tsan/../sanitizer_common/sanitizer_common_interceptors.inc:41:10:
fatal error: 'stdarg.h' file not found
#include <stdarg.h>
         ^
1 error generated.
ninja: build stopped: subcommand failed.</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>