undefined reference to `pfs_statfs'

2002-01-08 Thread ADRIAN.BROWNE

Anyone got any ideas

kern.version: FreeBSD 5.0-20020102-CURRENT #0: Wed Jan  2 12:00:48 GMT 2002



make failed on

/usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x6c):
undefined reference to `pfs_root'
/usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x74):
undefined reference to `pfs_statfs'
*** Error code 1

source updated by cvs on 8-1-2002 still failed :(


[EMAIL PROTECTED]
__    _ 
   / /___  ___  / __ ) ___// __ \
  / /_  / ___/ _ \/ _ \/ __  \__ \/ / / /
 / __/ / /  /  __/  __/ /_/ /__/ / /_/ /
/_/   /_/   \___/\___/_//_/


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



Re: undefined reference to `pfs_statfs'

2002-01-08 Thread Chris Faulhaber

On Tue, Jan 08, 2002 at 11:48:44PM -, ADRIAN.BROWNE wrote:
 Anyone got any ideas
 
 kern.version: FreeBSD 5.0-20020102-CURRENT #0: Wed Jan  2 12:00:48 GMT 2002
 
 
 
 make failed on
 
 /usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x6c):
 undefined reference to `pfs_root'
 /usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x74):
 undefined reference to `pfs_statfs'
 *** Error code 1
 
 source updated by cvs on 8-1-2002 still failed :(
 

You need 'options PSEUDOFS' for PROCFS (see the 20011203 UPDATING
entry).

-- 
Chris D. Faulhaber - [EMAIL PROTECTED] - [EMAIL PROTECTED]

FreeBSD: The Power To Serve   -   http://www.FreeBSD.org



msg33464/pgp0.pgp
Description: PGP signature


Re: undefined reference to `pfs_statfs'

2002-01-08 Thread Hiten Pandya

hi,
there is a note for this in the UPDATING file, that u
have to add the following to your kernel config:

options  PSEUDOFS

the latest kernels have to have pseudofs inorder for
PROCFS to work.. a dependancy...

regards,
 - Hiten
 - [EMAIL PROTECTED]

--- ADRIAN.BROWNE [EMAIL PROTECTED]
wrote:
 Anyone got any ideas
 
 kern.version: FreeBSD 5.0-20020102-CURRENT #0: Wed
 Jan  2 12:00:48 GMT 2002
 
 
 
 make failed on
 

/usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x6c):
 undefined reference to `pfs_root'

/usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x74):
 undefined reference to `pfs_statfs'
 *** Error code 1
 
 source updated by cvs on 8-1-2002 still failed :(
 
 
 [EMAIL PROTECTED]
 __    _ 
/ /___  ___  / __ ) ___// __ \
   / /_  / ___/ _ \/ _ \/ __  \__ \/ / / /
  / __/ / /  /  __/  __/ /_/ /__/ / /_/ /
 /_/   /_/   \___/\___/_//_/
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of
 the message


=
SSH Fingerprint:
1024 45:a5:9c:f2:fb:07:da:70:18:02:0b:f3:63:f1:7a:a6 [EMAIL PROTECTED]

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

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



Re: undefined reference to `pfs_statfs'

2002-01-08 Thread Mike Makonnen

You should read UPDATING.
PROCFS now requires PSEUDOFS.

mike makonnen

On Tue, 8 Jan 2002 23:48:44 -
ADRIAN.BROWNE [EMAIL PROTECTED] wrote:

 Anyone got any ideas
 
 kern.version: FreeBSD 5.0-20020102-CURRENT #0: Wed Jan  2 12:00:48 GMT 2002
 
 
 
 make failed on
 
 /usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x6c):
 undefined reference to `pfs_root'
 /usr/src/sys/i386/compile/WARSPITE/../../../fs/procfs/procfs.c(.data+0x74):
 undefined reference to `pfs_statfs'
 *** Error code 1
 
 source updated by cvs on 8-1-2002 still failed :(
 
 
 [EMAIL PROTECTED]
 __    _ 
/ /___  ___  / __ ) ___// __ \
   / /_  / ___/ _ \/ _ \/ __  \__ \/ / / /
  / __/ / /  /  __/  __/ /_/ /__/ / /_/ /
 /_/   /_/   \___/\___/_//_/
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message

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