make distribution fails with call to cap_mkdb

2005-07-06 Thread jdyke

Trying to rebuild a jail and am getting an error on `make distribution`
I was able to do this when the server was at 5.3-RELEASE without error, but 
since upgrading to 5.4-RELEASE it continusiously fails.


The error is:
cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]

which seems to originate from the command:
cap_mkdb -l /slaves/jail/master/etc/login.conf

Did this command ever or recently take a -l option?

Could this be a bug in make?

Thanks for any assistance/guidance.

Jeff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make distribution fails with call to cap_mkdb

2005-07-06 Thread Kris Kennaway
On Wed, Jul 06, 2005 at 12:33:35PM +, jdyke wrote:
 Trying to rebuild a jail and am getting an error on `make distribution`
 I was able to do this when the server was at 5.3-RELEASE without error, but 
 since upgrading to 5.4-RELEASE it continusiously fails.
 
 The error is:
 cap_mkdb: illegal option -- l
 usage: cap_mkdb [-v] [-f outfile] file [file ...]
 
 which seems to originate from the command:
 cap_mkdb -l /slaves/jail/master/etc/login.conf
 
 Did this command ever or recently take a -l option?

It does on 6.0, so it looks like you've somehow updated your sources
to FreeBSD-CURRENT.

Kris


pgphssKIE3Y3l.pgp
Description: PGP signature


Re: make distribution fails with call to cap_mkdb

2005-07-06 Thread jdyke

Kris Kennaway wrote:

On Wed, Jul 06, 2005 at 12:33:35PM +, jdyke wrote:


Trying to rebuild a jail and am getting an error on `make distribution`
I was able to do this when the server was at 5.3-RELEASE without error, but 
since upgrading to 5.4-RELEASE it continusiously fails.


The error is:
cap_mkdb: illegal option -- l
usage: cap_mkdb [-v] [-f outfile] file [file ...]

which seems to originate from the command:
cap_mkdb -l /slaves/jail/master/etc/login.conf

Did this command ever or recently take a -l option?



It does on 6.0, so it looks like you've somehow updated your sources
to FreeBSD-CURRENT.


h. sweet. thanks. i'll check that out.  my cvs-supfile is
*default release=cvs tag=.

and my uname -r is
5.4-RELEASE-p2

did i mess that i up?

Thanks
Jeff




Kris

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make distribution fails with call to cap_mkdb

2005-07-06 Thread Kris Kennaway
On Wed, Jul 06, 2005 at 04:06:45PM +, jdyke wrote:
 Kris Kennaway wrote:
 On Wed, Jul 06, 2005 at 12:33:35PM +, jdyke wrote:
 
 Trying to rebuild a jail and am getting an error on `make distribution`
 I was able to do this when the server was at 5.3-RELEASE without error, 
 but since upgrading to 5.4-RELEASE it continusiously fails.
 
 The error is:
 cap_mkdb: illegal option -- l
 usage: cap_mkdb [-v] [-f outfile] file [file ...]
 
 which seems to originate from the command:
 cap_mkdb -l /slaves/jail/master/etc/login.conf
 
 Did this command ever or recently take a -l option?
 
 
 It does on 6.0, so it looks like you've somehow updated your sources
 to FreeBSD-CURRENT.
 
 h. sweet. thanks. i'll check that out.  my cvs-supfile is
 *default release=cvs tag=.

Yep, that'll do it.

 and my uname -r is
 5.4-RELEASE-p2
 
 did i mess that i up?

Not yet, but you would have done if you'd built and installed a new
world or kernel from those sources.

Kris


pgpnDnHJYNl6t.pgp
Description: PGP signature


Re: make distribution fails with call to cap_mkdb

2005-07-06 Thread Alex Zbyslaw

jdyke wrote:


h. sweet. thanks. i'll check that out.  my cvs-supfile is
*default release=cvs tag=.


*default release=cvs tag=RELENG_5_4

--Alex



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make distribution fails with call to cap_mkdb

2005-07-06 Thread jdyke


Alex Zbyslaw wrote:

jdyke wrote:


h. sweet. thanks. i'll check that out.  my cvs-supfile is
*default release=cvs tag=.


*default release=cvs tag=RELENG_5_4

--Alex
thanks all. will re-up.  was thinking `.` equated to my release, guess i should 
have read closer.








___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]