Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2001 16:34:55 -0800 (PST)
From:      Beech Rintoul <akbeech@anchoragerescue.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/32592: procfs broken during kernel linking
Message-ID:  <200112080034.fB80Yts13638@freefall.freebsd.org>

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

>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




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