Re: garnome-2.10.0: adding volume control to panel fails
- From: "Joseph E. Sacco, Ph.D." <joseph_sacco comcast net>
- To: garnome-list <garnome-list gnome org>
- Subject: Re: garnome-2.10.0: adding volume control to panel fails
- Date: Thu, 17 Mar 2005 09:45:51 -0500
Thanks, Ivan. You are "dead on". I had missed one of the two. I
rebuilt and reinstalled glib and gtk+ and now things are "better".
For those on the list who are wondering what we are talking about, take
a look at:
http://bugzilla.gnome.org/show_bug.cgi?id=169996
which says:
"Even though 2.10.0 is stable, compiling gtk+ with
--disable-debug will remove all typechecks from gtk+ and make
slightly buggy apps (like evo) crash hard instead of emitting
warnings."
A scan of garnome-2.8.3 tree finds five Makefiles with corrections.
These are:
[ignore any line wrap]
./fifth-toe/gaim/Makefile
CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--enable-debug,,')
./desktop/evolution/Makefile
CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--disable-debug,--enable-debug,')
./desktop/evolution-data-server/Makefile
CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--disable-debug,--enable-debug,')
./platform/glib/Makefile
CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--disable-debug,--enable-debug=minimal,')
./platform/gtk+/Makefile
CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--disable-debug,--enable-debug=minimal,')
Check your Makefiles in garnome-2.10.0 and edit according.
If you find a Makefile that requires change,
* edit the makefile,
* run "make clean"
* run "make install > make_install.log 2>&1 &"
* test
-Joseph
===============================================================================
On Thu, 2005-03-17 at 02:10, Ivan Noris wrote:
> Hi all,
>
> > I'm having this same problem, along with a host of other strange
> > software crashes (mixer applet, gnome panel, wnck applet, evolution). I
> > even tried going back and compiling GARNOME 2.9.91.1 again from scratch,
> > and the problems are still there! (even though I didn't have them when I
> > used 2.9.91.1 before...). Is it possible some base package got
> > corrupted during the 2.10 compile? I'm wondering if it is
> > bonobo-related, since all my crashes seem to be limited to software that
> > makes heavy use of it. However, most of the backtraces usually point
> > back to a gtk or glib crash, so I'm not sure.
>
> couldn't be a problem that gtk and glib are compiled with
> --disable-debug in garnome? I've once had similar failures in Evolution
> which led to recompile glib and gtk with --enable-debug=minimum. A magic
> thing.
>
> CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed
> 's,--disable-debug,--enable-debug=minimal,')
>
> This should be default in gtk and glib in stable garnome packages.
>
> regards,
> Ivan
> --
> Ing. Ivan Noris
> System engineer, Business Global Systems, a.s.
> info & public key: http://www.bgs.sk/people/noris
> ___________________________________________________
> "Semper cautus - semper paratus - semper idem Vix."
--
joseph_sacco[at]comcast[dot]net
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]