Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-4074

build_* variables need to be escaped

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.2.0
    • Build
    • None

    Description

      BUILD_PERSON, BUILD_GROUP and BUILD_MACHINE need to be escaped.

      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"
      

      Current configure.ac

      build_person="`id -nu`"
      build_group="`id -ng`"
      build_machine="`uname -n`"
      

      Attachments

        Activity

          People

            maskit Masakazu Kitajo
            maskit Masakazu Kitajo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: