From owner-freebsd-stable@FreeBSD.ORG Thu Sep 5 21:33:01 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9AE64DC9 for ; Thu, 5 Sep 2013 21:33:01 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38A7621F4 for ; Thu, 5 Sep 2013 21:33:00 +0000 (UTC) Received: from munin.geoinf.fu-berlin.de ([92.231.87.154]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0Mb31L-1VXqTY1klv-00KhEn for ; Thu, 05 Sep 2013 23:32:59 +0200 Date: Thu, 5 Sep 2013 23:37:25 +0200 From: "O. Hartmann" To: freebsd-stable@freebsd.org Subject: devel/llvm33: failed to compile due to CLOCK_PROCESS_CPUTIME_ID issue Message-ID: <20130905233725.05106d2a@munin.geoinf.fu-berlin.de> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:YrJsAZTydiOb+wCJLMC90Qs7ctw/6rXRGARRfV5m1mte9c+OtIz /eK1Nfj75ojuOLYgs+WUT5XHHuzBMSmWkXR0zMTqgvRsO5sSb85FHivTb0Qv/rAuVX7w+Br p/fX9wtZqrllal6yemYnGKMzljqJE0FuDNvUq0O0qONmC6LVXlvuslN5eoefkb+u29XboXC JR+fKMcwXcZ/ywkG1hdMw== X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Sep 2013 21:33:01 -0000 On a laptop, running FreeBSD 9.2-PRERELEASE #0 r255170: Tue Sep 3 11:54:29 CEST 2013 amd64, compiling/updating port devel/llvm33 fails with the error shown below. The port is at llvm-3.3_2 and is supposed to be updated to llvm-3.3_4. On FreeBSD 10.0-CURRENT there is no problem compiling the port. [...] llvm[1]: Compiling Signals.cpp for Release build In file included from Process.cpp:85: /usr/ports/devel/llvm33/work/llvm-3.3.src/lib/Support/Unix/Process.inc:75:23: error: use of undeclared identifier 'CLOCK_PROCESS_CPUTIME_ID' if (::clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &TS) == 0) ^ 1 error generated. gmake[1]: *** [/usr/ports/devel/llvm33/work/llvm-3.3.src/lib/Support/Release/Process.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory `/usr/ports/devel/llvm33/work/llvm-3.3.src/lib/Support' gmake: *** [all] Error 1