----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/26101/#review54757 -----------------------------------------------------------
Bad patch! Reviews applied: [26100, 26101] Failed command: git apply --index 26101.patch Error: error: patch failed: 3rdparty/libprocess/src/process.cpp:1946 error: 3rdparty/libprocess/src/process.cpp: patch does not apply error: patch failed: 3rdparty/libprocess/src/subprocess.cpp:94 error: 3rdparty/libprocess/src/subprocess.cpp: patch does not apply error: patch failed: src/log/leveldb.cpp:54 error: src/log/leveldb.cpp: patch does not apply error: patch failed: src/log/network.hpp:303 error: src/log/network.hpp: patch does not apply error: patch failed: src/slave/containerizer/mesos/launch.cpp:244 error: src/slave/containerizer/mesos/launch.cpp: patch does not apply error: patch failed: src/tests/routing_tests.cpp:287 error: src/tests/routing_tests.cpp: patch does not apply error: patch failed: src/zookeeper/zookeeper.cpp:686 error: src/zookeeper/zookeeper.cpp: patch does not apply - Mesos ReviewBot On Sept. 26, 2014, 9:40 p.m., Cody Maloney wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/26101/ > ----------------------------------------------------------- > > (Updated Sept. 26, 2014, 9:40 p.m.) > > > Review request for mesos, Ben Mahler and Dominic Hamon. > > > Bugs: MESOS-1744 > https://issues.apache.org/jira/browse/MESOS-1744 > > > Repository: mesos-git > > > Description > ------- > > Use compiler intrinsics for unreachable, exit, and abort > Makes the functions not need to pretend to return something while > still silencing the compiler warnings. > > Replaces 25192 > > > Diffs > ----- > > 3rdparty/libprocess/src/process.cpp > e46e6b136c594cad5fa00fb7a5ff268e352753ce > 3rdparty/libprocess/src/subprocess.cpp > 5b92200050df071190ab2d36abff050a7a077442 > src/log/leveldb.cpp 2967a1f7c6ff35c1280299c3d73aaa951ab89273 > src/log/network.hpp 7d6b59292c2f5cf9cb99045fcd0960cab67c7e51 > src/slave/containerizer/mesos/launch.cpp > 981938149060fb16467df4c65d729f76583b8c0f > src/tests/routing_tests.cpp 35bdf8f69b9ffebc1cae2b8f42c5fea169f23a97 > src/zookeeper/zookeeper.cpp 72c9fc36648ea225876c06cd7559cb0ffc95dfe7 > > Diff: https://reviews.apache.org/r/26101/diff/ > > > Testing > ------- > > make distcheck of this and the two associated patches using gcc > > > Thanks, > > Cody Maloney > >
