Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115499 - mail-notification 2.0 doesn't work with Evolution
Summary: mail-notification 2.0 doesn't work with Evolution
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Tom Martin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 22:47 UTC by Brendon Ryan
Modified: 2005-12-17 03:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix ebuild (mail-notification.patch,469 bytes, patch)
2005-12-13 22:50 UTC, Brendon Ryan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brendon Ryan 2005-12-13 22:47:00 UTC
src_install() in the mail-notification ebuild specifies: 
'gnome2_src_install
evolution_plugindir="${D}/usr/$(get_libdir)/evolution/2.2/plugins"' 
when the Evolution version required by the ebuild is >=2.4.

I suggest this line becomes: 
'gnome2_src_install
evolution_plugindir="${D}/usr/$(get_libdir)/evolution/2.4/plugins"'

Reproducible: Always
Steps to Reproduce:
1.Compile Evolution, then mail-notification
2.Attempt to add Evolution mailbox in mail-notification
3.

Actual Results:  
An error is received saying mail-notification cannot contact Evolution.

Expected Results:  
It should present a list of mail folders available in Evolution.

Portage 2.0.53 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r3,
2.6.14-gentoo-r2 i686)
=================================================================
System uname: 2.6.14-gentoo-r2 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.12.0_pre11
dev-lang/python:     2.3.4-r1, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.pacific.net.au/linux/Gentoo/
http://public.planetmirror.com/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aac acpi alsa apache2 apm arts audiofile avi bash-completion berkdb
bitmap-fonts bluetooth bonobo browserplugin bzip2 cdr cdrw cli crypt cups curl
dba dbus dga dvd dvdread eds emacs emboss encode esd evolution exif expat fam
ffmpeg firefox flac foomaticdb fortran freetype gd gdbm gif gimpprint glitz glut
gnome gpm gstreamer gtk gtk2 gtkhtml guile hal idn imagemagick imap imlib ipv6
ithreads java jpeg junit lcms ldap libg++ libwww logitech-mouse lua mad matroska
mhash mikmod mime mmx mmx2 mng motif mozdevelop mozilla mozsvg mp3 mpeg mysql
ncurses network nls nptl nptlonly nvidia offensive ogg oggvorbis openal opengl
oss pam pcre pdflib pear perl php png postgres pyste python quicktime readline
recode rtc samba sdl session spell sse sse2 ssl svga tcltk tcpd threads tiff
truetype truetype-fonts type1-fonts udev unicode usb vorbis wifi win32codecs x86
xine xinerama xml xml2 xmms xscreensaver xv xvid zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Brendon Ryan 2005-12-13 22:50:19 UTC
Created attachment 74688 [details, diff]
Patch to fix ebuild
Comment 2 Tom Martin (RETIRED) gentoo-dev 2005-12-17 03:59:45 UTC
Thanks a lot for the fix -- in CVS now. I just forgot to change the paths when I was merging submitted ebuilds.