Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15634] New: Qt4 with internal SQLite fails to compile with -ffast-math

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15634] New: Qt4 with internal SQLite fails to compile with -ffast-math
  • Date: 28 Mar 2010 20:58:15 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15634

Summary: Qt4 with internal SQLite fails to compile with
-ffast-math
Product: Codex
Version: test grimoire
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: x11-toolkits
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: ismael.luceno AT gmail.com


The internal SQLite (external was disabled) doesn't build with -ffast-math. We
should either force the external SQLite or fix the flags at some point to make
it compile. The error message was:

gcc -c -march=x86-64 -fPIC -DPIC -pipe -DPIC -fPIC -ffast-math -funroll-loops
-fno-stack-protector -I/usr/include/freetype2 -fvisibility=hidden -Wall -W
-D_REENTRANT -fPIC -DQT_SHARED -DBUILDING_QT__=1 -DNDEBUG
-DQT_NO_CAST_TO_ASCII
-DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DHAVE_STDINT_H
-DBUILD_WEBKIT -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_DATABASE=1
-DENABLE_EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1
-DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_CHANNEL_MESSAGING=1
-DENABLE_ORIENTATION_EVENTS=0 -DENABLE_SQLITE=1 -DENABLE_DASHBOARD_SUPPORT=0
-DENABLE_FILTERS=0 -DENABLE_XPATH=1 -DENABLE_WCSS=0 -DENABLE_WML=0
-DENABLE_SHARED_WORKERS=1 -DENABLE_WORKERS=1 -DENABLE_XHTMLMP=0
-DENABLE_DATAGRID=0 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1
-DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1
-DENABLE_SVG_USE=1 -DENABLE_RUBY=1 -DENABLE_VIDEO=1 -DENABLE_DATALIST=1
-DENABLE_NETSCAPE_PLUGIN_API=1 -DENABLE_WEB_SOCKETS=0 -DENABLE_XSLT=1
-DWTF_USE_JAVASCRIPTCORE_BINDINGS=1 -DWTF_CHANGES=1 -DBUILDING_QT__
-DBUILDING_JavaScriptCore -DBUILDING_WTF -DXP_UNIX -DSQLITE_CORE
-DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_COMPLETE -DQT_NO_DEBUG
-DQT_XMLPATTERNS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../../../mkspecs/linux-g++ -I.
-I../../../../include/QtCore -I../../../../include/QtNetwork
-I../../../../include/QtGui -I../../../../include/QtXmlPatterns
-I../../../../include -Ibridge/qt -Ipage/qt -Iplatform/graphics/qt
-Iplatform/network/qt -Iplatform/qt -I../WebKit/qt/WebCoreSupport -I.
-Iaccessibility -Ibindings/js -Ibridge -Ibridge/c -Icss -Idom -Idom/default
-Iediting -Ihistory -Ihtml -Ihtml/canvas -Iinspector -Iloader
-Iloader/appcache
-Iloader/archive -Iloader/icon -Inotifications -Ipage -Ipage/animation
-Iplatform -Iplatform/animation -Iplatform/graphics
-Iplatform/graphics/filters
-Iplatform/graphics/transforms -Iplatform/image-decoders -Iplatform/mock
-Iplatform/network -Iplatform/sql -Iplatform/text -Iplugins -Irendering
-Irendering/style -Istorage -Isvg -Isvg/animation -Isvg/graphics
-Isvg/graphics/filters -Iwebsockets -Iwml -Iworkers -Ixml -Igenerated
-I../JavaScriptCore -I../../webkit -I../JavaScriptCore/assembler
-I../JavaScriptCore/bytecode -I../JavaScriptCore/bytecompiler
-I../JavaScriptCore/debugger -I../JavaScriptCore/interpreter
-I../JavaScriptCore/jit -I../JavaScriptCore/parser
-I../JavaScriptCore/profiler
-I../JavaScriptCore/runtime -I../JavaScriptCore/wrec -I../JavaScriptCore/wtf
-I../JavaScriptCore/wtf/unicode -I../JavaScriptCore/yarr
-I../JavaScriptCore/API -I../JavaScriptCore/ForwardingHeaders -Igenerated
-I../WebKit/qt/Api -I../../../../include/QtWebKit -I.rcc/release-shared
-I../JavaScriptCore/pcre
-I/usr/src/qt-everywhere-opensource-src-4.6.2/src/3rdparty/webkit/WebKitBuild/Release/JavaScriptCore/tmp
-I../../sqlite -I../../../../include/phonon -I/usr/X11R6/include
-I.moc/release-shared -o obj/release/sqlite3.o ../../sqlite/sqlite3.c
../../sqlite/sqlite3.c:18541:3: error: #error SQLite will not work correctly
with the -ffast-math option of GCC.
../../sqlite/sqlite3.c:76126: warning: missing initializer
../../sqlite/sqlite3.c:76126: warning: (near initialization for
'sqlite3Apis.aggregate_count')
make[1]: *** [obj/release/sqlite3.o] Error 1
make[1]: Leaving directory
`/usr/src/qt-everywhere-opensource-src-4.6.2/src/3rdparty/webkit/WebCore'

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



  • [SM-Grimoire-Bugs] [Bug 15634] New: Qt4 with internal SQLite fails to compile with -ffast-math, bugzilla-daemon, 03/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page