Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622020 - dev-util/electron-1.3.13-r1 - In file included from ../../v8/src/heap/heap.cc:27: ../../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::i
Summary: dev-util/electron-1.3.13-r1 - In file included from ../../v8/src/heap/heap.cc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2020-04-29
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2017-06-17 11:21 UTC by Petross404(Petros S)
Modified: 2020-04-29 12:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (dev-util:electron-1.3.13-r1:20170617-105050.log,967.52 KB, text/plain)
2017-06-17 11:21 UTC, Petross404(Petros S)
Details
emerge --info (emerge-info,24.91 KB, text/plain)
2017-06-17 11:22 UTC, Petross404(Petros S)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petross404(Petros S) 2017-06-17 11:21:44 UTC
Created attachment 476736 [details]
build.log

electron-1.3.13-r1 failed because :

cc1plus: warning: unrecognized command line option ‘-Wno-undefined-var-template’
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’
ninja: build stopped: subcommand failed.

I am using GCC-7.1.0-r1 with LTO enabled in my CFLAGS.
Comment 1 Petross404(Petros S) 2017-06-17 11:22:47 UTC
Created attachment 476738 [details]
emerge --info
Comment 2 Petross404(Petros S) 2017-06-17 12:29:45 UTC
Disabling custom-cflags doesn't cut it.
Comment 3 jannis 2018-12-26 22:40:15 UTC
The problem is not the warnings, it's this error in your build.log:
>In file included from ../../v8/src/heap/objects-visiting.h:12:0,
>                 from ../../v8/src/heap/object-stats.h:9,
>                 from ../../v8/src/heap/heap.cc:27:
>../../v8/src/objects-body-descriptors.h: In static member function ‘static void >v8::internal::FixedBodyDescriptor<start_offset, end_offset, >size>::IterateBody(v8::internal::HeapObject*, int)’:
>../../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*&)’
>     IterateBody(obj);
Comment 4 Larry the Git Cow gentoo-dev 2020-04-29 12:44:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f79d2d9b224342346080628e9ca4b5b4acd38b

commit 10f79d2d9b224342346080628e9ca4b5b4acd38b
Author:     Mikle Kolyada <zlogene@gentoo.org>
AuthorDate: 2020-04-29 12:35:59 +0000
Commit:     Mikle Kolyada <zlogene@gentoo.org>
CommitDate: 2020-04-29 12:44:00 +0000

    dev-util/electron: remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=622020
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=652244
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=678066
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=690006
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=692146
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=701958
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=675578
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=681734
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=694072
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=706376
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=714850
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=713024
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=699866
    
    Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>

 dev-util/electron/Manifest                  |  13 -
 dev-util/electron/electron-2.0.17-r2.ebuild | 918 ----------------------------
 dev-util/electron/files/toolchain/BUILD.gn  |  37 --
 dev-util/electron/metadata.xml              |  21 -
 4 files changed, 989 deletions(-)