FS#47869 - gnome-calendar dependency on libical broken

Attached to Project: Arch Linux
Opened by Aleksander Morgado (aleksander0m) - Saturday, 23 January 2016, 10:01 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 23 January 2016, 23:27 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Looks like gnome-calendar dependency in libical is broken:

$ gnome-calendar
gnome-calendar: error while loading shared libraries: libical.so.1: cannot open shared object file: No such file or directory

$ sudo pacman -Ss libical
extra/libical 2.0.0-1 [installed]
An open source reference implementation of the icalendar data type and serialization format

$ sudo pacman -Ss gnome-calendar
extra/gnome-calendar 3.18.2.1-2 (gnome-extra) [installed]
Simple and beautiful calendar application designed to perfectly fit the GNOME desktop
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 23 January 2016, 23:27 GMT
Reason for closing:  Not a bug
Comment by Doug Newgard (Scimmia) - Saturday, 23 January 2016, 23:26 GMT
Afraid not.

/usr/bin/gnome-calendar
NEEDED libical.so.2

Make sure you're running the executable you think you are (`which gnome-calender`), and make sure your entire system is up to date and you don't have anything from the AUR that needs rebuilt. If you're still stuck, you can set LD_DEBUG=file to see what is being opened, or use lddtree from pax-utils in Community.

Loading...