Closed Bug 364231 Opened 18 years ago Closed 18 years ago

on tinderbox, xulrunner linux build fails because of gnomevfs

Categories

(Toolkit Graveyard :: XULRunner, defect)

x86
Linux
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: laurent, Assigned: romaxa)

Details

Attachments

(1 file)

Tinderbox show a fail during the build of Xulrunner under linux. It fails during the linkage stage of the libxul, apparently because of gnomevfs :

../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x39): In function `close_file_handle(void*)':
: undefined reference to `gnome_vfs_close'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x84): In function `file_handle_uri_exists(void const*)':
: undefined reference to `gnome_vfs_uri_exists'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0xd6): In function `file_handle_uri_new(char const*)':
: undefined reference to `gnome_vfs_uri_new'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x12a): In function `file_handle_create_uri(void*, void const*)':
: undefined reference to `gnome_vfs_create_uri'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x181): In function `file_handle_open_uri(void*, void const*)':
: undefined reference to `gnome_vfs_open_uri'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x1e2): In function `file_handle_seek(void*, int)':
: undefined reference to `gnome_vfs_seek'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x238): In function `file_handle_truncate(void*)':
: undefined reference to `gnome_vfs_truncate_handle'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x290): In function `file_handle_file_info_block_size(void*)':
: undefined reference to `gnome_vfs_get_file_info_from_handle'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x2f9): In function `file_handle_read(void*, void*, unsigned long long)':
: undefined reference to `gnome_vfs_read'
../../dist/lib/libgtkembedmoz.a(EmbedGlobalHistory.o)(.text+0x384): In function `file_handle_write(void*, void*)':
: undefined reference to `gnome_vfs_write'


Perhaps the gnome_vfs library is missing ? Or is this a wrong installed version of gnome_vfs ? Or a wrong mozconfig ? or other things ?
timeless/romaxa, according to 363049 the gnomevfs dependency was going to be removed. Is that still the case, and if so how soon is this going to be fixed?
Assignee: nobody → romaxa
Attached patch temporary fixSplinter Review
This is a temporary fix
Attachment #249383 - Flags: first-review?(timeless)
Fixed in trunk
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Attachment #249383 - Flags: first-review?(timeless)
Product: Toolkit → Toolkit Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: