You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2019/03/01 09:24:00 UTC

[jira] [Commented] (IGNITE-11424) Cannot build C++ from tarball of master branch

    [ https://issues.apache.org/jira/browse/IGNITE-11424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16781497#comment-16781497 ] 

Taras Ledkov commented on IGNITE-11424:
---------------------------------------

[~isapego], the patch is OK with me.

> Cannot build C++ from tarball of master branch
> ----------------------------------------------
>
>                 Key: IGNITE-11424
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11424
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Ilya Kasnacheev
>            Assignee: Igor Sapego
>            Priority: Blocker
>              Labels: C++
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In a tarball made by mvn initialize -Prelease on fresh master branch:
> {code}
> % libtoolize && aclocal && autoheader && automake --add-missing && autoreconf
> libtoolize: putting auxiliary files in '.'.
> libtoolize: linking file './ltmain.sh'
> libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
> libtoolize: linking file 'm4/libtool.m4'
> libtoolize: linking file 'm4/ltoptions.m4'
> libtoolize: linking file 'm4/ltsugar.m4'
> libtoolize: linking file 'm4/ltversion.m4'
> libtoolize: linking file 'm4/lt~obsolete.m4'
> configure.ac:36: installing './ar-lib'
> configure.ac:35: installing './compile'
> configure.ac:24: installing './config.guess'
> configure.ac:24: installing './config.sub'
> configure.ac:28: installing './install-sh'
> configure.ac:28: installing './missing'
> configure.ac:88: error: required file 'network/include/Makefile.in' not found
> configure.ac:88: error: required file 'network/Makefile.in' not found
> Makefile.am:27: error: required directory ./network does not exist
> Makefile.am:22: error: required directory ./network does not exist
> Makefile.am:51: error: required directory ./network does not exist
> binary/Makefile.am: installing './depcomp'
> {code}
> Indeed it seems that network/ does not exist



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)