From dev-return-70027-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Wed May 23 06:42:59 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 538FB180645 for ; Wed, 23 May 2018 06:42:59 +0200 (CEST) Received: (qmail 3326 invoked by uid 500); 23 May 2018 04:42:58 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 3315 invoked by uid 99); 23 May 2018 04:42:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2018 04:42:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57D68E107B; Wed, 23 May 2018 04:42:57 +0000 (UTC) From: anmolnar To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #528: ZOOKEEPER-3034 Facing issues while building fro... Content-Type: text/plain Date: Wed, 23 May 2018 04:42:57 +0000 (UTC) GitHub user anmolnar opened a pull request: https://github.com/apache/zookeeper/pull/528 ZOOKEEPER-3034 Facing issues while building from source Unable to compile C++ test on Ubuntu 17.10+ because libcppunit-dev package doesn't ship the aclocal macro `cppunit.m4` anymore. I added explicitly to our codebase and made some necessary changes in configure.ac and Makefile.am. Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-3034 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/528.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #528 ---- commit e97c5c1295ff43cfac93f957a888f7795766ee60 Author: Andor Molnar Date: 2018-05-23T04:39:31Z ZOOKEEPER-3034. Added cppunit.m4, because from libcppunit-dev package doesn't ship from 1.14.0 ---- ---