From owner-freebsd-stable@freebsd.org Wed Dec 28 22:50:08 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 355A0C95A83 for ; Wed, 28 Dec 2016 22:50:08 +0000 (UTC) (envelope-from jack@jarasoft.net) Received: from nl.nb24.nl (nl.nb24.nl [37.97.225.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "nb24.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7E6E1B04 for ; Wed, 28 Dec 2016 22:50:07 +0000 (UTC) (envelope-from jack@jarasoft.net) Received: from nl.nb24.nl (nl.nb24.nl [37.97.225.103]) by nl.nb24.nl (Postfix) with ESMTP id 4C7801210409 for ; Wed, 28 Dec 2016 23:47:30 +0100 (CET) Received: from [10.10.10.20] (raats.xs4all.nl [82.95.230.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by nl.nb24.nl (Postfix) with ESMTPSA id EA95A12103FA for ; Wed, 28 Dec 2016 23:47:29 +0100 (CET) User-Agent: Microsoft-MacOutlook/f.1c.1.161117 Date: Wed, 28 Dec 2016 23:47:28 +0100 Subject: Compile error while building world From: Jack Raats To: Message-ID: <96268895-B686-4796-8118-83C3410BF03B@jarasoft.net> Thread-Topic: Compile error while building world Mime-version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP on nl.nb24.nl Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 22:50:08 -0000 Hi =20 At this moment I=E2=80=99ll get the following error while compiling buildworld =20 --- clang-tblgen.full --- c++ -O2 -pipe -I/usr/obj/usr/src/tmp/usr/src/lib/clang/libllvm -I/usr/src/l= ib/clang/include -I/usr/src/contrib/llvm/include -DLLVM_ON_UNIX -DLLVM_ON_FR= EEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DNDEBUG -DLLVM_DEFAULT= _TARGET_TRIPLE=3D\"x86_64-unknown-freebsd11.0\" -DLLVM_HOST_TRIPLE=3D\"x86_64-un= known-freebsd11.0\" -DDEFAULT_SYSROOT=3D\"/usr/obj/usr/src/tmp\" -g -Qunused-a= rguments -I/usr/obj/usr/src/tmp/legacy/usr/include -std=3Dc++11 -fno-exception= s -fno-rtti -stdlib=3Dlibc++ -Wno-c++11-extensions -static -L/usr/obj/usr/src= /tmp/legacy/usr/lib -o clang-tblgen.full ClangASTNodesEmitter.o ClangAttrEm= itter.o ClangCommentCommandInfoEmitter.o ClangCommentHTMLNamedCharacterRefer= enceEmitter.o ClangCommentHTMLTagsEmitter.o ClangDiagnosticsEmitter.o ClangS= ACheckersEmitter.o NeonEmitter.o TableGen.o /usr/obj/usr/src/tmp/usr/src/lib= /clang/libllvmminimal/libllvmminimal.a -lncursesw -lpthread -legacy /usr/lib/libpthread.a(thr_syscalls.o): In function `__thr_fdatasync': /usr/src/lib/libthr/thread/thr_syscalls.c:(.text+0xe51): undefined referenc= e to `__sys_fdatasync' c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) *** [clang-tblgen.full] Error code 1 =20 Systeem: FreeBSD 11.0-STABLE=C2=A0 At revision 310725. =20 Can anyone give me a clue? =20 Thanks =20 Jack =20 =20 =20 =20 =20 =20