kern/188469: buildworld fails for 10.0-RELEASE

Boris Pasko pasko.boris at gmail.com
Fri Apr 11 18:50:00 UTC 2014


>Number:         188469
>Category:       kern
>Synopsis:       buildworld fails for 10.0-RELEASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 11 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Boris Pasko
>Release:        10.0-RELEASE (amd64)
>Organization:
N/A
>Environment:
FreeBSD serv6.home 10.0-RELEASE FreeBSD 10.0-RELEASE #4 r262530: Fri Feb 28 15:28:03 EST 2014 root at serv6.home:/usr/obj/usr/src/sys/SERV6.10 amd64
>Description:
When updated sources to 10.0-RELEASE-p1 make buildworld no longer works due to multiple build errors similar to:

/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
#include <cstddef>
^
1 error generated.

>How-To-Repeat:
# cd /usr/src && svn info
Path: .
Working Copy Root Path: /usr/src
URL: https://svn0.us-west.freebsd.org/base/releng/10.0
Relative URL: ^/releng/10.0
Repository Root: https://svn0.us-west.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 264299
Node Kind: directory
Schedule: normal
Last Changed Author: delphij
Last Changed Rev: 264267
Last Changed Date: 2014-04-08 14:27:46 -0400 (вт, 08 апр 2014)

