I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm
If you upgrade to these packages from an earlier 1.5.x version you may need to run evolution --force-shutdown before using the new version. Without doing that there is some confusion (in my case evolution-alarm-notify got stuck in a cpu loop..).
Actually.. try to duplicate alarm-notify problems before --force-shutdown if you can, but just a heads up. ;)
I made the same mistake.
Here's a ps before I killed the tasks.
root 3452 1 97 20:30 ? 00:12:41 /usr/libexec/evolution/1.5/evolu tion-alarm-notify --oaf-activate-iid=OAFIID:GNOME_Evolution_Calendar_AlarmNotify _Factory:1.5 --oaf-ior-fd=45 root 3455 1 0 20:30 ? 00:00:00 /usr/libexec/evolution-data-serv er-1.0 --oaf-activate-iid=OAFIID:GNOME_Evolution_DataServer_CalFactory:1.0 --oaf -ior-fd=47
Timothy
On Fri, 2004-05-21 at 16:09 -0700, Andrew Farris wrote:
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm
If you upgrade to these packages from an earlier 1.5.x version you may need to run evolution --force-shutdown before using the new version. Without doing that there is some confusion (in my case evolution-alarm-notify got stuck in a cpu loop..).
Actually.. try to duplicate alarm-notify problems before --force-shutdown if you can, but just a heads up. ;)
-- Andrew Farris, CPE senior (California Polytechnic State University, SLO) fedora@andrewfarris.com :: lordmorgul on irc.freenode.net
Has anyone managed to rebuild the steamer-plugins for mp3 support I've tried but with no luck. I have the mad and mad-devel rpms installed and while it doing the ./configure it says that mad will be built
any help much appreciated
On Sun, 23 May 2004 20:16:15 +0930, Mark Bradbury wrote:
Has anyone managed to rebuild the steamer-plugins for mp3 support I've tried but with no luck. I have the mad and mad-devel rpms installed and while it doing the ./configure it says that mad will be built
No i've had no luck either with installing the rpm, rhythmbox still says it does not have a plugin to play mp3 files.
Nicholas Ruddick
On Sun, 2004-05-23 at 19:29, Michael Schwendt wrote:
On Sun, 23 May 2004 20:16:15 +0930, Mark Bradbury wrote:
Has anyone managed to rebuild the steamer-plugins for mp3 support I've tried but with no luck. I have the mad and mad-devel rpms installed and while it doing the ./configure it says that mad will be built
Sorry I made a mistake had the wrong gstreamer-plugin-mp3 rpm installed. For fedora 2 you need gstreamer-plugins-mp3-0.8.1-0.lvn.1.2 from rpm.livna.org .
Works beautifully now, nice work!
On Sun, 2004-05-23 at 19:40, Nicholas Ruddick wrote:
No i've had no luck either with installing the rpm, rhythmbox still says it does not have a plugin to play mp3 files.
Nicholas Ruddick
On Sun, 2004-05-23 at 19:29, Michael Schwendt wrote:
On Sun, 23 May 2004 20:16:15 +0930, Mark Bradbury wrote:
Has anyone managed to rebuild the steamer-plugins for mp3 support I've tried but with no luck. I have the mad and mad-devel rpms installed and while it doing the ./configure it says that mad will be built
On Sun, 2004-05-23 at 14:48, Nicholas Ruddick wrote:
Sorry I made a mistake had the wrong gstreamer-plugin-mp3 rpm installed. For fedora 2 you need gstreamer-plugins-mp3-0.8.1-0.lvn.1.2 from rpm.livna.org .
Works beautifully now, nice work!
A related question: where one can find plugin to enable mp3 *encoding* for gstreamer (or sound-juicer, which is gstreamer based)? I have lame installed, but this is not enough: google search suggests that I need gstreamer-lame plugin. Anybody know where to find one?
Sasha
On Wed, 2004-05-26 at 09:22, Alexander Kirillov wrote:
On Sun, 2004-05-23 at 14:48, Nicholas Ruddick wrote:
Sorry I made a mistake had the wrong gstreamer-plugin-mp3 rpm installed. For fedora 2 you need gstreamer-plugins-mp3-0.8.1-0.lvn.1.2 from rpm.livna.org .
Works beautifully now, nice work!
A related question: where one can find plugin to enable mp3 *encoding* for gstreamer (or sound-juicer, which is gstreamer based)? I have lame installed, but this is not enough: google search suggests that I need gstreamer-lame plugin. Anybody know where to find one?
Sasha
If you're on Fedora Core 2, it should be the same plugin. If it isn't, add rpm.livna.org to your yum.conf and run
# yum install gstreamer-plugins*
and it should pull over that and any other plugins you might be missing.
On Sat, 2004-05-22 at 01:09, Andrew Farris wrote:
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
If you upgrade to these packages from an earlier 1.5.x version you may need to run evolution --force-shutdown before using the new version. Without doing that there is some confusion (in my case evolution-alarm-notify got stuck in a cpu loop..).
Alternatively there's the killev script that will shut down Evolution completely. (unless it's been removed?)
-- Tarjei
On Mon, 2004-05-24 at 12:56 +0200, Tarjei Knapstad wrote:
On Sat, 2004-05-22 at 01:09, Andrew Farris wrote:
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
If you upgrade to these packages from an earlier 1.5.x version you may need to run evolution --force-shutdown before using the new version. Without doing that there is some confusion (in my case evolution-alarm-notify got stuck in a cpu loop..).
Alternatively there's the killev script that will shut down Evolution completely. (unless it's been removed?)
-- Tarjei
killev was deprecated (and now seems completely removed) in 1.5.x, the --force-shutdown option replaced it to do much the same thing.
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm
Well, just used 1.5.8 to mark your announcement with the nice new ! [important] icon. ;^)
These unstable released have generally been working better for me than the "stable" ones did.
Thanks, Phil
Is IPv6 working in this build?
I built this for my FC2 box, and evolution complained it could not contact my imap server. The imap server has both A and AAAA records, and evolution 1.4 was handing IPv6 fine.
A check of the spec file reveals --enable-ipv6, but it seems to do nothing.
Should i file a bug over this.
Cheers,
Dan
On Sat, 2004-05-22 at 08:46, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm
On Sat, 2004-05-22 at 14:52 +1000, Dan wrote:
Is IPv6 working in this build?
I built this for my FC2 box, and evolution complained it could not contact my imap server. The imap server has both A and AAAA records, and evolution 1.4 was handing IPv6 fine.
A check of the spec file reveals --enable-ipv6, but it seems to do nothing.
Should i file a bug over this.
Yes please.
[snip]
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Two issues:
1) it looks like the old style file selection is back (yuk).
2) it still doesn't compile on x86_64
gcc -O2 -g -pipe -fPIC -I/usr/include/et -Wall -Wmissing-prototypes -Wno-sign-compare -o .libs/test-calendar test-calendar.o -Wl,--export-dynamic ./.libs/libemiscwidgets.so /usr/src/redhat/BUILD/evolution-1.5.8/e-util/.libs/libeutil.so -L/usr/X11R6/lib64 -L/usr/lib /usr/src/redhat/BUILD/evolution-1.5.8/a11y/widgets/.libs/libevolution-widgets-a11y.so /usr/src/redhat/BUILD/evolution-1.5.8/a11y/.libs/libevolution-a11y.so -ledataserver ../../e-util/.libs/libeutil.so /usr/lib64/libpopt.so -lplc4 -lplds4 -lnspr4 -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-2 /usr/lib/libpopt.so -lbonobo-2 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lgthread-2.0 -lgal-2.2 -lgal-a11y-2.2 -lgnomecanvas-2 -lglade-2.0 -lgnomeprint-2-2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lart_lgpl_2 /usr/lib64/libxml2.so -lpthread -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -Wl,--rpath -Wl,/usr/lib64/evolution/1.5 -Wl,--rpath -Wl,/usr/lib /usr/lib/libpopt.so: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[4]: *** [test-calendar] Error 1 make[4]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8/widgets/misc' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8/widgets/misc' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8/widgets' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.47317 (%build)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.47317 (%build)
On Mon, 2004-05-24 at 12:18 -0700, Tom Duffy wrote:
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Two issues:
Please file these in Bugzilla - thanks!
it looks like the old style file selection is back (yuk).
it still doesn't compile on x86_64
gcc -O2 -g -pipe -fPIC -I/usr/include/et -Wall -Wmissing-prototypes -Wno-sign-compare -o .libs/test-calendar test-calendar.o -Wl,--export-dynamic ./.libs/libemiscwidgets.so /usr/src/redhat/BUILD/evolution-1.5.8/e-util/.libs/libeutil.so -L/usr/X11R6/lib64 -L/usr/lib /usr/src/redhat/BUILD/evolution-1.5.8/a11y/widgets/.libs/libevolution-widgets-a11y.so /usr/src/redhat/BUILD/evolution-1.5.8/a11y/.libs/libevolution-a11y.so -ledataserver ../../e-util/.libs/libeutil.so /usr/lib64/libpopt.so -lplc4 -lplds4 -lnspr4 -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-2 /usr/lib/libpopt.so -lbonobo-2 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lgthread-2.0 -lgal-2.2 -lgal-a11y-2.2 -lgnomecanvas-2 -lglade-2.0 -lgnomeprint-2-2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lart_lgpl_2 /usr/lib64/libxml2.so -lpthread -lz -lm -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -Wl,--rpath -Wl,/usr/lib64/evolution/1.5 -Wl!
,--rpath -Wl,/usr/lib
/usr/lib/libpopt.so: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[4]: *** [test-calendar] Error 1 make[4]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8/widgets/misc' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8/widgets/misc' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8/widgets' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/evolution-1.5.8' make: *** [all] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.47317 (%build)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.47317 (%build)
On Mon, 2004-05-24 at 12:18 -0700, Tom Duffy wrote:
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Two issues:
- it looks like the old style file selection is back (yuk).
This is now fixed, grab 1.5.8-2 for the new dialogs.
[snip]
On Mon, 2004-05-24 at 20:21 -0400, David Malcolm wrote:
On Mon, 2004-05-24 at 12:18 -0700, Tom Duffy wrote:
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Two issues:
- it looks like the old style file selection is back (yuk).
This is now fixed, grab 1.5.8-2 for the new dialogs.
When I upgraded from 1.5.8-1 I got the following:
$ sudo rpm -Uvh evolution-1.5.8-2.i386.rpm Preparing... ########################################### [100%] 1:evolution ########################################### [100%] WARNING: Failed to parse default value `' for schema (/schemas/apps/evolution/addressbook/display/vpane_position)
Other than the message from RPM, Evolution works pretty well.
Keith.
On Tue, 2004-05-25 at 08:39 +0100, Keith Sharp wrote: [snip]
When I upgraded from 1.5.8-1 I got the following:
$ sudo rpm -Uvh evolution-1.5.8-2.i386.rpm Preparing... ########################################### [100%] 1:evolution ########################################### [100%] WARNING: Failed to parse default value `' for schema (/schemas/apps/evolution/addressbook/display/vpane_position)
Please file a bug - thanks!
Other than the message from RPM, Evolution works pretty well.
Good to hear. I'm been using 1.5.8 for a few days now, and haven't managed to crash it yet. Must try harder :-)
Dave Malcolm
On Tue, 2004-05-25 at 02:21, David Malcolm wrote: [snip and apologies if this is too OT]
Hi David,
Is is possible to install 1.58 while retaining 1.4.6? Or do I need to upgrade my current FC2 evolution, gtkhtml3, libgal2 and libsoup versions to the ones from your repository?
Thanks, Patrick
On Fri, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Seem to have encountered an evolution memory leak. Evolution "froze" while editing a message, X became VERY sluggish. Top showed high memory/swap usage. Disk activity was (naturally) very high. Did killev and restarted. Recovered message and is now working OK. No excessive swap/memory consumed.
Don't know how to reproduce reliably.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124512
Phil
This version seems to have fixed Bug 121349 - messages that previously crashed evolution now display. Check it out if you have seen that behavior.
Phil
Encountered non-working filters after upgrade to FC2 and evolution-1.5.8-2. Looks a lot like Bugzilla 122009 so added a comment there. After manually updating a couple of filters by re-specifying target directory and inspecting .evolution/mail/filters.xml found a workaround. Edit that file and change all occurrences of
file:///home/<username>/evolution/local to email://local@local
then delete all occurrences of /subfolders save, and restart Evolution.
Select all files in the Inbox and type "Ctrl-Y" or select "Apply Filters" from the menu.
Phil
I have noticed some bugs, are there a bugzilla somewhere? The bug is about adding a script as a signature, and the "answer all" button.
On fre, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm
OK, i found the fedora-redhat bugzilla, but there was not that many bugs for evolution 1.5.8 there, is it the right place really?
On lör, 2004-05-29 at 22:54 +0200, Joakim Arnling wrote:
I have noticed some bugs, are there a bugzilla somewhere? The bug is about adding a script as a signature, and the "answer all" button.
On fre, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm
On Sat, 2004-29-05 at 23:07 +0200, Joakim Arnling wrote:
OK, i found the fedora-redhat bugzilla, but there was not that many bugs for evolution 1.5.8 there, is it the right place really?
Try http://bugzilla.ximian.com for Evolution Developers.
RC.
On Sat, 2004-05-29 at 22:54 +0200, Joakim Arnling wrote:
I have noticed some bugs, are there a bugzilla somewhere? The bug is about adding a script as a signature, and the "answer all" button.
Sounds like an upstream bug, please have a look in Ximian's Bugzilla: http://bugzilla.ximian.com
Thanks! Dave
On fre, 2004-05-21 at 18:46 -0400, David Malcolm wrote:
I've built RPMs of the new Evolution release (1.5.8) and its dependencies for FC2 in my usual yum archive: http://people.redhat.com/dmalcolm
Usual disclaimers apply: this is an unstable release, for testing purposes. Enjoy!
Dave Malcolm