Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 14:51:50 -0400
From:      Brandon Allbery <allbery.b@gmail.com>
To:        Tim Daneliuk <tundra@tundraware.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: 10-STABLE Buildworld Failing
Message-ID:  <CAKFCL4V5VFw=GFzx6FWMEYKbSe2okHoHF62N3L05yjAONuH43A@mail.gmail.com>
In-Reply-To: <54109CA5.7050807@tundraware.com>
References:  <54109820.1030905@tundraware.com> <CAKFCL4UHxuKqJZBSWEo=GLzL-vizTCutSgCU7XVLj=2yZQ7pPQ@mail.gmail.com> <54109CA5.7050807@tundraware.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 10, 2014 at 2:47 PM, Tim Daneliuk <tundra@tundraware.com> wrote:

> 0On 09/10/2014 01:38 PM, Brandon Allbery wrote:
>
>> On Wed, Sep 10, 2014 at 2:27 PM, Tim Daneliuk <tundra@tundraware.com>
>> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKFCL4V5VFw=GFzx6FWMEYKbSe2okHoHF62N3L05yjAONuH43A>