After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 145056 - libbonbo shouldn't install broken.server
libbonbo shouldn't install broken.server
Status: RESOLVED FIXED
Product: bonobo
Classification: Deprecated
Component: libbonobo
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: Michael Meeks
bonobo qa
Depends on:
Blocks:
 
 
Reported: 2004-06-27 18:27 UTC by Jonathan Blandford
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't install test .server files (1.20 KB, patch)
2004-08-07 15:41 UTC, Gustavo Carneiro
none Details | Review

Description Jonathan Blandford 2004-06-27 18:27:40 UTC
broken.server shouldn't be installed, as it generates unnecessary output.
Comment 1 Sebastien Bacher 2004-07-23 11:44:00 UTC
empty.server should probably be removed too
Comment 2 Jonathan Blandford 2004-07-28 15:36:34 UTC
Was this ever done?
Comment 3 Sebastien Bacher 2004-07-28 15:55:18 UTC
Just tested with a CVS checkout (which is not uptodate):
./autogen.sh && make && make install DESTDIR=/tmp/test

$ ls /tmp/test/usr/local/lib/bonobo/servers/
Bonobo_CosNaming_NamingContext.server  Bonobo_Sample_Echo.server  empty.server
Bonobo_Moniker_std.server              broken.server              plugin.server
Comment 4 Gustavo Carneiro 2004-08-07 15:41:06 UTC
Created attachment 30304 [details] [review]
Don't install test .server files

make check seems to work fine without the test .server files, so..
Comment 5 Michael Meeks 2004-08-09 09:38:59 UTC
this is great to commit then; please do :-)