From dev-return-633-archive-asf-public=cust-asf.ponee.io@pagespeed.apache.org Tue Apr 10 02:40:43 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3E43118067B for ; Tue, 10 Apr 2018 02:40:43 +0200 (CEST) Received: (qmail 78664 invoked by uid 500); 10 Apr 2018 00:40:42 -0000 Mailing-List: contact dev-help@pagespeed.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pagespeed.apache.org Delivered-To: mailing list dev@pagespeed.apache.org Received: (qmail 78290 invoked by uid 99); 10 Apr 2018 00:40:42 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2018 00:40:42 +0000 From: GitBox To: dev@pagespeed.apache.org Subject: [GitHub] eldk commented on issue #1763: Ubuntu 16.04 : make apache_install_conf fails Message-ID: <152332084161.3162.11335021559695231383.gitbox@gitbox.apache.org> Date: Tue, 10 Apr 2018 00:40:41 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit eldk commented on issue #1763: Ubuntu 16.04 : make apache_install_conf fails URL: https://github.com/apache/incubator-pagespeed-mod/issues/1763#issuecomment-379919014 Hello, This solves apache_test : - apache2 is well builded in home user directory but there's one test failed : ``` SerfUrlAsyncFetcherTest.FetchUsingDifferentRequestMethod pagespeed/system/serf_url_async_fetcher_test.cc:469: Failure Expected: (static_cast(0)) < (contents(kModpagespeedSite).size()), actual: 0 vs 0 pagespeed/system/serf_url_async_fetcher_test.cc:471: Failure Value of: response_headers(kModpagespeedSite)->status_code() Actual: 403 Expected: 501 pagespeed/system/serf_url_async_fetcher_test.cc:475: Failure Value of: contents(kModpagespeedSite).find( "PURGE to /mod_pagespeed_example/index.html not supported.") != GoogleString::npos Actual: false Expected: true ``` apache_debug_smoke_test throw : apache_configure_php5_from_etc_php5.sh - PHP5 is not installed, or is not installed where we expect. It's the same for apache_install_conf. But I haven't php5 installed. And I think at least that php is not needed, or maybe 7.n ? So I have commented this https://github.com/apache/incubator-pagespeed-mod/blob/55bf00dbb508270102cb4cd72053ad9859b9d80b/devel/Makefile#L616 for the moment. apache_debug_smoke_test still fails, but, make apache_install_conf, is ok, and apache development server is running as expecting here : https://github.com/apache/incubator-pagespeed-mod/wiki/Standing-up-a-development-server . ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services