10-STABLE Buildworld Failing

Brandon Allbery allbery.b at gmail.com
Wed Sep 10 18:51:52 UTC 2014


On Wed, Sep 10, 2014 at 2:47 PM, Tim Daneliuk <tundra at 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 at 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 at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net


More information about the freebsd-stable mailing list