From owner-freebsd-bugs Fri Dec 7 16:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5CB537B41A for ; Fri, 7 Dec 2001 16:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB80e1o14043; Fri, 7 Dec 2001 16:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 331F637B405 for ; Fri, 7 Dec 2001 16:34:55 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB80Yts13638; Fri, 7 Dec 2001 16:34:55 -0800 (PST) (envelope-from nobody) Message-Id: <200112080034.fB80Yts13638@freefall.freebsd.org> Date: Fri, 7 Dec 2001 16:34:55 -0800 (PST) From: Beech Rintoul To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/32592: procfs broken during kernel linking Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32592 >Category: kern >Synopsis: procfs broken during kernel linking >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 07 16:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Beech Rintoul >Release: 5.0-current (today) >Organization: >Environment: >Description: Get the following error while linking kernel: linking kernel procfs.o: In function `procfs_init': procfs.o(.text+0x190): undefined reference to `pfs_create_link' procfs.o(.text+0x1a4): undefined reference to `pfs_create_dir' procfs.o(.text+0x1bf): undefined reference to `pfs_create_file' procfs.o(.text+0x1d8): undefined reference to `pfs_create_file' procfs.o(.text+0x1f7): undefined reference to `pfs_create_file' procfs.o(.text+0x20d): undefined reference to `pfs_create_file' procfs.o(.text+0x22c): undefined reference to `pfs_create_file' procfs.o(.text+0x245): more undefined references to `pfs_create_file' follow procfs.o: In function `procfs_init': procfs.o(.text+0x306): undefined reference to `pfs_create_link' procfs.o: In function `_procfs_mount': procfs.o(.text+0x334): undefined reference to `pfs_mount' procfs.o: In function `_procfs_init': procfs.o(.text+0x348): undefined reference to `pfs_init' procfs.o: In function `_procfs_uninit': procfs.o(.text+0x35c): undefined reference to `pfs_uninit' procfs.o(.data+0x68): undefined reference to `pfs_unmount' procfs.o(.data+0x6c): undefined reference to `pfs_root' procfs.o(.data+0x74): undefined reference to `pfs_statfs' *** Error code 1 >How-To-Repeat: recompile >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message