WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
114149
[Qt][MIPS] REGRESSION(147799): It broke build the build on the Qt Linux MIPS32R2 bot.
https://bugs.webkit.org/show_bug.cgi?id=114149
Summary
[Qt][MIPS] REGRESSION(147799): It broke build the build on the Qt Linux MIPS3...
Ádám Kallai
Reported
2013-04-08 01:18:35 PDT
mips32r2-release/build/Source/WTF/wtf/CurrentTime.cpp /data/buildbot/mips-1/qt-linux-mipsel-mips32r2-release/build/Source/WTF/wtf/CurrentTime.cpp: In function 'double WTF::monotonicallyIncreasingTime()': /data/buildbot/mips-1/qt-linux-mipsel-mips32r2-release/build/Source/WTF/wtf/CurrentTime.cpp:298: error: 'g_get_monotonic_time' was not declared in this scope
http://build.webkit.org/builders/Qt%20Linux%20MIPS32R2%20LE%20Release/builds/12958/steps/compile-webkit/logs/stdio
Attachments
Add attachment
proposed patch, testcase, etc.
Ádám Kallai
Comment 1
2013-04-08 02:06:00 PDT
It seems this function (g_get_monotonic_time()) is available from glib 2.28. The question is which glib version does the bot uses?
Jesus Sanchez-Palencia
Comment 2
2013-04-08 05:54:54 PDT
(In reply to
comment #1
)
> It seems this function (g_get_monotonic_time()) is available from glib 2.28. The question is which glib version does the bot uses?
Or the question is more about if you want to use this code path or not. If Qt doesn't want to use the GLib implementation, being it for MIPS or not, then I can just add a !PLATFORM(QT) there. What do you think?
Csaba Osztrogonác
Comment 3
2013-04-08 07:18:05 PDT
Fixed in
http://trac.webkit.org/changeset/147910
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug