Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 335

Summary: Gaim 0.51 lacks the main (non-applet) binary
Product: Gentoo Linux Reporter: JR Boyens <jboyens>
Component: Current packagesAssignee: Bruce A. Locke (RETIRED) <blocke>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description JR Boyens 2002-01-25 15:56:21 UTC
The 0.51 version of gaim that I just emerge'd lacks the main, non-applet,
binary. I'm confused by this and am unsure as to whether or not this is a real bug.
Comment 1 Bruce A. Locke 2002-01-26 03:34:04 UTC
This seems to be caused by retardation in gaim's configure script... 

If configure is called with --enable-panel then you end up with just
gaim_applet.  If you disable gnome support you get a standalone binary.

I havn't looked at the makefiles enough to know if we can hack them to build 
both or if we have to compile gaim twice if gnome support is enabled.
Comment 2 Bruce A. Locke 2002-01-27 00:55:05 UTC
gaim-0.51-r1 was checked into CVS which hopefully fixes this.  The standalone
binary and gaim_applet should both be built when gnome support is enabled.

Please let me know if you find any issues with the new build.