----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62447/#review185805 -----------------------------------------------------------
It looks like the problem is `-isystem /usr/include` according to the upstream bug report, but all of these paths should be of the form (just looking over them) `-isystem /usr/include/foo` or `-isystem /blah/foo/include` and not just raw `/usr/include`. Which is the problematic one? - Andrew Schwartzmeyer On Sept. 20, 2017, 10:08 a.m., Benno Evers wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62447/ > ----------------------------------------------------------- > > (Updated Sept. 20, 2017, 10:08 a.m.) > > > Review request for mesos, Benjamin Bannier and Till Toenshoff. > > > Repository: mesos > > > Description > ------- > > This flag break the build of mesos against system libraries > installed under /usr, because it generates a command line > of `-isystem /usr/include`, which is explicitly not supported > by gcc. See also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129 > > > Diffs > ----- > > configure.ac 92bc1aa5f9604e3b2b678225a57622cd2eb8679a > > > Diff: https://reviews.apache.org/r/62447/diff/1/ > > > Testing > ------- > > > Thanks, > > Benno Evers > >
