Re: Review Request 68579: Libprocess: Used standard macros for appending compile flags.

2018-08-31 Thread Benjamin Bannier

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68579/#review208196
---


Ship it!




Ship It!

- Benjamin Bannier


On Aug. 31, 2018, 7:45 p.m., Chun-Hung Hsiao wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68579/
> ---
> 
> (Updated Aug. 31, 2018, 7:45 p.m.)
> 
> 
> Review request for mesos, Benjamin Bannier and James Peach.
> 
> 
> Bugs: MESOS-9193
> https://issues.apache.org/jira/browse/MESOS-9193
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch imports the `AX_APPEND_COMPILE_FLAGS` macro and its dependent
> `AX_REQUIRE_DEFINED` and `AX_APPEND_FLAG` macros to Autotools, and used
> the macro to add `-Wno-unused-local-typedef` for Clang 3.6.
> 
> The macros are retrieved from the following repository:
> https://git.savannah.gnu.org/git/autoconf-archive.git
> The `ax_append_compile_flags.m4` and `ax_required_defined.m4` macros are
> retrieved from the HEAD (`4dfd2f8`) at the time; the `ax_append_flag.m4`
> macro is retrieved from commit `3e4a839` to support Autoconf 2.59+.
> 
> NOTE: CentOS 6 uses Autoconf 2.63 and Ubuntu 14.04 uses 2.59.
> 
> 
> Diffs
> -
> 
>   3rdparty/libprocess/configure.ac 752d5bab5f1835c6e9d186d7dade7ebce3e32ab5 
>   3rdparty/libprocess/m4/ax_append_compile_flags.m4 PRE-CREATION 
>   3rdparty/libprocess/m4/ax_append_flag.m4 PRE-CREATION 
>   3rdparty/libprocess/m4/ax_require_defined.m4 PRE-CREATION 
> 
> 
> Diff: https://reviews.apache.org/r/68579/diff/4/
> 
> 
> Testing
> ---
> 
> make check w/ clang 3.5.0/3.6.0.
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>



Re: Review Request 68579: Libprocess: Used standard macros for appending compile flags.

2018-08-31 Thread Chun-Hung Hsiao

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68579/
---

(Updated Aug. 31, 2018, 5:45 p.m.)


Review request for mesos, Benjamin Bannier and James Peach.


Changes
---

Addressed Benjamin's comments.


Bugs: MESOS-9193
https://issues.apache.org/jira/browse/MESOS-9193


Repository: mesos


Description (updated)
---

This patch imports the `AX_APPEND_COMPILE_FLAGS` macro and its dependent
`AX_REQUIRE_DEFINED` and `AX_APPEND_FLAG` macros to Autotools, and used
the macro to add `-Wno-unused-local-typedef` for Clang 3.6.

The macros are retrieved from the following repository:
https://git.savannah.gnu.org/git/autoconf-archive.git
The `ax_append_compile_flags.m4` and `ax_required_defined.m4` macros are
retrieved from the HEAD (`4dfd2f8`) at the time; the `ax_append_flag.m4`
macro is retrieved from commit `3e4a839` to support Autoconf 2.59+.

NOTE: CentOS 6 uses Autoconf 2.63 and Ubuntu 14.04 uses 2.59.


Diffs (updated)
-

  3rdparty/libprocess/configure.ac 752d5bab5f1835c6e9d186d7dade7ebce3e32ab5 
  3rdparty/libprocess/m4/ax_append_compile_flags.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_append_flag.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_require_defined.m4 PRE-CREATION 


Diff: https://reviews.apache.org/r/68579/diff/4/

Changes: https://reviews.apache.org/r/68579/diff/3-4/


Testing
---

make check w/ clang 3.5.0/3.6.0.


Thanks,

Chun-Hung Hsiao



Re: Review Request 68579: Libprocess: Used standard macros for appending compile flags.

2018-08-31 Thread Benjamin Bannier

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68579/#review208168
---



Could you fix the issues pointed out in https://reviews.apache.org/r/68576 here 
as well?

* https://reviews.apache.org/r/68576/#comment291938
* https://reviews.apache.org/r/68576/#comment291941
* https://reviews.apache.org/r/68576/#comment291940
* https://reviews.apache.org/r/68576/#comment291942

- Benjamin Bannier


