From owner-freebsd-current@FreeBSD.ORG Mon May 13 19:31:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BE1EC5BB for ; Mon, 13 May 2013 19:31:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 881A65F5 for ; Mon, 13 May 2013 19:31:55 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7::846a:4293:b749:c908] (unknown [IPv6:2001:7b8:3a7:0:846a:4293:b749:c908]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 4AFD45C44; Mon, 13 May 2013 21:31:54 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: r250609: error: use of undeclared identifier 'CLOCK_PROCESS_CPUTIME_ID' From: Dimitry Andric In-Reply-To: <201305131926.r4DJQ74K021380@mech-cluster241.men.bris.ac.uk> Date: Mon, 13 May 2013 21:31:48 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <77B08A34-217C-4990-9670-2D633E627634@FreeBSD.org> References: <201305131926.r4DJQ74K021380@mech-cluster241.men.bris.ac.uk> To: mexas@bristol.ac.uk X-Mailer: Apple Mail (2.1503) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 19:31:55 -0000 On May 13, 2013, at 21:26, Anton Shterenlikht wrote: > # uname -a > FreeBSD mech-aslap239.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT = #29 r2463 > 70M: Tue Feb 19 09:04:48 GMT 2013 = root@mech-aslap239.men.bris.ac.uk:/usr/obj > /usr/src/sys/BUZI amd64 >=20 > make buildworld: >=20 > c++ -O2 -pipe = -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/include > = -I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/tools/clang/incl= ude - > I/usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support = -I. -I/usr/ > = src/lib/clang/libllvmsupport/../../../contrib/llvm/../../lib/clang/include= -DLLV > M_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS = -D__STDC_CONSTANT_MACROS -fno- > strict-aliasing = -DLLVM_DEFAULT_TARGET_TRIPLE=3D\"x86_64-unknown-freebsd10.0\" -DLL > VM_HOSTTRIPLE=3D\"x86_64-unknown-freebsd10.0\" -DDEFAULT_SYSROOT=3D\"\" = -I/usr/obj/u > sr/src/tmp/legacy/usr/include -fno-exceptions -fno-rtti -c = /usr/src/lib/clang/li > bllvmsupport/../../../contrib/llvm/lib/Support/Process.cpp -o = Process.o > In file included from = /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/li > b/Support/Process.cpp:85: > = /usr/src/lib/clang/libllvmsupport/../../../contrib/llvm/lib/Support/Unix/P= rocess > .inc:75:23: error: use of undeclared identifier = 'CLOCK_PROCESS_CPUTIME_ID' > if (::clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &TS) =3D=3D 0) > ^ See this thread from last week: http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041593.html