Re: Evolution still isn't working
- From: Bob Kashani <bobk ocf berkeley edu>
- To: Ronald Kuetemeier <ronald kuetemeier com>
- Cc: Rodd Clarkson <r-list clarkson id au>, List Garnome <garnome-list gnome org>
- Subject: Re: Evolution still isn't working
- Date: Tue, 09 Sep 2003 11:25:05 -0700
Hi, Ronald. I had the same result as Guenther on gnome-2.2 w/evo-1.4.4
on RH9.
It seems that in gnome-2.2 all attachments get a default icon regardless
of the file type. It seems to have changed in gnome2.4 which might be
the reason why evo-1.4.4 is having trouble.
I guess we should wait for evo-1.4.5 to see what's changed as you
suggested.
Thanks,
Bob
On Tue, 2003-09-09 at 09:31, Ronald Kuetemeier wrote:
> On Mon, 2003-09-08 at 22:17, Bob Kashani wrote:
> > On Mon, 2003-09-08 at 19:34, Ronald Kuetemeier wrote:
> > > I have attached a patch which should fix some of the problems. Even
> > > yours looks like a idl compile issue. Make sure orbit-idl-2 can generate
> > > these files (*common* *skels* *stubs*).
> > > My problem was that evolution would start but calendar and Summary would
> > > fail, do to a bug in the wombat idl.
> > > Steps to get it working:
> > > apply the attached patch
> > > run <make clean> in the evolution top source dir.
> > > run <make>
> > > run <make install>
> > > run evolution
> >
> > I applied the patch and now evolution runs...(yay)...but it crashes on
> > exit. :-(
> >
> Hi Bob,
> I saw that. As a work around use "File->exit" for now, should work. I
> will port my application/extension to evo. 1.4.X and when I have time
> take a look at this problem.
> Also call for help see below.
>
> > > It should (good luck) work, also 1.4.4 still seems to have more bugs
> > > than the old 1.2.4. So don't forget to backup your mail and calendar
> > > data before running 1.4.4.
> >
> > Actually I've been running evo-1.4.4 for a while now via red-carpet and
> > it's pretty stable with gnome-2.2.
> >
> Yeap, should have qualified it under gmome-2.4X. But this is the garnome
> list and we are running 2.4X aren't we? (how is that for a lame excuse
> :-))
> Anyhow while you are on it. I saw that if you do not have an icon
> associated with a file type and you attach a file to an email, nothing
> shows up in the attachment pane in evolution, if you open an email send
> to you it will show the usual selection.
> Can you verify this and test it under gnome2.2 with evo 1.4. Also give
> us a hint which icon shows up if any, my guess is we some how lost a
> default icon in gtk.
> BTW I use Bluecruve as a theme, just in case your system some how works.
> As a work around assign icons to file types you want to attach to
> evolution mail, works for me. I just declare everything to be txt :-).
>
> Thanks,
> Ronald
>
> > Thanks,
> >
> > Bob
> >
> > > Hope this helps,
> > > Ronald
> > >
> > >
> > > On Mon, 2003-09-08 at 12:04, Bob Kashani wrote:
> > > > I got errors about missing files... :(
> > > >
> > > > -I/home/gnome2/garnome/include -I/usr/X11R6/include -g
> > > > -I/home/gnome2/garnome/include -I/usr/X11R6/include
> > > > -L/home/gnome2/garnome/lib -L/usr/X11R6/lib -O2 -pipe
> > > > -march=athlon-tbird -Wall -Wunused -Wmissing-prototypes
> > > > -Wmissing-declarations -c Evolution-Wombat-common.c
> > > > cc: Evolution-Wombat-common.c: No such file or directory
> > > > cc: no input files
> > > > make[3]: *** [Evolution-Wombat-common.o] Error 1
> > > > make[3]: Leaving directory
> > > > `/mnt/hde1/home/gnome2/garnome-0.26.2-bob/gnome/evolution/work/main.d/evolution-1.4.4/wombat'
> > > > make[2]: *** [all-recursive] Error 1
> > > > make[2]: Leaving directory
> > > > `/mnt/hde1/home/gnome2/garnome-0.26.2-bob/gnome/evolution/work/main.d/evolution-1.4.4'
> > > > make[1]: *** [all-recursive-am] Error 2
> > > > make[1]: Leaving directory
> > > > `/mnt/hde1/home/gnome2/garnome-0.26.2-bob/gnome/evolution/work/main.d/evolution-1.4.4'
> > > > make: *** [build-work/main.d/evolution-1.4.4/Makefile] Error 2
> > > >
> > > > Bob
> > > >
> > > > On Sun, 2003-09-07 at 17:41, Rodd Clarkson wrote:
> > > > > To solve this problem:
> > > > >
> > > > > enter the evolution folder.
> > > > > run 'make clean && make install'
> > > > > After the evolution tarball has been extracted and as configure starts
> > > > > type CTRL-c to interrupt the build.
> > > > >
> > > > > run the following commands:
> > > > > cd work/main.d/evolution-1.4.4/
> > > > > rm wombat/Evolution-Wombat-*.[hc]
> > > > > rm libwombat/Evolution-Wombat-*.[hc]
> > > > > autoconf
> > > > > cd ../../..
> > > > >
> > > > > resume the make with 'make install'
> > > > >
> > > > > This should make evolution work.
> > > > >
> > > > > On Mon, 2003-09-08 at 04:38, Boris Goldowsky wrote:
> > > > > > Tried this, using cvs checkout as shown below. No joy. Built fine, but
> > > > > > when run:
> > > > > >
> > > > > > [bc yuff evolution]$ evolution
> > > > > >
> > > > > > Bonobo-ERROR **: Attempt to instantiate non-Bonobo/Unknown derived
> > > > > > object via. BonoboObject
> > > > > > aborting...
> > > > > >
> > > > > > Bng
> > > > > >
> > > > > >
> > > > > > Dan Siemon wrote:
> > > > > >
> > > > > > >On Sun, 2003-09-07 at 01:46, William Lovaton wrote:
> > > > > > >
> > > > > > >
> > > > > > >>Since 0.26.1 Evolution keeps crashing on startup.
> > > > > > >>This was reported before and no body has an answer
> > > > > > >>about it. I got the following message:
> > > > > > >>
> > > > > > >>[william lovaton william]$ evolution-1.4
> > > > > > >>
> > > > > > >>(evolution-1.4:2680): evolution-shell-CRITICAL **:
> > > > > > >>file e-storage-set.c: line 639
> > > > > > >>(e_storage_set_get_folder): assertion
> > > > > > >>`g_path_is_absolute (path)' failed
> > > > > > >>
> > > > > > >>Bonobo-ERROR **: Attempt to instantiate
> > > > > > >>non-Bonobo/Unknown derived object via. BonoboObject
> > > > > > >>aborting...
> > > > > > >>Trace/breakpoint trap
> > > > > > >>
> > > > > > >>
> > > > > > >>What is happening here? is there a solution to make it
> > > > > > >>work? This is something very bad, I need my mail back
> > > > > > >>:-(
> > > > > > >>
> > > > > > >>
> > > > > > >
> > > > > > >I believe this is the result of some ORBit changes. The Evolution
> > > > > > >tarballs are including files that should be auto-generated.
> > > > > > >
> > > > > > >If you pull the latest evolution from the evolution-1-4-branch and build
> > > > > > >it into your garnome directory everything will work fine. The Garnome
> > > > > > >Makefile for evolution contains the configure options you need to pass
> > > > > > >[1].
> > > > > > >
> > > > > > >The CVS command to pull from a branch looks like:
> > > > > > >cvs -z3 checkout -r evolution-1-4-branch evolution
> > > > > > >
> > > > > > >For those completely new to pulling sources from CVS you will need to
> > > > > > >run ./autogen.sh with the arguments you would normally pass to
> > > > > > >configure.
> > > > > > > Dan
> > > > > > >[1] - I also needed --with-krb5=/usr/kerberos on RH9.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > --
> > > > > "Some Australians have, I fear, become desensitised to habitual
> > > > > government dishonesty. I'm not one of them."
> > > > >
> > > > > -- Andrew Wilkie, Former ONA analyst
> > > > --
> > > > Bob Kashani
--
Bob Kashani
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]