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

ats_pagespeed make > fatal error: ts/ts.h

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • sometime
    • Configuration
    • None

    Description

      When running the MAKE command on a git clone of ATS it fails to MAKE the plugin. It's not clear to me which ts.h file it needs.
      OS: Centos 7
      Git: https://git-wip-us.apache.org/repos/asf/trafficserver.git
      Branch: Master

      /tmp/trafficserver/plugins/experimental/ats_pagespeed
      make

      Errors:
      In file included from ats_base_fetch.cc:24:0:
      ats_base_fetch.h:29:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      In file included from ats_beacon_intercept.cc:24:0:
      ats_beacon_intercept.h:27:19: fatal error: ts/ts.h: No such file or directory
      #include "ts/ts.h"
      ^
      compilation terminated.
      In file included from ats_config.cc:24:0:
      ats_config.h:30:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      In file included from ats_header_utils.cc:24:0:
      ats_header_utils.h:29:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      ats_log_message_handler.cc:26:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      In file included from ats_message_handler.cc:24:0:
      ats_message_handler.h:27:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      ats_pagespeed.cc:33:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      In file included from ats_process_context.cc:30:0:
      ats_message_handler.h:27:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      ats_resource_intercept.cc:24:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      In file included from ats_rewrite_driver_factory.cc:29:0:
      ats_thread_system.h:29:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      In file included from ats_rewrite_options.cc:35:0:
      ats_message_handler.h:27:19: fatal error: ts/ts.h: No such file or directory
      #include <ts/ts.h>
      ^
      compilation terminated.
      make: *** [ats_pagespeed.so] Error 1

      Attachments

        Activity

          People

            oschaaf Otto van der Schaaf
            Bastian15 Sebastian Pesman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: