Summary: | dev-util/electron-1.6.11-r1 - ../../v8/src/objects-body-descriptors.h:102:20: error: no matching function for call to ‘v8::internal::FixedBodyDescriptor<start_offset, end_offset, size>::IterateBody(v8::internal::HeapObject*&)’ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Wes <wes> |
Component: | Current packages | Assignee: | Elvis Pranskevichus <elvis> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hydrapolic, proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/6478 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log.gz |
Description
Wes
2017-12-07 04:52:42 UTC
Created attachment 508620 [details]
build.log.gz
Maybe try to test the new release from https://github.com/gentoo/gentoo/pull/6436 Thanks I'll try that This seems to be gcc-7 specific. Try emerging electron-1.6.15 from the atom overlay, I just pushed a patch there. Thanks, the changes in pull request 6478 fixed the compile error for me The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08f69fe500076c4ecd3291a4297eb6b392f69985 commit 08f69fe500076c4ecd3291a4297eb6b392f69985 Author: Elvis Pranskevichus <elvis@magic.io> AuthorDate: 2017-12-04 16:51:54 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2017-12-08 22:22:06 +0000 dev-util/electron: version bump to 1.6.15. Closes: https://bugs.gentoo.org/633720 Closes: https://bugs.gentoo.org/635276 Closes: https://bugs.gentoo.org/638270 Closes: https://bugs.gentoo.org/638992 Closes: https://bugs.gentoo.org/640140 Closes: https://github.com/gentoo/gentoo/pull/6478 Signed-off-by: Elvis Pranskevichus <elvis@magic.io> Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-util/electron/Manifest | 49 +- ...ron-1.6.11-r1.ebuild => electron-1.6.15.ebuild} | 90 +++- dev-util/electron/files/chromium-gcc-7-r0.patch | 114 ++++ dev-util/electron/files/chromium-icu-59-r0.patch | 582 +++++++++++++++++++++ dev-util/electron/files/chromium-icu-60-r0.patch | 66 +++ .../files/chromium-python3-compat-r0.patch | 34 ++ .../electron/files/chromium-shared-v8-r2.patch | 94 +--- .../electron/files/chromium-system-icu-r0.patch | 140 +++++ .../electron/files/chromium-v8-icu-59-r0.patch | 83 +++ ...electron-1.6.11-vendor-libchromiumcontent.patch | 86 --- .../files/electron-1.6.15-vendor-breakpad.patch | 223 ++++++++ ...atch => electron-1.6.15-vendor-brightray.patch} | 74 ++- ...electron-1.6.15-vendor-libchromiumcontent.patch | 202 +++++++ ...ode.patch => electron-1.6.15-vendor-node.patch} | 44 +- ...electron-1.6.11.patch => electron-1.6.15.patch} | 124 +++-- .../electron/files/electron-system-icu-r0.patch | 34 ++ 16 files changed, 1744 insertions(+), 295 deletions(-) |