Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268552 - [gnome-overlay] mail-client/evolution-2.26.1.1 fails
Summary: [gnome-overlay] mail-client/evolution-2.26.1.1 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 04:15 UTC by Priit Laes (IRC: plaes)
Modified: 2009-05-04 10:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2009-05-04 04:15:05 UTC
Evo compilation fails because it is trying to build exchange-operations plugin, although USE="-exchange" is set...
[snip]
exchange-config-listener.h:24:32: error: exchange-constants.h: No such file or directory
exchange-config-listener.h:25:30: error: exchange-account.h: No such file or directory
exchange-config-listener.h:27:28: error: exchange-types.h: No such file or directory
In file included from exchange-config-listener.c:26:
exchange-config-listener.h:51: error: expected specifier-qualifier-list before ‘ExchangeConfigListenerPrivate’
exchange-config-listener.h:58: error: expected ‘)’ before ‘*’ token
exchange-config-listener.h:60: error: expected ‘;’ before ‘void’
exchange-config-listener.h:70: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
exchange-config-listener.h:72: error: expected ‘)’ before ‘*’ token
exchange-config-listener.h:74: error: expected ‘)’ before ‘*’ token
exchange-config-listener.h:75: error: expected ‘)’ before ‘*’ token
exchange-config-listener.h:76: error: expected ‘)’ before ‘*’ token
exchange-config-listener.h:78: error: expected ‘)’ before ‘*’ token
exchange-config-listener.h:82: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘exchange_config_listener_authenticate’
[/snip]

[ebuild   R   ] mail-client/evolution-2.26.1.1  USE="crypt dbus gstreamer%* hal networkmanager python ssl -debug -exchange% -kerberos -krb4 -ldap -mono -nntp -pda -profile -pst%" 0 kB [1]
Comment 1 Romain Perier (RETIRED) gentoo-dev 2009-05-04 09:20:29 UTC
It could be due because CFLAGS for locate exchange headers are missings, it implies that exchange plugin apparently can't be "simply disabled" (just by the configure script) mhh.. i'll fix it ;)
Comment 2 Romain Perier (RETIRED) gentoo-dev 2009-05-04 10:34:20 UTC
Fixed in the overlay without a bump, thanks for the report.
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-04 10:37:12 UTC
closing per comment #2. Fill free to reopen if it still does not work. Thanks for reporting.