pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
webkit-gtk: update TODO to reflect current reality
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun May 14 22:57:30 2017 +0200
Changeset: cf50f7e4b126e378f7e5d9b24e8c72033a586c0e
Modified Files:
webkit-gtk/TODO
Log Message:
webkit-gtk: update TODO to reflect current reality
Build issue should be fixed, thanks again to <wiz>!
Add some TODOs and other (possible) random ideas.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf50f7e4b126e378f7e5d9b24e8c72033a586c0e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
webkit-gtk/TODO | 23 ++++++-----------------
1 file changed, 6 insertions(+), 17 deletions(-)
diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index f38a4ee245..3c26143b29 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -1,17 +1,6 @@
-At the moment it fails during the `build' phase due:
-
- [ 5%] Linking CXX shared library ../../lib/libjavascriptcoregtk-4.0.so
- CMakeFiles/JavaScriptCore.dir/runtime/CustomGetterSetter.cpp.o: In function `JSC::callCustomSetter(JSC::ExecState*, JSC::JSValue, bool, JSC::JSObject*, JSC::JSValue, JSC::JSValue)':
- CustomGetterSetter.cpp:(.text+0x87): undefined reference to `JSC::HeapCell::vm() const'
- CMakeFiles/JavaScriptCore.dir/runtime/FunctionExecutableDump.cpp.o: In function `JSC::FunctionExecutableDump::dump(WTF::PrintStream&) const':
- FunctionExecutableDump.cpp:(.text+0x29): undefined reference to `JSC::HeapCell::vm() const'
- FunctionExecutableDump.cpp:(.text+0x5b): undefined reference to `JSC::HeapCell::vm() const'
- FunctionExecutableDump.cpp:(.text+0x8c): undefined reference to `JSC::HeapCell::vm() const'
- FunctionExecutableDump.cpp:(.text+0xbe): undefined reference to `JSC::HeapCell::vm() const'
- CMakeFiles/JavaScriptCore.dir/runtime/FunctionExecutableDump.cpp.o:FunctionExecutableDump.cpp:(.text+0xef): more undefined references to `JSC::HeapCell::vm() const' follow
- Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/build.make:23840: recipe for target 'lib/libjavascriptcoregtk-4.0.so.18.5.8' failed
- gmake[2]: *** [lib/libjavascriptcoregtk-4.0.so.18.5.8] Error 1
- CMakeFiles/Makefile2:369: recipe for target 'Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/all' failed
- gmake[1]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/all] Error 2
- Makefile:151: recipe for target 'all' failed
- gmake: *** [all] Error 2
+- Should we install stuffs installed in ${PREFIX}/libexec/webkit2gtk-4.0/ in ${PREFIX}/bin/
+ instead (at least MiniBrowser and eventually jsc?)
+- Give a look to OpenBSD ports and FreeBSD ports patches for anything
+ interesting
+- Turn `-DUSE_SYSTEM_MALLOC=ON' on for MACHINE_PLATFORMs?
+- Test it!
Home |
Main Index |
Thread Index |
Old Index