You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Sebastian Pesman (JIRA)" <ji...@apache.org> on 2015/05/18 14:34:59 UTC

[jira] [Updated] (TS-3614) ats_pagespeed make > fatal error: ts/ts.h

     [ https://issues.apache.org/jira/browse/TS-3614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Pesman updated TS-3614:
---------------------------------
    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


  was:
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.

/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



> ats_pagespeed make > fatal error: ts/ts.h
> -----------------------------------------
>
>                 Key: TS-3614
>                 URL: https://issues.apache.org/jira/browse/TS-3614
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Sebastian Pesman
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)