From owner-freebsd-stable@FreeBSD.ORG Thu Sep 5 21:46:42 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B08DD658 for ; Thu, 5 Sep 2013 21:46:42 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D2A222DD for ; Thu, 5 Sep 2013 21:46:42 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id eh20so2697239obb.15 for ; Thu, 05 Sep 2013 14:46:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=L5be+ayDOQfNoL8t4hMgCuMl4af4yjkxPnjDIBzpxIo=; b=zQ+sk1hL4Slc7m6kZxfSMieZd285XEv+whBwoMYciz1LgYl8RGrPW57uzZFiuOtgIp PjoOCQs7Y34CDgqw4kmZGOa/kt4jxzfF99QKh+x5l5F+Bck7NaK3FHciGxoU+qL1YlpJ y7aif7nNvhdYEByCQwslLQc2bmWRxukhzBHxw/XUqWrq4tWhUrS+44AXYFgFF7MaF32i ujSofmEox7U4JP4MQDGSD+A+WVvWok8g3MDHvxr0tRY4JSdh73hRI2vFmL8mNDqUKd3W ASM4Lu1ayCBLXtu8pYW5B+/ieGbap8ClsQe/3NiFudBNV9cus4Y2ClR+j9hHYvW0ZmV9 vEqA== MIME-Version: 1.0 X-Received: by 10.182.204.4 with SMTP id ku4mr8216229obc.21.1378417601871; Thu, 05 Sep 2013 14:46:41 -0700 (PDT) Received: by 10.182.22.161 with HTTP; Thu, 5 Sep 2013 14:46:41 -0700 (PDT) In-Reply-To: <20130905233725.05106d2a@munin.geoinf.fu-berlin.de> References: <20130905233725.05106d2a@munin.geoinf.fu-berlin.de> Date: Thu, 5 Sep 2013 23:46:41 +0200 Message-ID: Subject: Re: devel/llvm33: failed to compile due to CLOCK_PROCESS_CPUTIME_ID issue From: Oliver Pinter To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org 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:46:42 -0000 On 9/5/13, O. Hartmann wrote: > 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 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181817 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >