Package Details: google-breakpad-git r2032.afc8daa2-1

Git Clone URL: https://aur.archlinux.org/google-breakpad-git.git (read-only, click to copy)
Package Base: google-breakpad-git
Description: An open-source multi-platform crash reporting system
Upstream URL: https://chromium.googlesource.com/breakpad/breakpad/
Licenses: BSD
Conflicts: google-breakpad
Provides: google-breakpad
Submitter: DonOregano
Maintainer: xexaxo
Last Packager: xexaxo
Votes: 71
Popularity: 0.000000
First Submitted: 2016-01-27 14:17 (UTC)
Last Updated: 2022-07-22 17:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

sirspudd commented on 2017-09-18 22:04 (UTC)

Temporary repo here for anyone blocked by this: https://g.chaos-reins.com/sirspudd/google-breakpad-git check it out makepkg install the proceeds

sirspudd commented on 2017-09-18 21:53 (UTC)

@alas: Thank you kindly; I was busy tracing the change from ucontext to ucontext_t and running afoul of all the other awesome. Now we just need to get this patch upstream or into this package :D

alas commented on 2017-09-11 04:10 (UTC)

Fails to build on glibc 2.26: https://sourceware.org/bugzilla/show_bug.cgi?id=21457 Here's a patch to fix it. https://pastebin.com/FquhFdYh

xi1976 commented on 2017-09-10 17:08 (UTC)

hi, can't build telegram-desktop, error on building google-breakpad-git src/client/linux/dump_writer_common/ucontext_reader.cc: In statischer Elementfunktion »static uintptr_t google_breakpad::UContextReader::GetStackPointer(const google_breakpad::ucontext*)«: src/client/linux/dump_writer_common/ucontext_reader.cc:92:12: Fehler: falsche Verwendung des unvollständigen Typs »const struct google_breakpad::ucontext« return uc->uc_mcontext.gregs[REG_RSP]; ^~ In file included from src/client/linux/dump_writer_common/ucontext_reader.cc:30:0: ./src/client/linux/dump_writer_common/ucontext_reader.h:44:49: Anmerkung: Vorwärtsdeklaration von »struct google_breakpad::ucontext« static uintptr_t GetStackPointer(const struct ucontext* uc); ^~~~~~~~ src/client/linux/dump_writer_common/ucontext_reader.cc:92:14: Fehler: falsche Verwendung des unvollständigen Typs »const struct google_breakpad::ucontext« return uc->uc_mcontext.gregs[REG_RSP]; ^~~~~~~~~~~ In file included from src/client/linux/dump_writer_common/ucontext_reader.cc:30:0: ./src/client/linux/dump_writer_common/ucontext_reader.h:44:49: Anmerkung: Vorwärtsdeklaration von »struct google_breakpad::ucontext« static uintptr_t GetStackPointer(const struct ucontext* uc); ^~~~~~~~ src/client/linux/dump_writer_common/ucontext_reader.cc: In statischer Elementfunktion »static uintptr_t google_breakpad::UContextReader::GetInstructionPointer(const google_breakpad::ucontext*)«: src/client/linux/dump_writer_common/ucontext_reader.cc:96:12: Fehler: falsche Verwendung des unvollständigen Typs »const struct google_breakpad::ucontext« return uc->uc_mcontext.gregs[REG_RIP]; ^~ In file included from src/client/linux/dump_writer_common/ucontext_reader.cc:30:0: ./src/client/linux/dump_writer_common/ucontext_reader.h:44:49: Anmerkung: Vorwärtsdeklaration von »struct google_breakpad::ucontext« static uintptr_t GetStackPointer(const struct ucontext* uc); ^~~~~~~~ src/client/linux/dump_writer_common/ucontext_reader.cc:96:14: Fehler: falsche Verwendung des unvollständigen Typs »const struct google_breakpad::ucontext« return uc->uc_mcontext.gregs[REG_RIP]; ^~~~~~~~~~~ In file included from src/client/linux/dump_writer_common/ucontext_reader.cc:30:0: ./src/client/linux/dump_writer_common/ucontext_reader.h:44:49: Anmerkung: Vorwärtsdeklaration von »struct google_breakpad::ucontext« static uintptr_t GetStackPointer(const struct ucontext* uc); ^~~~~~~~ src/client/linux/dump_writer_common/ucontext_reader.cc: In statischer Elementfunktion »static void google_breakpad::UContextReader::FillCPUContext(google_breakpad::RawContextCPU*, const google_breakpad::ucontext*, const _libc_fpstate*)«: src/client/linux/dump_writer_common/ucontext_reader.cc:101:26: Fehler: falsche Verwendung des unvollständigen Typs »const struct google_breakpad::ucontext« const greg_t* regs = uc->uc_mcontext.gregs; ^~ In file included from src/client/linux/dump_writer_common/ucontext_reader.cc:30:0: ./src/client/linux/dump_writer_common/ucontext_reader.h:44:49: Anmerkung: Vorwärtsdeklaration von »struct google_breakpad::ucontext« static uintptr_t GetStackPointer(const struct ucontext* uc); ^~~~~~~~ src/client/linux/dump_writer_common/ucontext_reader.cc:101:28: Fehler: falsche Verwendung des unvollständigen Typs »const struct google_breakpad::ucontext« const greg_t* regs = uc->uc_mcontext.gregs; ^~~~~~~~~~~ In file included from src/client/linux/dump_writer_common/ucontext_reader.cc:30:0: ./src/client/linux/dump_writer_common/ucontext_reader.h:44:49: Anmerkung: Vorwärtsdeklaration von »struct google_breakpad::ucontext« static uintptr_t GetStackPointer(const struct ucontext* uc); ^~~~~~~~ make: *** [Makefile:4986: src/client/linux/dump_writer_common/ucontext_reader.o] Fehler 1 make: *** Es wird auf noch nicht beendete Prozesse gewartet.... In file included from src/client/linux/crash_generation/crash_generation_server.cc:46:0: ./src/client/linux/handler/exception_handler.h:194:21: Fehler: Feld »context« hat unvollständigen Typen »google_breakpad::ucontext« struct ucontext context; ^~~~~~~ ./src/client/linux/handler/exception_handler.h:194:12: Anmerkung: Vorwärtsdeklaration von »struct google_breakpad::ucontext« struct ucontext context; ^~~~~~~~ make: *** [Makefile:4986: src/client/linux/crash_generation/crash_generation_server.o] Fehler 1

