> On July 5, 2016, 9:42 p.m., Till Toenshoff wrote:
> > I am still seeing `make distcheck` failing.
> >
> > ```
> > $ make dist
> > make dist-gzip am__post_remove_distdir='@:'
> > make[1]: Entering directory '/home/till/scratchpad/mesos/build'
> > if test -d "mesos-1.0.0"; then find "mesos-1.0.0" -type d ! -perm -200
> > -exec chmod u+w {} ';' && rm -rf "mesos-1.0.0" || { sleep 5 && rm -rf
> > "mesos-1.0.0"; }; else :; fi
> > test -d "mesos-1.0.0" || mkdir "mesos-1.0.0"
> > (cd 3rdparty && make top_distdir=../mesos-1.0.0
> > distdir=../mesos-1.0.0/3rdparty \
> > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=:
> > distdir)
> > make[2]: Entering directory '/home/till/scratchpad/mesos/build/3rdparty'
> > (cd stout && make top_distdir=../../mesos-1.0.0
> > distdir=../../mesos-1.0.0/3rdparty/stout \
> > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=:
> > distdir)
> > make[3]: Entering directory
> > '/home/till/scratchpad/mesos/build/3rdparty/stout'
> > (cd 3rdparty && make top_distdir=../../../mesos-1.0.0
> > distdir=../../../mesos-1.0.0/3rdparty/stout/3rdparty \
> > am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=:
> > distdir)
> > /bin/sh: line 14: cd: 3rdparty: No such file or directory
> > Makefile:1542: recipe for target 'distdir' failed
> > make[3]: *** [distdir] Error 1
> > make[3]: Leaving directory
> > '/home/till/scratchpad/mesos/build/3rdparty/stout'
> > Makefile:927: recipe for target 'distdir' failed
> > make[2]: *** [distdir] Error 1
> > make[2]: Leaving directory '/home/till/scratchpad/mesos/build/3rdparty'
> > Makefile:862: recipe for target 'distdir' failed
> > make[1]: *** [distdir] Error 1
> > make[1]: Leaving directory '/home/till/scratchpad/mesos/build'
> > Makefile:961: recipe for target 'dist' failed
> > make: *** [dist] Error 2
> > ```
Ow - actually forget this remark - nothing to see here :)
- Till
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49649/#review140878
-----------------------------------------------------------
On July 5, 2016, 8:21 p.m., Kapil Arya wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/49649/
> -----------------------------------------------------------
>
> (Updated July 5, 2016, 8:21 p.m.)
>
>
> Review request for mesos and Till Toenshoff.
>
>
> Bugs: MESOS-5416
> https://issues.apache.org/jira/browse/MESOS-5416
>
>
> Repository: mesos
>
>
> Description
> -------
>
> See summary.
>
>
> Diffs
> -----
>
> 3rdparty/libprocess/Makefile.am 41b77787f67177ec2debb2c7f850b653efbb16db
>
> Diff: https://reviews.apache.org/r/49649/diff/
>
>
> Testing
> -------
>
> make dist
>
>
> Thanks,
>
> Kapil Arya
>
>