----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45209/#review128098 -----------------------------------------------------------
Ship it! Ship It! - Bernd Mathiske On April 11, 2016, 5:15 a.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45209/ > ----------------------------------------------------------- > > (Updated April 11, 2016, 5:15 a.m.) > > > Review request for mesos, Bernd Mathiske and Till Toenshoff. > > > Bugs: MESOS-5010 > https://issues.apache.org/jira/browse/MESOS-5010 > > > Repository: mesos > > > Description > ------- > > The way our build sets up PYTHONPATH it appears to pip as if the > mesos.cli package is already installed when it is only present in some > directory in PYTHONPATH, but not in the installation target location. > pip subsequently skips mesos.cli leading to a broken install where > files required by e.g., mesos-ps are not installed. > > Explicitly ignoring installed packages lets us install mesos.cli. > > This appears to be due to some change in behavior first occurring with > pip-6.0.1. > > > Diffs > ----- > > src/Makefile.am 6552e48eab2708a28dd69adba3ec759cb5aeca4c > > Diff: https://reviews.apache.org/r/45209/diff/ > > > Testing > ------- > > > Thanks, > > Benjamin Bannier > >
