Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151048 - evolution-data-server-1.8.1 - Subfolders under INBOX don't show up for exchange backends - evolution-exchange
Summary: evolution-data-server-1.8.1 - Subfolders under INBOX don't show up for exchan...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 151583 151865 152767 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-12 10:56 UTC by James Ward
Modified: 2006-11-01 07:48 UTC (History)
4 users (show)

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


Attachments
Patch that fixes the subfolder problem (evolution-data-server-1.8.1-inbox-folders.patch,827 bytes, patch)
2006-10-13 06:14 UTC, James Ward
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Ward 2006-10-12 10:56:28 UTC
This applies to evolution-data-server-1.8.1 only.

See:
https://launchpad.net/distros/ubuntu/+source/evolution-exchange/+bug/63797
http://bugzilla.gnome.org/show_bug.cgi?id=360593
http://librarian.launchpad.net/4638303/evo-break.diff

I've confirmed that reverting the patch above solves the problem.
Comment 1 James Ward 2006-10-13 06:14:18 UTC
Created attachment 99529 [details, diff]
Patch that fixes the subfolder problem
Comment 2 Andy Kelk 2006-10-16 00:24:05 UTC
I can confirm that the patch posted in comment #1 works for me.
Comment 3 Konstantin Nebel 2006-10-16 06:57:59 UTC
(In reply to comment #2)
> I can confirm that the patch posted in comment #1 works for me.
> 

I'm no programmer: So how can I patch my ebuild. Is there any howto to get my sources to patch? Sorry, I'm a new Gentoo User and I don't want to downgrade my evolution to 2.8.0. Where to put the patch and what to type in the console ;-)

I know, im stupid ;D

Thanks
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-10-16 07:35:51 UTC
*** Bug 151583 has been marked as a duplicate of this bug. ***
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-10-18 12:27:02 UTC
*** Bug 151865 has been marked as a duplicate of this bug. ***
Comment 6 Vladimir G. Ivanovic 2006-10-18 15:18:59 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > I can confirm that the patch posted in comment #1 works for me.
> > 
> 
> I'm no programmer: So how can I patch my ebuild. Is there any howto to get my
> sources to patch? Sorry, I'm a new Gentoo User and I don't want to downgrade my
> evolution to 2.8.0. Where to put the patch and what to type in the console ;-)
> 
> I know, im stupid ;D
> 
> Thanks
> 


No, not stupid, just not yet knowledgeable. 

Here's what I did;

0. Change directory to "/usr/portage/gnome-extra/evolution-data-server/".
1. Copy the patch to the "files" subdirectory.
2. Add
  	# Fix subfolders problem
	epatch "${FILESDIR}"/${PN}-1.8.1-inbox-folders.patch
   to "evolution-data-server-1.8.1.ebuild" after all the other epatch's.
3. Run "ebuild evolution-data-server-1.8.1.ebuild digest".
4. Emerge as usual.

I am now (re-)emerging successfully, but I don't yet know if the patch solved my subfolders problem.
Comment 7 Vladimir G. Ivanovic 2006-10-18 16:33:44 UTC
(In reply to comment #6)

> 0. Change directory to "/usr/portage/gnome-extra/evolution-data-server/".
> 1. Copy the patch to the "files" subdirectory.
> 2. Add
>         # Fix subfolders problem
>         epatch "${FILESDIR}"/${PN}-1.8.1-inbox-folders.patch
>    to "evolution-data-server-1.8.1.ebuild" after all the other epatch's.
> 3. Run "ebuild evolution-data-server-1.8.1.ebuild digest".
> 4. Emerge as usual.

The emerge was successful (on AMD64) and the patch fixed my subfolders problem.
Comment 8 Brandon Grace 2006-10-24 07:24:15 UTC
> 0. Change directory to "/usr/portage/gnome-extra/evolution-data-server/".
CHANGED THIS PORTION
> 1. curl -o files/evolution-data-server-1.8.1-inbox-folders.patch http://bugs.gentoo.org/attachment.cgi?id=99529
> 2. Add
>         # Fix subfolders problem
>         epatch "${FILESDIR}"/${PN}-1.8.1-inbox-folders.patch
>    to "evolution-data-server-1.8.1.ebuild" after all the other epatch's.
> 3. Run "ebuild evolution-data-server-1.8.1.ebuild digest".
> 4. Emerge as usual.
> 
> I am now (re-)emerging successfully, but I don't yet know if the patch solved
> my subfolders problem.

The above works great 
Comment 9 Peter Rofner 2006-10-25 04:59:46 UTC
*** Bug 152767 has been marked as a duplicate of this bug. ***
Comment 10 John N. Laliberte (RETIRED) gentoo-dev 2006-11-01 07:48:52 UTC
thanks, in cvs.