You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Neil Conway <ne...@gmail.com> on 2017/04/06 20:22:26 UTC

Review Request 58245: Fixed compilation error on Linux with recent glibc.

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

Review request for mesos and Anand Mazumdar.


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


Repository: mesos


Description
-------

Recent versions of glibc deprecate the implicit inclusion of
<sys/sysmacros.h> via <sys/types.h>, so we should now include
<sys/sysmacros.h> directly when necessary.


Diffs
-----

  src/linux/fs.cpp 16c4583cbf06db7dae393c1ca6221ae115296773 
  src/slave/containerizer/mesos/isolators/gpu/isolator.cpp d4ab5393caa01d61397079201f32cfaf96d6a59a 
  src/tests/containerizer/fs_tests.cpp 098f12b9a7e1e8a36292bc7394b4d089a78ec2a1 


Diff: https://reviews.apache.org/r/58245/diff/1/


Testing
-------

Mesos now compiles on recent Arch; it previously did not.

Tested on internal CI, doesn't break the build on other supported platforms.


Thanks,

Neil Conway


Re: Review Request 58245: Fixed compilation error on Linux with recent glibc.

Posted by Anand Mazumdar <an...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58245/#review171266
-----------------------------------------------------------


Ship it!




Thanks for fixing it!

- Anand Mazumdar


On April 6, 2017, 8:25 p.m., Neil Conway wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/58245/
> -----------------------------------------------------------
> 
> (Updated April 6, 2017, 8:25 p.m.)
> 
> 
> Review request for mesos and Anand Mazumdar.
> 
> 
> Bugs: MESOS-7365
>     https://issues.apache.org/jira/browse/MESOS-7365
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Recent versions of glibc deprecate the implicit inclusion of
> <sys/sysmacros.h> via <sys/types.h>, so we should now include
> <sys/sysmacros.h> directly when necessary.
> 
> 
> Diffs
> -----
> 
>   src/linux/fs.cpp 16c4583cbf06db7dae393c1ca6221ae115296773 
>   src/slave/containerizer/mesos/isolators/gpu/isolator.cpp d4ab5393caa01d61397079201f32cfaf96d6a59a 
>   src/tests/containerizer/fs_tests.cpp 098f12b9a7e1e8a36292bc7394b4d089a78ec2a1 
> 
> 
> Diff: https://reviews.apache.org/r/58245/diff/2/
> 
> 
> Testing
> -------
> 
> Mesos now compiles on recent Arch; it previously did not.
> 
> Tested on internal CI, doesn't break the build on other supported platforms.
> 
> 
> Thanks,
> 
> Neil Conway
> 
>


Re: Review Request 58245: Fixed compilation error on Linux with recent glibc.

Posted by Neil Conway <ne...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58245/
-----------------------------------------------------------

(Updated April 6, 2017, 8:25 p.m.)


Review request for mesos and Anand Mazumdar.


Changes
-------

Tweak include order.


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


Repository: mesos


Description
-------

Recent versions of glibc deprecate the implicit inclusion of
<sys/sysmacros.h> via <sys/types.h>, so we should now include
<sys/sysmacros.h> directly when necessary.


Diffs (updated)
-----

  src/linux/fs.cpp 16c4583cbf06db7dae393c1ca6221ae115296773 
  src/slave/containerizer/mesos/isolators/gpu/isolator.cpp d4ab5393caa01d61397079201f32cfaf96d6a59a 
  src/tests/containerizer/fs_tests.cpp 098f12b9a7e1e8a36292bc7394b4d089a78ec2a1 


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

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


Testing
-------

Mesos now compiles on recent Arch; it previously did not.

Tested on internal CI, doesn't break the build on other supported platforms.


Thanks,

Neil Conway