ho hum. Make installworld

2004-06-03 Thread Edd

Howdy,

Checked out current src yesterday and did make buildworld followed by
mergemaster -p. Then make installworld:

=== sbin/geom/class/concat
install -s -o root -g wheel -m 444 geom_concat.so.1 /lib/geom
ln -fs geom_concat.so.1 /lib/geom/geom_concat.so
ln: /lib/geom/geom_concat.so: Not a directory
*** Error code 1

Not too sure what I am supposed to do at this point. Can anyone help me?

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


Re: ho hum. Make installworld

2004-06-03 Thread Kris Kennaway
On Thu, Jun 03, 2004 at 10:24:15AM +0100, Edd wrote:
 
 Howdy,
 
 Checked out current src yesterday and did make buildworld followed by
 mergemaster -p. Then make installworld:
 
 === sbin/geom/class/concat
 install -s -o root -g wheel -m 444 geom_concat.so.1 /lib/geom
 ln -fs geom_concat.so.1 /lib/geom/geom_concat.so
 ln: /lib/geom/geom_concat.so: Not a directory
 *** Error code 1
 
 Not too sure what I am supposed to do at this point. Can anyone help me?

Questions about -current should go to the freebsd-current mailing list.

I'm not sure why you'd see this error, unless perhaps you didn't have
a complete and up-to-date source tree.  How did you check it out?

That directory should be listed in /usr/src/etc/mtree/BSD.root.dist,
from a commit made on May 20.

Kris



pgpvbi3hZFVU4.pgp
Description: PGP signature


Re: ho hum. Make installworld

2004-06-03 Thread Edd

I checked it out of a pserver like always.

setenv CVSROOT=bla bla
cvs login
cvs co src

On 6/3/2004, Kris Kennaway [EMAIL PROTECTED] wrote:

On Thu, Jun 03, 2004 at 10:24:15AM +0100, Edd wrote:
 
 Howdy,
 
 Checked out current src yesterday and did make buildworld followed by
 mergemaster -p. Then make installworld:
 
 === sbin/geom/class/concat
 install -s -o root -g wheel -m 444 geom_concat.so.1 /lib/geom
 ln -fs geom_concat.so.1 /lib/geom/geom_concat.so
 ln: /lib/geom/geom_concat.so: Not a directory
 *** Error code 1
 
 Not too sure what I am supposed to do at this point. Can anyone help me?

Questions about -current should go to the freebsd-current mailing list.

I'm not sure why you'd see this error, unless perhaps you didn't have
a complete and up-to-date source tree.  How did you check it out?

That directory should be listed in /usr/src/etc/mtree/BSD.root.dist,
from a commit made on May 20.

Kris



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


Re: ho hum. Make installworld

2004-06-03 Thread Erik Mossberg
Why don't you use cvsup?
Edd wrote:
I checked it out of a pserver like always.
setenv CVSROOT=bla bla
cvs login
cvs co src
On 6/3/2004, Kris Kennaway [EMAIL PROTECTED] wrote:
 

On Thu, Jun 03, 2004 at 10:24:15AM +0100, Edd wrote:
   

Howdy,
Checked out current src yesterday and did make buildworld followed by
mergemaster -p. Then make installworld:
=== sbin/geom/class/concat
install -s -o root -g wheel -m 444 geom_concat.so.1 /lib/geom
ln -fs geom_concat.so.1 /lib/geom/geom_concat.so
ln: /lib/geom/geom_concat.so: Not a directory
*** Error code 1
Not too sure what I am supposed to do at this point. Can anyone help me?
 

Questions about -current should go to the freebsd-current mailing list.
I'm not sure why you'd see this error, unless perhaps you didn't have
a complete and up-to-date source tree.  How did you check it out?
That directory should be listed in /usr/src/etc/mtree/BSD.root.dist,
   

from a commit made on May 20.
 

Kris

   

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

 

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


Re: ho hum. Make installworld

2004-06-03 Thread Garance A Drosihn
At 11:06 AM +0100 6/3/04, Edd wrote:
I checked it out of a pserver like always.
setenv CVSROOT=bla bla
cvs login
cvs co src
I find it much better to use 'cvsup' over pserver, but I think you
will have better luck if you change that last line to:
 cvs co -P src
(or have a .cvsrc with the two lines:
checkout -P
update -d -P
in it)
--
Garance Alistair Drosehn=   [EMAIL PROTECTED]
Senior Systems Programmer   or  [EMAIL PROTECTED]
Rensselaer Polytechnic Instituteor  [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]