You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Ankur Verma (JIRA)" <ji...@apache.org> on 2016/05/30 07:42:12 UTC

[jira] [Commented] (MESOS-5520) Before starting a build, bootstrapping shows some warning

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

Ankur Verma commented on MESOS-5520:
------------------------------------

automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
3rdparty/Makefile.am: installing './depcomp'
3rdparty/Makefile.am:150: warning: variable 'GLOG_LDFLAGS' is defined but no program or
3rdparty/Makefile.am:150: library has 'GLOG' as canonical name (possible typo)
3rdparty/libprocess/Makefile.am:95: warning: source file 'src/authenticator_manager.cpp' is in a subdirectory,
3rdparty/libprocess/Makefile.am:95: but option 'subdir-objects' is disabled
3rdparty/libprocess/Makefile.am:95: warning: source file 'src/authenticator.cpp' is in a subdirectory,
3rdparty/libprocess/Makefile.am:95: but option 'subdir-objects' is disabled
3rdparty/libprocess/Makefile.am:95: warning: source file 'src/clock.cpp' is in a subdirectory,
3rdparty/libprocess/Makefile.am:95: but option 'subdir-objects' is disabled
3rdparty/libprocess/Makefile.am:95: warning: source file 'src/firewall.cpp' is in a subdirectory,

> Before starting a build, bootstrapping shows some warning
> ---------------------------------------------------------
>
>                 Key: MESOS-5520
>                 URL: https://issues.apache.org/jira/browse/MESOS-5520
>             Project: Mesos
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.28.1
>         Environment: ubuntu 14.04.4
>            Reporter: Ankur Verma
>            Priority: Minor
>
> For the first time before building, some warning comes when using command bootstrap
> # Bootstrap (Only required if building from git repository). 
> $ ./bootstrap
> Logs:
> 3rdparty/stout/Makefile.am:71: warning: source file 'tests/subcommand_tests.cpp' is in a subdirectory,
> 3rdparty/stout/Makefile.am:71: but option 'subdir-objects' is disabled
> 3rdparty/stout/Makefile.am:71: warning: source file 'tests/svn_tests.cpp' is in a subdirectory,
> 3rdparty/stout/Makefile.am:71: but option 'subdir-objects' is disabled
> 3rdparty/stout/Makefile.am:71: warning: source file 'tests/try_tests.cpp' is in a subdirectory,
> 3rdparty/stout/Makefile.am:71: but option 'subdir-objects' is disabled
> 3rdparty/stout/Makefile.am:71: warning: source file 'tests/uuid_tests.cpp' is in a subdirectory,
> 3rdparty/stout/Makefile.am:71: but option 'subdir-objects' is disabled
> 3rdparty/stout/Makefile.am:71: warning: source file 'tests/version_tests.cpp' is in a subdirectory,
> 3rdparty/stout/Makefile.am:71: but option 'subdir-objects' is disabled
> 3rdparty/stout/Makefile.am:122: warning: source file 'tests/proc_tests.cpp' is in a subdirectory,
> 3rdparty/stout/Makefile.am:122: but option 'subdir-objects' is disabled



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)