[
https://issues.apache.org/jira/browse/TS-4074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15063448#comment-15063448
]
ASF GitHub Bot commented on TS-4074:
------------------------------------
Github user maskit commented on the pull request:
https://github.com/apache/trafficserver/pull/379#issuecomment-165672930
I tried `AS_ESCAPE` but it doesn't work.
Because The `id` command has not been executed yet when `AS_ESCAPE` has
been processed.
> build_* variables need to be escaped
> ------------------------------------
>
> Key: TS-4074
> URL: https://issues.apache.org/jira/browse/TS-4074
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Masakazu Kitajo
> Assignee: Masakazu Kitajo
> Fix For: 6.2.0
>
>
> BUILD_PERSON, BUILD_GROUP and BUILD_MACHINE need to be escaped.
> {noformat}
> traffic_layout.cc:79:32: error: unknown escape sequence '\D'
> [-Werror,-Wunknown-escape-sequence]
> print_feature("BUILD_GROUP", BUILD_GROUP, json);
> ^
> ../../lib/ts/ink_config.h:49:46: note: expanded from macro 'BUILD_GROUP'
> #define BUILD_GROUP "XXX\Domain Users"
> {noformat}
> Current configure.ac
> {code}
> build_person="`id -nu`"
> build_group="`id -ng`"
> build_machine="`uname -n`"
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)