vatai commented on 2017-08-15 00:58 (UTC)

DonOregano, did you try removing the pkgver() from pkgbuild?

DonOregano commented on 2017-08-11 07:26 (UTC)

@vati: no, that is not the problem. I think it is something to do with pacaur not understanding about depot tools. Or me not understanding, dunno. Life is too short... @dmirry and @Fabianoshz: I think the issue is in depot tools, since the failure happens during the code fetch. I'm currently not using this package, so if anyone wants to report this issue upstream, feel free to do it!

Fabianoshz commented on 2017-08-10 21:47 (UTC)

@dmirry I'm having the same issue here. Anyone can help me?

dmirry commented on 2017-08-09 07:13 (UTC)

Can't build TypeError: not all arguments converted during string formatting Traceback (most recent call last): File "/opt/depot_tools/fetch.py", line 299, in <module> sys.exit(main()) File "/opt/depot_tools/fetch.py", line 294, in main return run(options, spec, root) File "/opt/depot_tools/fetch.py", line 288, in run return checkout.init() File "/opt/depot_tools/fetch.py", line 131, in init self.run_gclient(*sync_cmd) File "/opt/depot_tools/fetch.py", line 78, in run_gclient return self.run(cmd_prefix + cmd, **kwargs) File "/opt/depot_tools/fetch.py", line 68, in run return subprocess.check_output(cmd, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 219, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '('/usr/bin/python2', '/opt/depot_tools/gclient.py', 'sync')' returned non-zero exit status 1

vatai commented on 2017-07-31 15:19 (UTC)

Dear DonOregano! I also have the pacaur problem, and I don't know if you read https://wiki.archlinux.org/index.php/.SRCINFO (especially the first warning). I.e. you should update the version in both PKGBUILD and SRCINFO (I never done package maintenance, so forgive mi if I talk BS).