Re: procfs.o undef'd refs

2002-02-12 Thread Maxim Konovalov

On 11:18+0100, Feb 12, 2002, Christoph Kukulies wrote:

>
> I dared to cvsup -current yesterday to my notebook
> computer (had 4.4 R installed before that) and now
> being half there (did a buildworld already successfully)
> kernel compilation fails with a lot of undefined references in procfs.o:
>
> pfs_create_file
> pfs_create_link
> pfs_mount
> pfs_init
> pfs_unint
> pfs_unmount
> pfs_root
> pfs_statfs
>
> Am I missing a new config option?

more /usr/src/UPDATING, 20011203

-- 
Maxim Konovalov, MAcomnet, Internet-Intranet Dept., system engineer
phone: +7 (095) 796-9079, mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: procfs.o undef'd refs

2002-02-12 Thread Simon Dick

On Tue, Feb 12, 2002 at 11:18:59AM +0100, Christoph Kukulies wrote:
> 
> I dared to cvsup -current yesterday to my notebook
> computer (had 4.4 R installed before that) and now
> being half there (did a buildworld already successfully)
> kernel compilation fails with a lot of undefined references in procfs.o:
> 
> pfs_create_file
> pfs_create_link
> pfs_mount
> pfs_init
> pfs_unint
> pfs_unmount
> pfs_root
> pfs_statfs
> 
> Am I missing a new config option?

>From GENERIC:
options PROCFS  #Process filesystem (requires PSEUDOFS)
options PSEUDOFS#Pseudo-filesystem framework

(ie try adding PSEUDOFS :)

-- 
Simon Dick  [EMAIL PROTECTED]
"Why do I get this urge to go bowling everytime I see Tux?"

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



procfs.o undef'd refs

2002-02-12 Thread Christoph Kukulies


I dared to cvsup -current yesterday to my notebook
computer (had 4.4 R installed before that) and now
being half there (did a buildworld already successfully)
kernel compilation fails with a lot of undefined references in procfs.o:

pfs_create_file
pfs_create_link
pfs_mount
pfs_init
pfs_unint
pfs_unmount
pfs_root
pfs_statfs

Am I missing a new config option?

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message