[Webkit-unassigned] [Bug 40328] GtkLauncher fails to build: Undefined references to openFile, readFromFile, and seekFile

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 9 14:12:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40328





--- Comment #2 from Clemmitt Sigler <cmsigler at gmail.com>  2010-06-09 14:12:26 PST ---
(In reply to comment #1)
<snip>
> A little investigation leads me to believe that:
<snip>

I've got some more info now.  The only place the methods openFile, readFromFile and seekFile seem to be called is in WebCore/html/FileStream.cpp.  I observe that these changes were introduced in Rev. 58832 --> http://trac.webkit.org/changeset/58832

Therefore, it's my speculation that since that rev. -- when building GTK with all the bells and whistles turned on, at least -- Programs/GtkLauncher hasn't been able to link without error.  As for me, I hadn't run a build since rev. 55083 until recently.

{FWIW, the two FileStream methods that call these three are:

void FileStream::openForRead(Blob* blob)
void FileStream::read(char* buffer, int length)}

I'm still proposing that these three need to be implemented in WebCore/platform/gtk/FileSystemGtk.cpp by someone who knows what they're doing with basic GTK ops. to match similar implementation in, e.g., WebCore/platform/posix/FileSystemPOSIX.cpp as provided by Revision 57182.

(As a lark I may try rolling my tree back to rev. 58831 and see if this problem goes away, as it should.)

HTH some more.

Clemmitt

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



More information about the webkit-unassigned mailing list