From owner-freebsd-stable@FreeBSD.ORG Wed Sep 10 18:51:52 2014 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 ESMTPS id 8BFF4640 for ; Wed, 10 Sep 2014 18:51:52 +0000 (UTC) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (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 1BDBBD1F for ; Wed, 10 Sep 2014 18:51:51 +0000 (UTC) Received: by mail-wi0-f171.google.com with SMTP id hi2so6843722wib.4 for ; Wed, 10 Sep 2014 11:51:50 -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=354N/xf5o3uxEsCDso1qSz3raVIz+N8IsIm3IgbdVcU=; b=sAOXIk0kxRj7Ev9pRUW2AMAcNMpK4Jm01HGTHcp9fXR+z+qQRkmcf1dtg16WQgEZ5P Io4gHS24mUs9P22riTUdbS/BVK3+d4Wrw0qJADmqgLbziHzh54tbKmy0M80QMSZfutMv CpR+EmZmf3EpKCA61V+uhyB9XoMWZQ4kDMfS4ksRTgY1xWLuE1RREXlZ/B9gm2irFE2D 7g8E6gL7XfO6eMjrfcb2Q3UZXsiYzAgLQIduJcnMb5tq0KPdyh+wxl7EHrwxGZIQrWvP 44JtBJi6AeOYKq+hfyDJ2KFN/WSHRTj6+WwBFUmKxFUrRVLN6VB9qLN6K+0idGYChGUV ugIg== MIME-Version: 1.0 X-Received: by 10.194.71.11 with SMTP id q11mr50137776wju.33.1410375110197; Wed, 10 Sep 2014 11:51:50 -0700 (PDT) Received: by 10.217.2.18 with HTTP; Wed, 10 Sep 2014 11:51:50 -0700 (PDT) In-Reply-To: <54109CA5.7050807@tundraware.com> References: <54109820.1030905@tundraware.com> <54109CA5.7050807@tundraware.com> Date: Wed, 10 Sep 2014 14:51:50 -0400 Message-ID: Subject: Re: 10-STABLE Buildworld Failing From: Brandon Allbery To: Tim Daneliuk Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 18:51:52 -0000 On Wed, Sep 10, 2014 at 2:47 PM, Tim Daneliuk wrote: > 0On 09/10/2014 01:38 PM, Brandon Allbery wrote: > >> On Wed, Sep 10, 2014 at 2:27 PM, Tim Daneliuk >> wrote: >> >> #define ORGANIZATION_NAME TundraWare Inc. >>> >>> >> Aren't there some string quotes missing from around that string? Also, >> given your domain, I think that's locally introduced.... >> >> > The error indicates that there is a missing paren in a function call. > Yes, because when it expands that non-string in a context requiring a string, it's getting something that is a syntax error, and its attempt to recover makes it think that you missed a closing ). But what really happened is it got: svn_stringbuf_appendcstr(default_msg, "Sponsored by:\t" TundraWare Inc. ) and that is not valid C. It's expecting a C string literal, not plain text. > Also, this exact same configuration has compiled flawlessly for over > a decade since FBSD 2.x Something new has been introduced. Likely that it's actually using your syntax error now instead of it just sitting in a file unreferenced. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net