#8234: WebkitGTK+-2.4.x and GCC-6.{1,2} combination causes programs to crash 
with
errors in JS
-------------------------+-------------------------
 Reporter:  renodr       |      Owner:  blfs-book@…
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  7.10
Component:  BOOK         |    Version:  SVN
 Severity:  blocker      |   Keywords:
-------------------------+-------------------------
 I have found the cause of my issues with Midori and Evolution as part of
 my last build on my workstation.

 The errors in libjavascriptcoregtk-3.0.so were caused by some compiler
 issues.

 The solution appears to be to add:


 {{{
 CFLAGS=-fno-delete-null-pointer-checks
 CXXFLAGS=-fno-delete-null-pointer-checks
 }}}

 (Yes, to both of them)

 To the build instructions.

 I'm running a build of WebkitGTK+ with it right now, but I wanted to have
 a ticket here to document it for reference purposes.

 Some references:

 
http://pkgs.fedoraproject.org/cgit/rpms/webkitgtk3.git/commit/?id=c64521c782468bfc7390d4b292c11311629e24c4

 https://bugzilla.redhat.com/show_bug.cgi?id=1349856

 https://bugzilla.redhat.com/show_bug.cgi?id=1320240

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/8234>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to