From nobody@FreeBSD.org  Fri Dec  7 16:34:55 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 331F637B405
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <akbeech@anchoragerescue.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: procfs broken during kernel linking
X-Send-Pr-Version: www-1.0

>Number:         32592
>Category:       kern
>Synopsis:       procfs broken during kernel linking
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 07 16:40:01 PST 2001
>Closed-Date:    Sat Dec 8 01:22:44 PST 2001
>Last-Modified:  Sat Dec  8 02:10:01 PST 2001
>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:

From: Maxim Konovalov <maxim@macomnet.ru>
To: Beech Rintoul <akbeech@anchoragerescue.org>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/32592: procfs broken during kernel linking
Date: Sat, 8 Dec 2001 11:35:20 +0300 (MSK)

 Hello,
 
 Do you have "options PSEUDOFS" in your kernel config file?
 
 -- 
 Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer
 phone: +7 (095) 796-9079, mailto: maxim@macomnet.ru
 
State-Changed-From-To: open->closed 
State-Changed-By: cjc 
State-Changed-When: Sat Dec 8 01:22:44 PST 2001 
State-Changed-Why:  
Please read UPDATING (hint: PSEUDOFS) and try 
freebsd-current@freebsd.org with questions and problems before 
submitting PRs on build{world,kernel} failures. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32592 

From: Beech Rintoul <akbeech@anchoragerescue.org>
To: Maxim Konovalov <maxim@macomnet.ru>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/32592: procfs broken during kernel linking
Date: Sat, 8 Dec 2001 01:05:19 -0900

 On Friday 07 December 2001 11:35 pm, Maxim Konovalov wrote:
 > Hello,
 >
 > Do you have "options PSEUDOFS" in your kernel config file?
 
 I do now. Thanks, should have done a diff with generic.
 
 Beech
 
 -------------------------------------------------------------------
      Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org
 /"\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
 \ / - NO HTML/RTF in e-mail  | P.O. Box 230510
  X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
 / \ -----------------------------------------------------------------
 
 
 
 
 
 
 
 
 
 
 
>Unformatted:
