Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Feb 2015 15:56:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 197540] ORGANIZATION set in environment causes "make buildworld" to fail
Message-ID:  <bug-197540-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197540

            Bug ID: 197540
           Summary: ORGANIZATION set in environment causes "make
                    buildworld" to fail
           Product: Base System
           Version: 10.1-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: karl@denninger.net

"make buildworld" fails in macro expansion if ORGANIZATION is set in the
environment here:

--- util.o ---
cc  -O2 -pipe  
-I/usr/src/usr.bin/svn/svn/../../../contrib/subversion/subversion/include
-I/usr/src/usr.bin/svn/svn/../../../contrib/subversion/subversion
-I/usr/src/usr.bin/svn/svn/..  -I/usr/src/usr.bin/svn/svn/../lib/libapr 
-I/usr/src/usr.bin/svn/svn/../../../contrib/apr/include/arch/unix 
-I/usr/src/usr.bin/svn/svn/../../../contrib/apr/include 
-I/usr/src/usr.bin/svn/svn/../lib/libapr_util 
-I/usr/src/usr.bin/svn/svn/../../../contrib/apr-util/include/private 
-I/usr/src/usr.bin/svn/svn/../../../contrib/apr-util/include -I.
-DHAS_ORGANIZATION_NAME -std=gnu99 -Qunused-arguments  -fstack-protector
-Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value
-Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch
-Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c
/usr/src/usr.bin/svn/svn/../../../contrib/subversion/subversion/svn/util.c
/usr/src/usr.bin/svn/svn/../../../contrib/subversion/subversion/svn/util.c:416:7:
error: expected ')'
      ORGANIZATION_NAME
      ^
./freebsd-organization.h:1:27: note: expanded from macro 'ORGANIZATION_NAME'
#define ORGANIZATION_NAME Karls Sushi and Packet Smashers
                          ^
/usr/src/usr.bin/svn/svn/../../../contrib/subversion/subversion/svn/util.c:414:27:
note: to match this '('
  svn_stringbuf_appendcstr(default_msg, "Sponsored by:\t"
                          ^
1 error generated.
*** [util.o] Error code 1

make[5]: stopped in /usr/src/usr.bin/svn/svn
1 error

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197540-8>