From owner-freebsd-stable@FreeBSD.ORG Thu Apr 17 04:37:18 2014 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 ESMTPS id 5CD4A705 for ; Thu, 17 Apr 2014 04:37:18 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27B301162 for ; Thu, 17 Apr 2014 04:37:18 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id h18so1799868igc.2 for ; Wed, 16 Apr 2014 21:37:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:content-transfer-encoding:thread-index :content-language; bh=tgmkF3W3YqDnAlFC+KZ/+G3EwTktAmhDdaqQ2hAXosg=; b=ThU+1QhcpU3hKPLVylVYrN9f3opOyKa0e/RmsCRMeJlEIlRLak6z7SuYsr+nfS08yQ cnCacUeWiIQyIz9tYvTOjKlXcozzMFc/0i81GiZC70Tyr5W3GrjL1Bp4HizH10jjC5nI v4BPS/oq7JXJwUumXulrUymzIEQu3B/i70qbzCuN2cwsheKdauiVAmkLZfPk6Qtor6/j sfMpdxLuueYhvwbiZ/cWNcgbz43b6pwlWpYLb1bxCm6Wg3SdSqsAaLQ/QMijVOWwdVZy WcvNANBJsUZpJ6IVeiVFW9q4etlTnibwINxQGQXktSlNkQ/Nh8sAUOtYQf57WZCkPqr8 MyzA== X-Received: by 10.42.62.143 with SMTP id y15mr7727289ich.14.1397709437501; Wed, 16 Apr 2014 21:37:17 -0700 (PDT) Received: from SINDROME (c-50-178-125-248.hsd1.il.comcast.net. [50.178.125.248]) by mx.google.com with ESMTPSA id z10sm3496746igm.8.2014.04.16.21.37.16 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 16 Apr 2014 21:37:17 -0700 (PDT) From: "sindrome" To: References: <001501cf59c8$88555a20$99000e60$@gmail.com> In-Reply-To: Subject: RE: FreeBSD 10 buildworld failing on ORGANIZATION_NAME Date: Wed, 16 Apr 2014 23:37:16 -0500 Message-ID: <000301cf59f6$b64cb120$22e61360$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJpJxcuoycsLh1xU76TGOGE/LRg7QHS7bQsmdMHhWA= Content-Language: en-us Cc: 'ml-freebsd-stable' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Apr 2014 04:37:18 -0000 > /usr/src/usr.bin/svn/svn/../../../contrib/subversion/subversion/svn/ut > il.c:4 > 16:7: error: expected ')' > ORGANIZATION_NAME > ^ > ./freebsd-organization.h:1:27: note: expanded from macro = 'ORGANIZATION_NAME' > #define ORGANIZATION_NAME _____________ > ^ > /usr/src/usr.bin/svn/svn/../../../contrib/subversion/subversion/svn/ut > il.c:4 > 14:27: note: to match this '(' > svn_stringbuf_appendcstr(default_msg, "Sponsored by:\t" > ^ > 1 error generated. > *** Error code 1 > > Stop. > bmake[4]: stopped in /usr/src/usr.bin/svn/svn > *** Error code 1 > > Stop. > bmake[3]: stopped in /usr/src/usr.bin/svn > *** Error code 1 > > Stop. > bmake[2]: stopped in /usr/src/usr.bin > *** Error code 1 > > Stop. > bmake[1]: stopped in /usr/src > *** Error code 1 > > Stop. > bmake: stopped in /usr/src > *** [buildworld] Error code 1 > > Stop in /usr/src. >From /usr/src/contrib/subversion/subversion/svn/util.h: #ifdef HAS_ORGANIZATION_NAME #include "freebsd-organization.h" #endif I don't find any such file named "freebsd-organization.h" (at least on 10-stable). Do you have anything weird defined in /etc/make.conf? Here's what's in my /etc/make.conf cat /etc/make.conf KERNCONF=3DFOOBAR BATCH?=3Dyes WITH_PKGNG=3Dyes