WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
46628
undefined reference to `WebCore::AsyncFileSystem::isAvailabe()
https://bugs.webkit.org/show_bug.cgi?id=46628
Summary
undefined reference to `WebCore::AsyncFileSystem::isAvailabe()
sandy paulanskaya
Reported
2010-09-27 09:10:46 PDT
what is this error? my compiled library looks like having that. and have not any other same library in my system. [/media/sdc1/WebKit]$ make make all-am make[1]: Entering directory `/media/sdc1/WebKit' /bin/mkdir -p ./.deps/DerivedSources CXXLD Programs/DumpRenderTree ./.libs/libwebkitgtk-1.0.so: undefined reference to `WebCore::AsyncFileSystem::isAvailable()' ./.libs/libwebkitgtk-1.0.so: undefined reference to `WebCore::seekFile(int, long long, WebCore::FileSeekOrigin)' ./.libs/libwebkitgtk-1.0.so: undefined reference to `WebCore::AsyncFileSystem::openFileSystem(WTF::String const&, WTF::String const&, WebCore::AsyncFileSystem::Type, WTF::PassOwnPtr<WebCore::AsyncFileSystemCallbacks>)' collect2: ld returned 1 exit status make[1]: *** [Programs/DumpRenderTree] error 1 make[1]: Leaving directory `/media/sdc1/WebKit' make: *** [all] error 2 [/media/sdc1/WebKit]$ strings ./.libs/libwebkitgtk-1.0.so |grep seekFile _ZN7WebCore8seekFileEixNS_14FileSeekOriginE [/media/sdc1/WebKit]$ strings ./.libs/libwebkitgtk-1.0.so |grep AsyncFileSystem _ZN7WebCore15AsyncFileSystem11isAvailableEv _ZN7WebCore15AsyncFileSystem14openFileSystemERKN3WTF6StringES4_NS0_4TypeENS1_10PassOwnPtrINS_24AsyncFileSystemCallbacksEEE [/media/sdc1/WebKit]$ locate libwebkitgtk-1.0.so [/media/sdc1/WebKit]$
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-08-03 09:55:21 PDT
AsyncFileSystem does not exist in Webkit Github repository as of right now. Hence, marking this as "RESOLVED WONTFIX". Thanks!
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