# make buildworld
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
 >>> World build started on Wed Apr 9 10:12:17 EDT 2014
 --------------------------------------------------------------
 
 --------------------------------------------------------------
 >>> Rebuilding the temporary build tree
 --------------------------------------------------------------
 rm -rf /usr/obj/usr/src/tmp
 rm -rf /usr/obj/usr/src/lib32
 mkdir -p /usr/obj/usr/src/tmp/lib
 mkdir -p /usr/obj/usr/src/tmp/usr
 mkdir -p /usr/obj/usr/src/tmp/legacy/bin
 mkdir -p /usr/obj/usr/src/tmp/legacy/usr
 mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/tmp/legacy/usr >/dev/null
 mtree -deU -f /usr/src/etc/mtree/BSD.groff.dist -p /usr/obj/usr/src/tmp/legacy/usr >/dev/null
 mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr/obj/usr/src/tmp/usr >/dev/null
 mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/obj/usr/src/tmp/usr/include >/dev/null
 ln -sf /usr/src/sys /usr/obj/usr/src/tmp
 
 --------------------------------------------------------------
 >>> stage 1.1: legacy release compatibility shims
 --------------------------------------------------------------
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/us r /sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp VERSION="FreeBSD 10.0-RELEASE amd64 1000510" MAKEFLAGS="-m /usr/src/tools/build/mk -m /usr/src/share/mk" COMPILER_TYPE=clang /usr/obj/usr/src/make.amd64/bmake -f Makefile.inc1 DESTDIR= BOOTSTRAPPING=1 000510 S SP_CFLAGS= -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DNO_PIC -DNO_PROFILE -DNO_SHARED -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD legacy
 ===> tools/build (obj,includes,depend,all,install)
 /usr/obj/usr/src/tmp/usr/src/tools/build created for /usr/src/tools/build
 set -e; cd /usr/src/tools/build; /usr/obj/usr/src/make.amd64/bmake buildincludes; /usr/obj/usr/src/make.amd64/bmake installincludes
 rm -f .depend
 mkdep -f .depend -a -I/usr/src/tools/build/../../contrib/libc-pwcache -I/usr/src/tools/build/../../lib/libc/include -I/usr/obj/usr/src/tmp/legacy/usr/include -std=gnu99 /usr/src/tools/build/../../contrib/libc-pwcache/pwcache.c
 cc -O2 -pipe -I/usr/src/tools/build/../../contrib/libc-pwcache -I/usr/src/tools/build/../../lib/libc/include -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/tools/build/../../contrib/libc-pwcache/pwcache.c -o pwcache.o
 building static egacy library
 ranlib libegacy.a
 sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libegacy.a /usr/obj/usr/src/tmp/legacy/usr/lib
 
 --------------------------------------------------------------
 >>> stage 1.2: bootstrap tools
 --------------------------------------------------------------
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/sbin:/bin:/us r /sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp VERSION="FreeBSD 10.0-RELEASE amd64 1000510" MAKEFLAGS="-m /usr/src/tools/build/mk -m /usr/src/share/mk" COMPILER_TYPE=clang /usr/obj/usr/src/make.amd64/bmake -f Makefile.inc1 DESTDIR= BOOTSTRAPPING=1 000510 S SP_CFLAGS= -DWITHOUT_HTML -DWITHOUT_INFO -DNO_LINT -DWITHOUT_MAN -DNO_PIC -DNO_PROFILE -DNO_SHARED -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD bootstrap-tools
 ===> lib/clang/libllvmsupport (obj,depend,all,install)
 /usr/obj/usr/src/tmp/usr/src/lib/clang/libllvmsupport created for /usr/src/lib/clang/libllvmsupport
 rm -f .depend
 mkdep -f .depend -a -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/li b/ clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd10.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown- f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include -std=gnu99 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConvertUTF.c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regcomp.c /us r/ src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regerror.c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regexec.c /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regfree.c /u
 sr
 /src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/regstrlcpy.c
 mkdep -f .depend -a -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/include -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support -I. -I/usr/src/li b/ clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DLLVM_DEFAULT_TARGET_TRIPLE=\"x86_64-unknown-freebsd10.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown- f reebsd10.0\" -DDEFAULT_SYSROOT=\"\" -I/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APInt.cpp /usr/src/l ib/clan g/libllvmsupport/../../../contrib/llvm/lib/Support/APSInt.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Allocator.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Atomic.cpp /usr/s
 rc/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/BlockFrequency.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/BranchProbability.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CommandLine.cp  p /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConstantRange.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConvertUTFWrapper.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CrashRec  overyContext.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DAGDeltaAlgorithm.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Debug.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ D eltaAlgorithm.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Dwarf.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DynamicLibrary.cpp /usr/src/lib/clang/libllvmsupport/../../../cont
 rib/
  ll
 vm/lib/Support/Errno.cpp /usr/src/lib/clang/!
 libllvmsupport/../../../contrib/llvm/lib/Support/ErrorHandling.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FileOutputBuffer.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FoldingSet.cpp /usr/src/lib/c  lang/libllvmsupport/../../../contrib/llvm/lib/Support/FormattedStream.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/GraphWriter.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Hashing.cpp /usr/src/lib/cla  ng/libllvmsupport/../../../contrib/llvm/lib/Support/Host.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IncludeFile.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntEqClasses.cpp /usr/src/lib/clang/libl l vmsupport/../../../contrib/llvm/lib/Support/IntervalMap.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntrusiveRefCntPtr.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IsInf.cpp /
 usr/
  sr
 c/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IsNAN.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Locale.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/LockFileManager.cpp /usr/src/lib/cl  ang/libllvmsupport/../../../contrib/llvm/lib/Support/ManagedStatic.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Memory.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MemoryBuffer.cpp /usr/src/lib/clang/  libllvmsupport/../../../contrib/llvm/lib/Support/MemoryObject.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Mutex.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Path.cpp /usr/src/lib/clang/libllvmsuppor t /../../../contrib/llvm/lib/Support/PathV2.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PluginLoader.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PrettyStackTrace.cpp /usr/src/l
 ib/c
  la
 ng/libllvmsupport/../../../contrib/llvm/lib/!
 Support/P!
 rocess.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Program.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/RWMutex.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Regex.cpp /usr  /src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Signals.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallP  trSet.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallVector.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SourceMgr.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Statistic . cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StreamableMemoryObject.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringExtras.cpp /usr/src/lib/clang/libllvmsupport/../../../con
 trib
  /l
 lvm/lib/Support/StringMap.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringPool.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringRef.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/li  b/Support/TargetRegistry.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ThreadLocal.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Threading.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib  /Support/TimeValue.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Timer.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ToolOutputFile.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Suppo r t/Triple.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Twine.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Valgrind.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/li
 b/Su
  pp
 ort/Watchdog.cpp /usr/src/lib/clang/libllvms!
 upport/..!
 /../../contrib/llvm/lib/Support/YAMLParser.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/YAMLTraits.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/circular_raw_ostream.cpp /usr/src/lib/clang/libllvmsupp  ort/../../../contrib/llvm/lib/Support/raw_os_ostream.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/raw_ostream.cpp /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/system_error.cpp
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APFloat.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APFloat.h:104:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APInt.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APInt.cpp:16:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APInt.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/APSInt.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APSInt.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/APInt.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Allocator.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Allocator.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Atomic.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Atomic.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/BlockFrequency.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/BranchProbability.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/BranchProbability.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/BranchProbability.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CommandLine.cpp:19:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/CommandLine.h:23:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConstantRange.cpp:24:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/IR/InstrTypes.h:19:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Twine.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ConvertUTFWrapper.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/ConvertUTF.h:168:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/CrashRecoveryContext.cpp:10:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/CrashRecoveryContext.h:13:10: fatal error: 'string' file not found
 #include <string>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DAGDeltaAlgorithm.cpp:34:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h:12:10: fatal error: 'set' file not found
 #include <set>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Debug.cpp:27:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/CommandLine.h:23:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DeltaAlgorithm.cpp:9:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/DeltaAlgorithm.h:12:10: fatal error: 'set' file not found
 #include <set>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Dwarf.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Dwarf.h:19:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/DynamicLibrary.cpp:16:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/DynamicLibrary.h:17:10: fatal error: 'string' file not found
 #include <string>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Errno.cpp:14:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Errno.h:17:10: fatal error: 'string' file not found
 #include <string>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ErrorHandling.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/ErrorHandling.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FileOutputBuffer.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/FileOutputBuffer.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/OwningPtr.h:18:10: fatal error: 'cassert' file not found
 #include <cassert>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FoldingSet.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/FoldingSet.h:19:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/FormattedStream.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/FormattedStream.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/raw_ostream.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/GraphWriter.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/GraphWriter.h:27:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/DOTGraphTraits.h:20:10: fatal error: 'string' file not found
 #include <string>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Hashing.cpp:16:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Hashing.h:48:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/STLExtras.h:20:10: fatal error: 'cstddef' file not found
 #include <cstddef> // for std::size_t
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Host.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Host.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringMap.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntEqClasses.cpp:21:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/IntEqClasses.h:24:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntervalMap.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/IntervalMap.h:102:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/PointerIntPair.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/PointerLikeTypeTraits.h:18:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/IntrusiveRefCntPtr.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h:24:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Casting.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Locale.cpp:1:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Locale.h:4:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/LockFileManager.cpp:9:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/LockFileManager.h:12:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Optional.h:21:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ManagedStatic.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/ManagedStatic.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Atomic.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Memory.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Memory.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MemoryBuffer.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/MemoryBuffer.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/MemoryObject.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/MemoryObject.h:13:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Mutex.cpp:15:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Mutex.h:19:10: fatal error: 'cassert' file not found
 #include <cassert>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Path.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Path.h:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/PathV1.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PathV2.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/PathV2.h:19:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallString.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PluginLoader.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/PluginLoader.h:20:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/CommandLine.h:23:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/PrettyStackTrace.cpp:16:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallString.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Process.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/ErrorHandling.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Program.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Program.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/RWMutex.cpp:15:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/RWMutex.h:19:10: fatal error: 'cassert' file not found
 #include <cassert>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Regex.cpp:14:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Regex.h:20:10: fatal error: 'string' file not found
 #include <string>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Signals.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Signals.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Path.h:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/PathV1.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallPtrSet.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallPtrSet.h:19:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SmallVector.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/SourceMgr.cpp:16:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/SourceMgr.h:19:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/ArrayRef.h:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Statistic.cpp:24:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Statistic.h:29:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Atomic.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StreamableMemoryObject.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/StreamableMemoryObject.h:14:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/OwningPtr.h:18:10: fatal error: 'cassert' file not found
 #include <cassert>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringExtras.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/SmallVector.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/AlignOf.h:19:10: fatal error: 'cstddef' file not found
 #include <cstddef>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringMap.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringMap.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringPool.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/StringPool.h:32:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringMap.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/StringRef.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/TargetRegistry.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/TargetRegistry.h:22:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Triple.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Twine.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ThreadLocal.cpp:15:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/ThreadLocal.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Threading.cpp:16:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Atomic.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/TimeValue.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/TimeValue.h:17:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Timer.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/Timer.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/ToolOutputFile.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/ToolOutputFile.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/raw_ostream.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Triple.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Triple.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Twine.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Twine.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/Twine.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/YAMLParser.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/YAMLParser.h:41:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/OwningPtr.h:18:10: fatal error: 'cassert' file not found
 #include <cassert>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/YAMLTraits.cpp:10:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/YAMLTraits.h:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/DenseMap.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/DenseMapInfo.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/PointerLikeTypeTraits.h:18:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/circular_raw_ostream.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/circular_raw_ostream.h:18:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/raw_ostream.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/raw_os_ostream.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/raw_os_ostream.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/raw_ostream.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/raw_ostream.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/raw_ostream.h:17:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/ADT/StringRef.h:13:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/system_error.cpp:14:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/system_error.h:228:
 In file included from /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include/llvm/Support/type_traits.h:20:
 /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include/llvm/Support/DataTypes.h:36:10: fatal error: 'cmath' file not found
 #include <cmath>
 ^
 1 error generated.
 mkdep: compile failed
 *** Error code 1
 
 Stop.
 bmake[3]: stopped in /usr/src/lib/clang/libllvmsupport
 *** Error code 1
 
 Stop.
 bmake[2]: stopped in /usr/src
 *** Error code 1
 
 Stop.
 bmake[1]: stopped in /usr/src
 *** Error code 1
 
 Stop.
 make: stopped in /usr/src
 
 # cat /etc/make.conf
 KERNCONF=SERV6.10
 WITHOUT_X11= yes
 CPUTYPE?= athlon64
 SUP_UPDATE= yes
 WITH_PKGNG=yes
 PERL_PORT=perl5.18
 DEFAULT_VERSIONS= perl5=5.18
 
 # cat /etc/src.conf
 cat: /etc/src.conf: No such file or directory


More information about the freebsd-bugs mailing list