From owner-freebsd-current@FreeBSD.ORG Mon Aug 2 16:00:28 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23B611065677 for ; Mon, 2 Aug 2010 16:00:28 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B08478FC24 for ; Mon, 2 Aug 2010 16:00:27 +0000 (UTC) Received: by wyj26 with SMTP id 26so4147070wyj.13 for ; Mon, 02 Aug 2010 09:00:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=qtg0dAX/SD4oJYBGVVmCLi4lnouJ9vbQgrOSZ1PYU3w=; b=nE5i6qF1pb/mk/i1M2NOr+IbkiLSsGRQABDbH0fJkLEhjc9jrV35jAvi68KB/tlnFw ElqjtqmLOJ9m6I/aEGhSJoDdEdi9C+//voMOQNkaD3VKqEraG3i71o+h6iptfEapDldu pLd6O2n2e+l3wkbgzXMGN2CbWXDRHbFVJ76E0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=KfU+x+I+4bA/8Ht7u1/dbxyRrQE62RITInFlbzeyEaOb0m2vpsPEFPAX9mWRy8D34S ZkzHYVBChyQhevq5QIJYP5BO7k2FPVHPARAv2yoeZQG99FOVSPCk3tpsGPvU8RYJpy5i 4Dcebd3o+A/I2IgfvnvVyNfjCmfE962lqCSA0= MIME-Version: 1.0 Received: by 10.216.15.84 with SMTP id e62mr2900759wee.43.1280764826440; Mon, 02 Aug 2010 09:00:26 -0700 (PDT) Received: by 10.216.183.212 with HTTP; Mon, 2 Aug 2010 09:00:26 -0700 (PDT) Date: Mon, 2 Aug 2010 16:00:26 +0000 Message-ID: From: "b. f." To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: des@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 16:00:28 -0000 > FreeBSD Tinderbox writes: > > ===> games/fortune/strfile (obj,depend,all,install) > > /obj/src/tmp/src/games/fortune/strfile created for /src/games/fortune/strfile > > rm -f .depend > > mkdep -f .depend -a -I/obj/src/tmp/legacy/usr/include /src/games/fortune/strfile/strfile.c > > echo strfile: /usr/lib/libc.a /obj/src/tmp/legacy/usr/lib/libegacy.a >> .depend > > cc -O2 -pipe -std=gnu99 -I/obj/src/tmp/legacy/usr/include -c /src/games/fortune/strfile/strfile.c > > cc -O2 -pipe -std=gnu99 -I/obj/src/tmp/legacy/usr/include -static -L/obj/src/tmp/legacy/usr/lib -o strfile strfile.o -legacy > > Syntax error: end of file unexpected (expecting ")") > > *** Error code 2 > > > > Stop in /src/games/fortune/strfile. > > Does anyone have any idea what caused this? The exact same error > occurred on all platforms / architectures. Some recent changes (r210612) to system makefiles related to the userland dtrace project. I think Rui fixed it with two subsequent commits, r210636 and r210656. b.