Date: 4 May 1999 20:52:39 -0000 From: Jos.Backus@nl.origin-it.com To: FreeBSD-gnats-submit@freebsd.org Subject: kern/11497: procfs fails to load because of undefined symbol Message-ID: <19990504205239.81502.qmail@hal.mpn.cp.philips.com>
index | next in thread | raw e-mail
>Number: 11497
>Category: kern
>Synopsis: procfs module Makefile lacks a source file
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue May 4 14:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator: Jos Backus
>Release: FreeBSD 4.0-CURRENT i386
>Organization:
Origin B.V.
>Environment:
-current since about two days
>Description:
``kldload procfs'' fails:
May 4 15:40:11 hal /kernel: Preloaded elf module "procfs.ko" at
0xc02e2138.
May 4 15:40:11 hal /kernel: link_elf: symbol procfs_dorlimit
undefined
>How-To-Repeat:
kldload procfs
>Fix:
Patch sys/modules/procfs/Makefile:
--- Makefile.orig Tue May 4 21:26:56 1999
+++ Makefile Tue May 4 21:27:25 1999
@@ -3,7 +3,8 @@
.PATH: ${.CURDIR}/../../miscfs/procfs
KMOD= procfs
SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_status.c \
- procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c
+ procfs_subr.c procfs_type.c procfs_vfsops.c procfs_vnops.c \
+ procfs_rlimit.c
NOMAN=
VFS_KLD=
CFLAGS+= -DPROCFS
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990504205239.81502.qmail>
