Bug 454890

Summary: OLPC: kill xulrunner deps on libgnome/libgnomevfs
Product: [Retired] Fedora OLPC Reporter: Daniel Drake <dsd>
Component: xulrunnerAssignee: Christopher Aillon <caillon>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: dcbw, dennis, gecko-bugs-nobody, johnp, mpg, simon
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.9-1.3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-21 16:41:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 462625    
Attachments:
Description Flags
remove deps on libgnome + gnomevfs none

Description Daniel Drake 2008-07-10 15:55:04 UTC
Our F9 xulrunner has grown various dependencies compared to the F7 one.

Here's a patch which removes the following dependencies:
libORBit-2.so.0
libbonobo-2.so.0
libbonobo-activation.so.4
libgconf-2.so.4
libgnome-2.so.0
libgnomevfs-2.so.0
libpopt.so.0
librt.so.1

I had to add the build requirement on dbus-glib-devel because koji failed
without it: http://koji.fedoraproject.org/koji/taskinfo?taskID=706551

Here's the successfully built version:
http://koji.fedoraproject.org/koji/taskinfo?taskID=707841

Comment 1 Daniel Drake 2008-07-10 15:55:04 UTC
Created attachment 311489 [details]
remove deps on libgnome + gnomevfs

Comment 2 Daniel Drake 2008-07-10 16:02:18 UTC
Forgot to mention, once upon a time in OLPC-2 David Zeuthen did something similar:
* Tue May 16 2006 David Zeuthen <davidz> 1.8.0.4-0.cvs20060505.2
- Build with --disable-gnomeui --disable-gnomevfs and drop BuildRequires
- gnome-vfs2-devel, ligbnome-devel, libgnomeui-devel



Comment 3 Matěj Cepl 2008-07-14 07:13:42 UTC
Seems to be a duplicate of bug 454670, and the solution here seems to be quite
excessive IMHO (we actually want XULRunner on Fedora proper to use Gnome).

Comment 4 Tethys 2008-07-14 10:24:12 UTC
No, we *don't* want XULRunner to use Gnome. You might do. But I, as an
end user, do not. I'm all for it using Gnome features if they're available
(on my machine, they generally won't be available, on the average Fedora
user's machine, they will). But forcing an end user to have a bunch of
stuff they don't want installed, just to use a web browser? Nope. That's
a step too far. The upstream app has no such dependencies, and you shouldn't
be forcing such additional dependencies on your users.

Comment 5 Daniel Drake 2008-07-14 13:36:03 UTC
Sorry, my original report was unclear. I am only suggesting this dependency
change for the OLPC-3 branch, not F-9.

Comment 6 Simon Schampijer 2008-07-14 15:17:27 UTC
built, will be in joyride soon
http://koji.fedoraproject.org/koji/buildinfo?buildID=55946

Comment 7 Daniel Drake 2008-07-21 16:41:06 UTC
Simon fixed this, thanks.