You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Umesh Panchaksharaiah <up...@gmail.com> on 2017/04/11 03:40:56 UTC

zookeeper build

Hi,  

I am doing a build on zookeeper for the first time.
The code changes I have is very minimal. It consists of
just comment changes.

The first build/test failed in a Junit test failing,
The second build failed with the error below.

create-cppunit-configure:
     [exec] aclocal: couldn't open directory `/usr/share/aclocal': No such file or directory
     [exec] autoreconf: aclocal failed with exit status: 1

I am building on Mac OSX Yosemite.  Do you have a recommended
OS/version for zookeeper dev work. Is linux preferable. If so, which 
distribution/version.

Thanks
-Umesh

Re: zookeeper build

Posted by Michael Han <ha...@cloudera.com>.
OS X is fine - unless you work on C client. Currently c client unit tests
don't build on OS X due to an unsupported linker flag. You can run 'ant
test-core-java' to verify your changes in this case. Please check build.xml
for different targets and choose the one that fits your case.

On Mon, Apr 10, 2017 at 8:40 PM, Umesh Panchaksharaiah <up...@gmail.com>
wrote:

>
> Hi,
>
> I am doing a build on zookeeper for the first time.
> The code changes I have is very minimal. It consists of
> just comment changes.
>
> The first build/test failed in a Junit test failing,
> The second build failed with the error below.
>
> create-cppunit-configure:
>      [exec] aclocal: couldn't open directory `/usr/share/aclocal': No such
> file or directory
>      [exec] autoreconf: aclocal failed with exit status: 1
>
> I am building on Mac OSX Yosemite.  Do you have a recommended
> OS/version for zookeeper dev work. Is linux preferable. If so, which
> distribution/version.
>
> Thanks
> -Umesh




-- 
Cheers
Michael.