Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372829 - net-mail/cyrus-imapd-2.4.9 fails to build with afs
Summary: net-mail/cyrus-imapd-2.4.9 fails to build with afs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 14:05 UTC by Andrej Filipcic
Modified: 2011-06-24 15:39 UTC (History)
0 users

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 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.