Re: -current buildkernel fails on custom kernel

2001-07-19 Thread Dima Dorfman

Vincent Poy [EMAIL PROTECTED] writes:
 linking kernel.debug
 linprocfs.o: In function `_linprocfs_mount':
 /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to
 `pfs_mount'

You compiled in linprocfs but not pseudofs.  Don't do that: the former
depends on the latter.

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



Re: -current buildkernel fails on custom kernel

2001-07-19 Thread Vincent Poy

On Wed, 18 Jul 2001, Dima Dorfman wrote:

 Vincent Poy [EMAIL PROTECTED] writes:
  linking kernel.debug
  linprocfs.o: In function `_linprocfs_mount':
  /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to
  `pfs_mount'

 You compiled in linprocfs but not pseudofs.  Don't do that: the former
 depends on the latter.

Yeah, just realized that after reading the NOTES.  Is there
already SVR4 compatibility from rc.conf or does it have to be in the
kernel?


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



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



Re: -current buildkernel fails on custom kernel

2001-07-19 Thread Jim Bryant

Vincent Poy wrote:
 
 On Wed, 18 Jul 2001, Dima Dorfman wrote:
 
  Vincent Poy [EMAIL PROTECTED] writes:
   linking kernel.debug
   linprocfs.o: In function `_linprocfs_mount':
   /usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to
   `pfs_mount'
 
  You compiled in linprocfs but not pseudofs.  Don't do that: the former
  depends on the latter.
 
 Yeah, just realized that after reading the NOTES.  Is there
 already SVR4 compatibility from rc.conf or does it have to be in the
 kernel?

Vince, you can have it in your config, in this case loading it via rc.conf should fail 
saying it's already loaded.

Only load it in rc.conf iff it isn't statically compiled via your config file.

jim
-- 
ET has one helluva sense of humor!
He's always anal-probing right-wing schizos!

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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



Re: -current buildkernel fails on custom kernel

2001-07-19 Thread Vincent Poy

On Thu, 19 Jul 2001, Jim Bryant wrote:

 Vincent Poy wrote:
 
  On Wed, 18 Jul 2001, Dima Dorfman wrote:
 
   Vincent Poy [EMAIL PROTECTED] writes:
linking kernel.debug
linprocfs.o: In function `_linprocfs_mount':
/usr/src/sys/compat/linprocfs/linprocfs.c:748: undefined reference to
`pfs_mount'
  
   You compiled in linprocfs but not pseudofs.  Don't do that: the former
   depends on the latter.
 
  Yeah, just realized that after reading the NOTES.  Is there
  already SVR4 compatibility from rc.conf or does it have to be in the
  kernel?

 Vince, you can have it in your config, in this case loading it via rc.conf should 
fail saying it's already loaded.

 Only load it in rc.conf iff it isn't statically compiled via your config file.

Thanks Jim... I tried doing it in kernel config with options
COMPAT_SVR4, make buildkernel gave some warning that COMPAT_SVR4 is
broken.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



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