FS#8172 - heimdal 1.0.1 breaks plenty of gnome related packages

Attached to Project: Arch Linux
Opened by Alex Heck (nesl247) - Sunday, 30 September 2007, 07:38 GMT
Last edited by Jan de Groot (JGC) - Monday, 01 October 2007, 17:16 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity High
Priority Normal
Reported Version 2007.08.1
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
With the latest heimdal, a bunch of gnome apps such as fast-user-switch, bug-buddy, gnome-panel, gnome-applets need to be recompiled.
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 01 October 2007, 17:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  Evolution-data-server and gnome-vfs rebuild fixes these things.
Comment by Artyom Pervukhin (logus) - Sunday, 30 September 2007, 13:43 GMT
After upgrading to heimdal 1.0.1-2 gnome clock-applet stops working; ldd shows it depends on libasn1.so.7 and libgssapi.so.1, which both cannot be found as replaced with never versions.

As a workaround, I've done that:

cd /usr/lib
sudo ln -s libasn1.so.8.0.0 libasn1.so.7
sudo ln -s libgssapi.so.2.0.0 libgssapi.so.1
Comment by Eric (vanadium50) - Monday, 01 October 2007, 09:07 GMT
Update heimdal to 1.0.1-1 lost clock applet.
Update to 1.0.1-2 gave it back after restarting X.
No need for symlinks (previous comment). Tested x86_64 only.

Loading...