Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 372829

Summary: net-mail/cyrus-imapd-2.4.9 fails to build with afs
Product: Gentoo Linux Reporter: Andrej Filipcic <andrej.filipcic>
Component: [OLD] ServerAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrej Filipcic 2011-06-24 14:05:15 UTC
the following patch fixes compile failure

--- cyrus-imapd-2.4.9/ptclient/afskrb.c 2011-06-21 21:50:39.000000000 +0200
+++ cyrus-imapd-2.4.9.af/ptclient/afskrb.c      2011-06-24 15:55:12.022828928 +0200
@@ -71,7 +71,7 @@
 #include "strhash.h"
 
 /* AFS stuff */
-#include <lock.h>
+#include <afs/lock.h>
 #include <afs/ptserver.h>
 #include <afs/pterror.h>
 #include <afs/cellconfig.h>


Reproducible: Always
Comment 1 Eray Aslan gentoo-dev 2011-06-24 15:39:30 UTC
+  24 Jun 2011; Eray Aslan <eras@gentoo.org> cyrus-imapd-2.4.9.ebuild:
+  Fix compiling against openafs - bug #372829 by Andrej Filipcic.
+

Compiles fine against openafs-1.6.0_pre6 but not really tested as I do not use afs.  Please reopen if there are any problems.