Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-08-07 Thread haosdent huang


 On Aug. 5, 2015, 3:38 a.m., Cody Maloney wrote:
  configure.ac, line 548
  https://reviews.apache.org/r/36811/diff/6/?file=1025039#file1025039line548
 
  The check should come before we do the AC_SUBST. I don't want to just 
  move the AC_SUBST way away from the rest of the protobuf checking code 
  though.
  
  I think it would be better moving the whole protobuf / protobuf.jar 
  check section to after the java check, then just update the if java check 
  around the AC_CHECK_FILE where it was previously.

Hi, @cmaloney thank you for your review. I update it and move the protobuf 
check after python and java. Could you help review again?


- haosdent


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


On Aug. 7, 2015, 3:21 p.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated Aug. 7, 2015, 3:21 p.m.)
 
 
 Review request for mesos, Adam B, Cody Maloney, Michael Park, and Timothy St. 
 Clair.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 0794279dd2e23b5b593e7e388bd6d04e17c746a6 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (431596 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (554759 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 ../configure --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (427688 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure --with-protobuf=/usr/local
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (551493 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-08-07 Thread haosdent huang

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

(Updated Aug. 7, 2015, 3:21 p.m.)


Review request for mesos, Adam B, Cody Maloney, Michael Park, and Timothy St. 
Clair.


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs (updated)
-

  configure.ac 0794279dd2e23b5b593e7e388bd6d04e17c746a6 

Diff: https://reviews.apache.org/r/36811/diff/


Testing
---

../configure --with-protobuf=/usr/local --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (431596 ms total)
[  PASSED  ] 644 tests.
```

../configure
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (554759 ms total)
[  PASSED  ] 685 tests.
```

../configure --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (427688 ms total)
[  PASSED  ] 644 tests.
```

../configure --with-protobuf=/usr/local
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (551493 ms total)
[  PASSED  ] 685 tests.
```


Thanks,

haosdent huang



Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-08-07 Thread Mesos ReviewBot

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


Patch looks great!

Reviews applied: [36810, 36811]

All tests passed.

- Mesos ReviewBot


On Aug. 7, 2015, 3:21 p.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated Aug. 7, 2015, 3:21 p.m.)
 
 
 Review request for mesos, Adam B, Cody Maloney, Michael Park, and Timothy St. 
 Clair.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 0794279dd2e23b5b593e7e388bd6d04e17c746a6 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (431596 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (554759 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 ../configure --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (427688 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure --with-protobuf=/usr/local
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (551493 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-08-04 Thread Cody Maloney

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



configure.ac (line 544)
https://reviews.apache.org/r/36811/#comment148717

The check should come before we do the AC_SUBST. I don't want to just move 
the AC_SUBST way away from the rest of the protobuf checking code though.

I think it would be better moving the whole protobuf / protobuf.jar check 
section to after the java check, then just update the if java check around 
the AC_CHECK_FILE where it was previously.


- Cody Maloney


On Aug. 4, 2015, 9:27 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated Aug. 4, 2015, 9:27 a.m.)
 
 
 Review request for mesos, Adam B, Cody Maloney, Michael Park, and Timothy St. 
 Clair.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (431596 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (554759 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 ../configure --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (427688 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure --with-protobuf=/usr/local
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (551493 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-30 Thread haosdent huang

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

(Updated July 30, 2015, 9:47 a.m.)


Review request for mesos, Adam B, Cody Maloney, and Timothy St. Clair.


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs (updated)
-

  configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 

Diff: https://reviews.apache.org/r/36811/diff/


Testing
---

../configure --with-protobuf=/usr/local --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (431596 ms total)
[  PASSED  ] 644 tests.
```

../configure
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (554759 ms total)
[  PASSED  ] 685 tests.
```

../configure --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (427688 ms total)
[  PASSED  ] 644 tests.
```

../configure --with-protobuf=/usr/local
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (551493 ms total)
[  PASSED  ] 685 tests.
```


Thanks,

haosdent huang



Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-30 Thread Mesos ReviewBot

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


Patch looks great!

Reviews applied: [36810, 36811]

All tests passed.

- Mesos ReviewBot


On July 30, 2015, 9:47 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 30, 2015, 9:47 a.m.)
 
 
 Review request for mesos, Adam B, Cody Maloney, and Timothy St. Clair.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (431596 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (554759 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 ../configure --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (427688 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure --with-protobuf=/usr/local
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (551493 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-29 Thread haosdent huang

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

(Updated July 29, 2015, 7:16 a.m.)


Review request for mesos, Adam B and Niklas Nielsen.


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs
-

  configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 

Diff: https://reviews.apache.org/r/36811/diff/


Testing (updated)
---

../configure --with-protobuf=/usr/local --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (431596 ms total)
[  PASSED  ] 644 tests.
```

../configure
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (554759 ms total)
[  PASSED  ] 685 tests.
```

../configure --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (427688 ms total)
[  PASSED  ] 644 tests.
```

../configure --with-protobuf=/usr/local
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (551493 ms total)
[  PASSED  ] 685 tests.
```


Thanks,

haosdent huang



Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-29 Thread haosdent huang

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

(Updated July 29, 2015, 7:18 a.m.)


Review request for mesos, Adam B and Niklas Nielsen.


Changes
---

Retrigger jenkins


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs (updated)
-

  configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 

Diff: https://reviews.apache.org/r/36811/diff/


Testing
---

../configure --with-protobuf=/usr/local --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (431596 ms total)
[  PASSED  ] 644 tests.
```

../configure
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (554759 ms total)
[  PASSED  ] 685 tests.
```

../configure --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (427688 ms total)
[  PASSED  ] 644 tests.
```

../configure --with-protobuf=/usr/local
make -j4
make check
```
[--] Global test environment tear-down
[==] 685 tests from 98 test cases ran. (551493 ms total)
[  PASSED  ] 685 tests.
```


Thanks,

haosdent huang



Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-29 Thread haosdent huang


 On July 28, 2015, 5:58 a.m., Adam B wrote:
  Did you test this with java enabled as well? What about without 
  `--with-protobuf=`? All four combinations still need to compile  pass the 
  unit tests.
 
 haosdent huang wrote:
 I only run it with --disable-java and --with_protobuf, let me test other 
 3 combinations.

@adam-mesos, @marco I update the code and test steps, could you help review it 
again? Thank you in advance.


- haosdent


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


On July 29, 2015, 7:19 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 29, 2015, 7:19 a.m.)
 
 
 Review request for mesos, Adam B and Marco Massenzio.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (431596 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (554759 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 ../configure --disable-java
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 644 tests from 91 test cases ran. (427688 ms total)
 [  PASSED  ] 644 tests.
 ```
 
 ../configure --with-protobuf=/usr/local
 make -j4
 make check
 ```
 [--] Global test environment tear-down
 [==] 685 tests from 98 test cases ran. (551493 ms total)
 [  PASSED  ] 685 tests.
 ```
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-28 Thread haosdent huang

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

(Updated July 29, 2015, 3:41 a.m.)


Review request for mesos, Adam B and Niklas Nielsen.


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs (updated)
-

  configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 

Diff: https://reviews.apache.org/r/36811/diff/


Testing (updated)
---

../configure --with-protobuf=/usr/local --disable-java
make -j4
make check
```
[--] Global test environment tear-down
[==] 644 tests from 91 test cases ran. (431596 ms total)
[  PASSED  ] 644 tests.
```

../configure
make -j4
make check


Thanks,

haosdent huang



Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-28 Thread Mesos ReviewBot

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


Bad patch!

Reviews applied: [36810, 36811]

Failed command: ./configure

Error:
 checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands +=... yes
checking how to convert x86_64-unknown-linux-gnu file names to 
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating 

Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-28 Thread haosdent huang

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

(Updated July 28, 2015, 4:41 p.m.)


Review request for mesos, Adam B and Niklas Nielsen.


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs (updated)
-

  configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 

Diff: https://reviews.apache.org/r/36811/diff/


Testing
---

../configure --with-protobuf=/usr/local --disable-java
make -j4
make check -j4 GTEST_FILTER=-*


Thanks,

haosdent huang



Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-28 Thread haosdent huang


 On July 28, 2015, 5:58 a.m., Adam B wrote:
  Did you test this with java enabled as well? What about without 
  `--with-protobuf=`? All four combinations still need to compile  pass the 
  unit tests.

I only run it with --disable-java and --with_protobuf, let me test other 3 
combinations.


- haosdent


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


On July 25, 2015, 8:23 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 25, 2015, 8:23 a.m.)
 
 
 Review request for mesos, Adam B and Niklas Nielsen.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check -j4 GTEST_FILTER=-*
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-28 Thread Mesos ReviewBot

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


Bad patch!

Reviews applied: [36891]

Failed command: ./support/apply-review.sh -n -r 36891

Error:
 https://reviews.apache.org/r/36891/diff/raw/:
2015-07-28 18:01:11 ERROR 404: NOT FOUND.
Failed to download patch

- Mesos ReviewBot


On July 28, 2015, 4:41 p.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 28, 2015, 4:41 p.m.)
 
 
 Review request for mesos, Adam B and Niklas Nielsen.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check -j4 GTEST_FILTER=-*
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-27 Thread Adam B

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


Did you test this with java enabled as well? What about without 
`--with-protobuf=`? All four combinations still need to compile  pass the unit 
tests.

- Adam B


On July 25, 2015, 1:23 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 25, 2015, 1:23 a.m.)
 
 
 Review request for mesos, Adam B and Niklas Nielsen.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check -j4 GTEST_FILTER=-*
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-27 Thread Marco Massenzio

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


Oh, yes, thanks!
But I'm confused by your approach, can you please explain?


configure.ac (lines 1089 - 1092)
https://reviews.apache.org/r/36811/#comment147441

did you really mean to move and then comment out these lines? shouldn't 
they be uncommented here?


- Marco Massenzio


On July 25, 2015, 8:23 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 25, 2015, 8:23 a.m.)
 
 
 Review request for mesos, Adam B and Niklas Nielsen.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check -j4 GTEST_FILTER=-*
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-27 Thread haosdent huang


 On July 27, 2015, 7:29 p.m., Marco Massenzio wrote:
  configure.ac, lines 1093-1096
  https://reviews.apache.org/r/36811/diff/1/?file=1021876#file1021876line1093
 
  did you really mean to move and then comment out these lines? shouldn't 
  they be uncommented here?

Sorry for upload the wrong branch, let me update again.


- haosdent


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


On July 25, 2015, 8:23 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 25, 2015, 8:23 a.m.)
 
 
 Review request for mesos, Adam B and Niklas Nielsen.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check -j4 GTEST_FILTER=-*
 
 
 Thanks,
 
 haosdent huang
 




Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-25 Thread Mesos ReviewBot

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


Patch looks great!

Reviews applied: [36810, 36811]

All tests passed.

- Mesos ReviewBot


On July 25, 2015, 8:23 a.m., haosdent huang wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/36811/
 ---
 
 (Updated July 25, 2015, 8:23 a.m.)
 
 
 Review request for mesos, Adam B and Niklas Nielsen.
 
 
 Bugs: MESOS-2480
 https://issues.apache.org/jira/browse/MESOS-2480
 
 
 Repository: mesos
 
 
 Description
 ---
 
 Don't check protobuf jar when --disable-java flag.
 
 
 Diffs
 -
 
   configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 
 
 Diff: https://reviews.apache.org/r/36811/diff/
 
 
 Testing
 ---
 
 ../configure --with-protobuf=/usr/local --disable-java
 make -j4
 make check -j4 GTEST_FILTER=-*
 
 
 Thanks,
 
 haosdent huang
 




Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-25 Thread haosdent huang

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

Review request for mesos and Niklas Nielsen.


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs
-

  configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 

Diff: https://reviews.apache.org/r/36811/diff/


Testing
---


Thanks,

haosdent huang



Re: Review Request 36811: Don't check protobuf jar when --disable-java flag.

2015-07-25 Thread haosdent huang

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

(Updated July 25, 2015, 8:21 a.m.)


Review request for mesos and Niklas Nielsen.


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


Repository: mesos


Description
---

Don't check protobuf jar when --disable-java flag.


Diffs
-

  configure.ac 546c9bbf775a4ef481fafb3a58c85c6d80e19500 

Diff: https://reviews.apache.org/r/36811/diff/


Testing (updated)
---

../configure --with-protobuf=/usr/local --disable-java
make -j4
make check -j4 GTEST_FILTER=-*


Thanks,

haosdent huang