Closed GoogleCodeExporter closed 9 years ago
third_party/lss is from a different repository. Previously with SVN, it was
getting pulled into the local repo via svn:externals, but that probably no
longer works with the recent migration to git. Preferably, we should get lss
from upstream, and not check a local copy into Breakpad.
Original comment by thestig@chromium.org
on 10 Sep 2015 at 2:40
correct, you need to use gclient to sync all the repos now
i've posted an update for the README:
https://codereview.chromium.org/1335483002
Original comment by vapier@chromium.org
on 10 Sep 2015 at 4:31
Thanks for looking into this and updating the README.
Works without any issues since LSS is grabbed from somewhere else and the
definition of sys_prctl() is correct:
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
mkdir breakpad && cd breakpad
../depot_tools/fetch breakpad
./configure
make
Original comment by alex...@gmail.com
on 10 Sep 2015 at 5:54
Original comment by thestig@chromium.org
on 10 Sep 2015 at 6:04
I too am having the same issue that alex initially had with the
"fatal error: third_party/lss/linux_syscall_support.h: No such file or
directory"
Would you please clearly list the steps to resolve this issue.
OS: Linux Mint 17.2 Rafaela
Original comment by trent.ru...@gmail.com
on 19 Sep 2015 at 12:10
re: comment 5 - read the README?
https://chromium.googlesource.com/breakpad/breakpad/+/master/README
Original comment by thestig@chromium.org
on 19 Sep 2015 at 12:17
Original issue reported on code.google.com by
alex...@gmail.com
on 10 Sep 2015 at 12:54Attachments: