Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2011 20:41:28 GMT
From:      William Ewing <will@skaion.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163133: Cannot link OpenAFS kernel module on FreeBSD 8.2
Message-ID:  <201112082041.pB8KfS7g079804@red.freebsd.org>
Resent-Message-ID: <201112082050.pB8Ko1fH076838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163133
>Category:       ports
>Synopsis:       Cannot link OpenAFS kernel module on FreeBSD 8.2
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 08 20:50:00 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     William Ewing
>Release:        8.2
>Organization:
Skaion Corpoation
>Environment:
N/A (any FreeBSD 8.2)
>Description:
Kernel modules built as part of net/openafs do not properly load due to a missing kern_psignal symbol.
>How-To-Repeat:
kldload libafs
>Fix:
Change the line
+#if (__FreeBSD_version >= 90004)
in patch-src__rx__FBSD__rx_knet.c to
+#if (__FreeBSD_version >= 900040)

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112082041.pB8KfS7g079804>