Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760845 - net-libs/webkit-gtk-2.30.4 - .../CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource-f2e18ffc-27.cpp.o(.text+0x5300): error: undefined reference to 'JSC::ExecutableBase::hasJITCodeForCall() const'
Summary: net-libs/webkit-gtk-2.30.4 - .../CMakeFiles/JavaScriptCore.dir/__/__/DerivedS...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-20 09:35 UTC by ernsteiswuerfel
Modified: 2021-03-21 18:47 UTC (History)
2 users (show)

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


Attachments
build.log.xz (webkit-gtk-2.30.4:20201220-081255.log.xz,22.56 KB, application/x-xz)
2020-12-20 09:35 UTC, ernsteiswuerfel
Details
emerge --info (file_760845.txt,6.22 KB, text/plain)
2020-12-20 09:35 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2020-12-20 09:35:22 UTC
Created attachment 678870 [details]
build.log.xz

[...]
aScriptCore/unified-sources/UnifiedSource-6cbc989f-1.cpp.o Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource-6cbc989f-2.cpp.o  /usr/lib64/libglib-2.0.so  lib/libWTFGTK.a  /usr/lib/libicudata.so  /usr/lib/libicui18n.so  /usr/lib/libicuuc.so  -ldl  /usr/lib64/libgio-2.0.so  /usr/lib64/libgobject-2.0.so  /usr/lib64/libglib-2.0.so  -lpthread  /usr/lib/libz.so  /usr/lib64/libsystemd.so && :
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource-f2e18ffc-27.cpp.o(.text+0x5198): error: undefined reference to 'JSC::ExecutableBase::hasJITCodeForConstruct() const'
Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/__/__/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource-f2e18ffc-27.cpp.o(.text+0x5300): error: undefined reference to 'JSC::ExecutableBase::hasJITCodeForCall() const'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
 * ERROR: net-libs/webkit-gtk-2.30.4::gentoo failed (compile phase):
 *   ninja -v -j1 -l0 failed
Comment 1 ernsteiswuerfel archtester 2020-12-20 09:35:59 UTC
Created attachment 678873 [details]
emerge --info
Comment 2 Piotr Kubaj 2021-02-15 21:06:18 UTC
FYI, the following patch fixes build on FreeBSD/powerpc64:
--- Source/JavaScriptCore/runtime/NativeExecutable.cpp.orig     2021-02-15 20:45:27 UTC
+++ Source/JavaScriptCore/runtime/NativeExecutable.cpp
@@ -24,6 +24,7 @@
  */

 #include "config.h"
+#include "ExecutableBaseInlines.h"
 #include "NativeExecutable.h"

 #include "JSCInlines.h"
Comment 3 ernsteiswuerfel archtester 2021-03-21 18:47:59 UTC
webkit-gtk-2.30.5 builds fine again on ppc64.