You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/10 13:12:06 UTC

[jira] [Updated] (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:all-tabpanel ]

Maxim Muzafarov updated IGNITE-11424:
-------------------------------------
    Fix Version/s: 2.8

> 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++
>             Fix For: 2.8
>
>          Time Spent: 20m
>  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
(v8.3.4#803005)