Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10307 - No palm support in Evolution 1.0.8-r2
Summary: No palm support in Evolution 1.0.8-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 18:14 UTC by Miles Barr
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
Adds a dependency for pilot-link (evolution-1.2.0.ebuild.patch,456 bytes, patch)
2002-11-30 18:20 UTC, Miles Barr
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miles Barr 2002-11-05 18:14:30 UTC
After emerging the latest release of Evolution I found that its palm conduits
were missing.

I doubled checked to make sure I had 'pda' in my USE setting then emerged the
following packages:

- pilot-link
- gnome-pilot
- gnome-pilot-conduits

before emerging Evolution again but there still weren't any palm conduits.
Comment 1 Miles Barr 2002-11-28 06:08:07 UTC
When I upgraded to evolution 1.2 I found that the pilot conduits were not
installed. I explicity put USE="pda" and found it complained about not being
able to get a newer version of pilot-link because it was masked. By forcing it
to emerge pilot-link-0.11.5-r1 and rebuilding evolution I got my conduits back.

What's odd is that I had pda in my USE variable but not until I put it in
command line (i.e. USE="pda" emerge ....) did it explicitly try to build the
conduits. 

Also the depends for evolution is wrong, it needs a newer version of pilot-link
which isn't even a dependency.
Comment 2 foser (RETIRED) gentoo-dev 2002-11-29 10:11:53 UTC
Evolution 1.2 itsself is still masked, so its not a big deal that its
dependencies are. If you have 'pda' in USE it really should install it's
dependencies and make it work.

Care to make a diff for an ebuild with the correct gnome-pilot version etc. ?
Comment 3 Miles Barr 2002-11-30 18:18:02 UTC
My USE setting in /etc/make.conf.build is:

USE="alsa cdr doc evo -gnome mbox mozilla pda postgres samba tcltk tetex"

so I'm not sure why it didn't pick it up.
Comment 4 Miles Barr 2002-11-30 18:20:10 UTC
Created attachment 6078 [details, diff]
Adds a dependency for pilot-link

This patch adds the dependency for pilot-link-0.11.5 or greater. The dependency
for pilot-link would normally be included by the dependency for gnome-pilot but
that allows an older version.

I found that evolution 1.2 would not compile the pilot conduits if this version
of pilot-link wasn't installed.
Comment 5 Miles Barr 2002-11-30 18:41:05 UTC
I think the USE variable not being picked up was because I set it in
make.conf.build. The documentation on gentoo's site no longer makes any
reference to make.conf.build, I guess they switched the file to make.conf during
an upgrade. 
Comment 6 foser (RETIRED) gentoo-dev 2002-12-02 10:11:25 UTC
Ok the extra dep is in, your patch btw has dev/libs instead of dev-libs and the
pda use deps can be enclosed in one go (see the updated evo-1.2 ebuild).

Thanks for your help.