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 684663 - almanah 0.10.0 needs libecal/libecal.h - adjust configure to reflect that
almanah 0.10.0 needs libecal/libecal.h - adjust configure to reflect that
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
0.10.x
Other Linux
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-23 14:55 UTC by Bjørn Lie
Modified: 2012-09-24 23:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build-log (36.70 KB, text/plain)
2012-09-23 15:11 UTC, Bjørn Lie
Details

Description Bjørn Lie 2012-09-23 14:55:33 UTC
version 0.10.0 needs libecal/libecal.h to build.

libecal/libecal.h didn't surface in libecal-1.2 until version 3.5.3

Please adjust your configure to reflect this.

--- snip from build

[  174s] [302/314] installing libecal-1_2-11-3.4.4-1.1.1


[  201s] make  all-recursive
[  201s] make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/almanah-0.10.0'
[  201s] Making all in src
[  201s] make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/almanah-0.10.0/src'
[  201s]   CC     almanah-almanah-marshal.o
[  201s]   GEN    event-factory-builtins.h
[  201s]   CC     almanah-application.o
[  201s]   CC     almanah-main.o
[  202s]   CC     almanah-interface.o
[  202s]   CC     almanah-main-window.o
[  203s]   CC     almanah-storage-manager.o
[  203s]   CC     almanah-search-dialog.o
[  203s]   CC     almanah-printing.o
[  204s] main-window.c: In function 'mw_font_style_menu_position_func':
[  204s] main-window.c:1284:10: warning: 'arrow_allocation.height' is used uninitialized in this function [-Wuninitialized]
[  205s]   CC     almanah-entry.o
[  205s]   CC     almanah-event.o
[  205s]   CC     almanah-event-factory.o
[  205s]   CC     almanah-event-manager.o
[  205s]   CC     almanah-date-entry-dialog.o
[  206s]   CC     almanah-import-export-dialog.o
[  206s]   CC     almanah-import-operation.o
[  206s]   CC     almanah-export-operation.o
[  207s]   CC     almanah-uri-entry-dialog.o
[  208s]   CC     almanah-preferences-dialog.o
[  208s]   GEN    event-factory-builtins.c
[  208s]   CC     widgets/almanah-calendar.o
[  208s]   CC     widgets/almanah-calendar-button.o
[  209s]   CC     widgets/almanah-calendar-window.o
[  209s]   CC     widgets/almanah-font-style-menu-action.o
[  209s]   CC     widgets/almanah-hyperlink-tag.o
[  210s]   CC     event-factories/almanah-calendar.o
[  210s]   CC     event-factories/almanah-calendar-client.o
[  210s] event-factories/calendar-client.c:33:29: fatal error: libecal/libecal.h: No such file or directory
[  210s] compilation terminated.
[  210s] make[2]: *** [event-factories/almanah-calendar-client.o] Error 1
[  210s] make[2]: *** Waiting for unfinished jobs....
[  211s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/almanah-0.10.0/src'
[  211s] make[1]: *** [all-recursive] Error 1
[  211s] make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/almanah-0.10.0'
[  211s] make: *** [all] Error 2
[  211s] error: Bad exit status from /var/tmp/rpm-tmp.FahwsT (%build)
Comment 1 Bjørn Lie 2012-09-23 15:11:28 UTC
Created attachment 225024 [details]
build-log
Comment 2 Philip Withnall 2012-09-24 23:05:02 UTC
commit 675b601fc99830d71fd7bfb772c4b9a79db184cd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Sep 25 00:04:03 2012 +0100

    build: Bump EDS dependency to 3.5.91
    
    This is a follow-up to commit ed8c002455c2495e0aed74517893d24b505c8144.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=684663

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)