After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 637493 - evolution-2.32.1 fails to build with --enable-profiling configure option
evolution-2.32.1 fails to build with --enable-profiling configure option
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.32.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2010-12-17 20:19 UTC by Pacho Ramos
Modified: 2011-02-11 10:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2010-12-17 20:19:25 UTC
As reported downstream in:
http://bugs.gentoo.org/show_bug.cgi?id=348385

build fails when using --enable-profiling configure option with the following error:
LC_ALL=C /usr/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache ../po
evolution-mail.schemas.in evolution-mail.schemas
Found cached translation database
Merging translations into evolution-mail.schemas.
message-list.c: In function 'regen_list_exec':
message-list.c:4433: error: 'CamelFolder' has no member named 'full_name'
message-list.c:4512: error: 'CamelFolder' has no member named 'full_name'
message-list.c: In function 'regen_list_done':
message-list.c:4570: error: 'CamelFolder' has no member named 'full_name'
message-list.c: In function 'regen_list_free':
message-list.c:4677: error: 'CamelFolder' has no member named 'full_name'
message-list.c: In function 'ml_regen_timeout':
message-list.c:4718: error: 'CamelFolder' has no member named 'full_name'
make[4]: *** [libevolution_mail_la-message-list.lo] Error 1
make[4]: Leaving directory `/home/pacho/evolution-2.32.1/mail'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/pacho/evolution-2.32.1/mail'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/pacho/evolution-2.32.1/mail'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pacho/evolution-2.32.1'
make: *** [all] Error 2
Comment 1 Matthew Barnes 2010-12-17 20:28:47 UTC
Good excuse to kill that old plugin.
Comment 2 Milan Crha 2011-02-11 10:02:11 UTC
Just a little API change. Honestly, I do not know what the plugin is good for. I mean these days, it might be useful in early years for developers, but otherwise it's pointless, I think. Nonetheless, as I'm not sure with the former, I only fixed the code to follow actual API.

Created commit d7a4351 in evo master (2.91.90+)