For 2.3.13: Processing file ./Balsa.idl In file included from address-book-config.c:30: balsa-app.h:25:19: error: gnome.h: No such file or directory In file included from main-window.h:25, from balsa-app.h:31, from address-book-config.c:30: toolbar-factory.h:74: error: expected ‘)’ before ‘*’ token In file included from balsa-app.h:31, from address-book-config.c:30: main-window.h:43: error: expected specifier-qualifier-list before ‘GnomeApp’ main-window.h:58: error: expected specifier-qualifier-list before ‘GnomeAppClass’ In file included from address-book-config.c:30: balsa-app.h:356: error: expected specifier-qualifier-list before ‘GnomeAppBar’ address-book-config.c: In function ‘help_button_cb’: address-book-config.c:525: warning: nested extern declaration of ‘gnome_help_display’ make[3]: *** [address-book-config.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 For 2.3.16 and 2.3.20: checking for NOTIFY... configure: error: Package requirements ( libnotify ) were not met: No package 'libnotify' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables NOTIFY_CFLAGS and NOTIFY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. and yes, I do have USE=-libnotify .
gnome.h is provided by libgnomeui which is a dep of balsa. Try emerge -1 libgnomeui ?
this should be fixed in the just commited balsa-2.3.22. Please test out.
Timestamp of tree: Mon, 07 Jan 2008 19:00:08 +0000 [ebuild N ] mail-client/balsa-2.3.22 USE="crypt pcre ssl -debug -doc -gtkhtml -gtkspell -kerberos -ldap -libnotify -rubrica -sqlite -xface" No package 'libnotify' found :(
looks like upstream screwed their check. It builds fine with "-libnotify" but I have it installed and I guess you guys don't.
2.3.22 is fixed in tree, 2.3.13 and 2.3.16 died a while ago and 2.3.20 will die as soon as I get 2.3.22 stabilized. Thanks for reporting.