Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199583 - mail-client/balsa (2.3.13, 2.3.16, 2.3.20) fails to build
Summary: mail-client/balsa (2.3.13, 2.3.16, 2.3.20) fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-18 19:58 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-01-18 10:43 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-11-18 19:58:51 UTC
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 .
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-11-21 21:51:12 UTC
gnome.h is provided by libgnomeui which is a dep of balsa. Try emerge -1 libgnomeui ?
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-03 22:58:49 UTC
this should be fixed in the just commited balsa-2.3.22. Please test out.
Comment 3 Evil Compile Person 2008-01-14 18:33:55 UTC
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


:(
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-14 22:59:21 UTC
looks like upstream screwed their check. It builds fine with "-libnotify" but I have it installed and I guess you guys don't.
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-18 10:43:54 UTC
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.