On Aug. 31, 2018, 3:24 a.m., Chun-Hung Hsiao wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/68579/
> ---
> 
> (Updated Aug. 31, 2018, 3:24 a.m.)
> 
> 
> Review request for mesos, Benjamin Bannier and James Peach.
> 
> 
> Bugs: MESOS-9193
> https://issues.apache.org/jira/browse/MESOS-9193
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> This patch imports the `AX_APPEND_COMPILE_FLAGS` macro and its dependent
> `AX_REQUIRE_DEFINED` and `AX_APPEND_FLAG` macros to Autotools, and used
> the macro to add `-Wno-unused-local-typedef` for Clang 3.6.
> 
> The macros are retrieved from the following repository with tag
> `v2014.10.15` to support Autoconf 2.59+:
> http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=tree;f=m4;hb=34f91518355f1f2cba082678c60008a1ed8d009a
> 
> 
> Diffs
> -
> 
>   3rdparty/libprocess/configure.ac 752d5bab5f1835c6e9d186d7dade7ebce3e32ab5 
>   3rdparty/libprocess/m4/ax_append_compile_flags.m4 PRE-CREATION 
>   3rdparty/libprocess/m4/ax_append_flag.m4 PRE-CREATION 
>   3rdparty/libprocess/m4/ax_require_defined.m4 PRE-CREATION 
> 
> 
> Diff: https://reviews.apache.org/r/68579/diff/3/
> 
> 
> Testing
> ---
> 
> make check w/ clang 3.5.0/3.6.0.
> 
> 
> Thanks,
> 
> Chun-Hung Hsiao
> 
>



Re: Review Request 68579: Libprocess: Used standard macros for appending compile flags.

2018-08-30 Thread Chun-Hung Hsiao

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68579/
---

(Updated Aug. 31, 2018, 1:24 a.m.)


Review request for mesos, Benjamin Bannier and James Peach.


Changes
---

Supported autoconf 2.59.


Bugs: MESOS-9193
https://issues.apache.org/jira/browse/MESOS-9193


Repository: mesos


Description (updated)
---

This patch imports the `AX_APPEND_COMPILE_FLAGS` macro and its dependent
`AX_REQUIRE_DEFINED` and `AX_APPEND_FLAG` macros to Autotools, and used
the macro to add `-Wno-unused-local-typedef` for Clang 3.6.

The macros are retrieved from the following repository with tag
`v2014.10.15` to support Autoconf 2.59+:
http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=tree;f=m4;hb=34f91518355f1f2cba082678c60008a1ed8d009a


Diffs (updated)
-

  3rdparty/libprocess/configure.ac 752d5bab5f1835c6e9d186d7dade7ebce3e32ab5 
  3rdparty/libprocess/m4/ax_append_compile_flags.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_append_flag.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_require_defined.m4 PRE-CREATION 


Diff: https://reviews.apache.org/r/68579/diff/3/

Changes: https://reviews.apache.org/r/68579/diff/2-3/


Testing
---

make check w/ clang 3.5.0/3.6.0.


Thanks,

Chun-Hung Hsiao



Re: Review Request 68579: Libprocess: Used standard macros for appending compile flags.

2018-08-30 Thread Chun-Hung Hsiao

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68579/
---

(Updated Aug. 30, 2018, 9:17 p.m.)


Review request for mesos, Benjamin Bannier and James Peach.


Changes
---

Updated inaccurate comments.


Bugs: MESOS-9193
https://issues.apache.org/jira/browse/MESOS-9193


Repository: mesos


Description
---

This patch imports the `AX_APPEND_COMPILE_FLAGS` macro and its dependent
`AX_REQUIRE_DEFINED` and `AX_APPEND_FLAG` macros to Autotools, and used
the macro to add `-Wno-unused-local-typedef` for Clang 3.6.


Diffs (updated)
-

  3rdparty/libprocess/configure.ac 752d5bab5f1835c6e9d186d7dade7ebce3e32ab5 
  3rdparty/libprocess/m4/ax_append_compile_flags.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_append_flag.m4 PRE-CREATION 
  3rdparty/libprocess/m4/ax_require_defined.m4 PRE-CREATION 


Diff: https://reviews.apache.org/r/68579/diff/2/

Changes: https://reviews.apache.org/r/68579/diff/1-2/


Testing
---

make check w/ clang 3.5.0/3.6.0.


Thanks,

Chun-Hung Hsiao