Re: cvsup weird problem

2002-12-06 Thread Sergey A. Osokin
On Thu, Dec 05, 2002 at 05:22:50PM +0200, Giorgos Keramidas wrote:
 On 2002-12-05 21:33, leafy [EMAIL PROTECTED] wrote:
  On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote:
 Delete src/contrib/gcc/INSTALL
Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
   
It's weird...
 
 Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again.
 The files in that directory were imported yesterday, and I think that
 David O'Brien didn't mean to import them at all:

[skip]

OK. I remove src/contrib/gcc/INSTALL, then resup:
...
Updating collection src-all/cvs
 Checkout src/contrib/gcc/INSTALL/README
 Checkout src/contrib/gcc/INSTALL/binaries.html
 Checkout src/contrib/gcc/INSTALL/build.html
 Checkout src/contrib/gcc/INSTALL/configure.html
 Checkout src/contrib/gcc/INSTALL/download.html
 Checkout src/contrib/gcc/INSTALL/finalinstall.html
 Checkout src/contrib/gcc/INSTALL/gfdl.html
 Checkout src/contrib/gcc/INSTALL/index.html
 Checkout src/contrib/gcc/INSTALL/old.html
 Checkout src/contrib/gcc/INSTALL/specific.html
 Checkout src/contrib/gcc/INSTALL/test.html
...

and then resup again:

...
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
 Delete src/contrib/gcc/INSTALL
Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
Shutting down connection to server

Any other idea? :-)

-- 

Rgdz,/\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
http://ozz.pp.ru/ X  AND NEWS
 / \

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



Re: cvsup weird problem

2002-12-06 Thread Giorgos Keramidas
On 2002-12-06 10:05, Sean LeBlanc [EMAIL PROTECTED] wrote:
 In any case, my installworld doesn't work, and I wonder if that's why.
 I did the following:

 make buildworld
 make buildkernel
 make installkernel
 rebooted,
 and did mergemaster -p
 and make installworld

 as defined in handbook and Makefile in /usr/src.
 But I get this:

 Checking to see if your booted kernel is fresh enough..
 /usr/obj/usr/src/bin/sh/sh -c  'echo Testing installed kernel for new
 sigaction
 (2) syscall'
 Bad system call (core dumped)
 *** Error code 140

 Stop in /usr/src.

 Interestingly enough, uname -a gives:

 4.7-RELEASE FreeBSD 4.7-RELEASE #7

You didn't boot into the 5.0-CURRENT kernel.  One of the changes from
4.X to 5.X is that the kernel no longer lives in /kernel, but has been
moved to /boot/kernel/kernel (with the modules living under the same
directory too, /boot/kernel).

In order to boot into the new kernel, you have to interrupt the loader
at the Press ENTER to boot or any other key ... prompt, and type the
following at the OK loader prompt:

OK unload
OK load /boot/kernel/kernel
OK boot -s

Then you will boot with the new kernel.

 I'm not clear on why this is - should it show up as 4.7 until installworld
 is successful? After make installkernel, I *do* have a newly dated /kernel
 file.

Look in /boot/kernel too :)


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



Re: cvsup weird problem

2002-12-06 Thread Valentin Nechayev
 Fri, Dec 06, 2002 at 13:11:51, osa (Sergey A. Osokin) wrote about Re: cvsup weird 
problem: 

SAO Any other idea? :-)

Remove src/contrib/gcc/INSTALL/ and sup checkouts directory simultaneously,
this usually fixes such errors ;)

 Delete src/contrib/gcc/INSTALL
Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
   
It's weird...
 Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again.
 The files in that directory were imported yesterday, and I think that
 David O'Brien didn't mean to import them at all:
SAO [skip]
SAO OK. I remove src/contrib/gcc/INSTALL, then resup:
SAO ...
SAO Updating collection src-all/cvs
SAO  Checkout src/contrib/gcc/INSTALL/README
SAO  Checkout src/contrib/gcc/INSTALL/binaries.html
SAO  Checkout src/contrib/gcc/INSTALL/build.html
SAO  Checkout src/contrib/gcc/INSTALL/configure.html
SAO  Checkout src/contrib/gcc/INSTALL/download.html
SAO  Checkout src/contrib/gcc/INSTALL/finalinstall.html
SAO  Checkout src/contrib/gcc/INSTALL/gfdl.html
SAO  Checkout src/contrib/gcc/INSTALL/index.html
SAO  Checkout src/contrib/gcc/INSTALL/old.html
SAO  Checkout src/contrib/gcc/INSTALL/specific.html
SAO  Checkout src/contrib/gcc/INSTALL/test.html
SAO ...

SAO and then resup again:

SAO ...
SAO Establishing multiplexed-mode data connection
SAO Running
SAO Updating collection src-all/cvs
SAO  Delete src/contrib/gcc/INSTALL
SAO Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
SAO Shutting down connection to server


-netch-

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



Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 11:25:14AM +0800, JY wrote:
 I did as you suggested and it's still complaining :(
 
 JY
I was cvsupping from cvsup2.freebsd.org. At first it complains about
gcc/INSTALL not being empty, so I manually deleted everything under it, but
not the dir itself.

Then I cvsupped:
Connected to cvsup2.FreeBSD.org
Updating collection src-all/cvs
 Checkout src/contrib/gcc/INSTALL/README
 Checkout src/contrib/gcc/INSTALL/binaries.html
 Checkout src/contrib/gcc/INSTALL/build.html
 Checkout src/contrib/gcc/INSTALL/configure.html
 Checkout src/contrib/gcc/INSTALL/download.html
 Checkout src/contrib/gcc/INSTALL/finalinstall.html
 Checkout src/contrib/gcc/INSTALL/gfdl.html
 Checkout src/contrib/gcc/INSTALL/index.html
 Checkout src/contrib/gcc/INSTALL/old.html
 Checkout src/contrib/gcc/INSTALL/specific.html
 Checkout src/contrib/gcc/INSTALL/test.html
 Delete src/contrib/gcc/INSTALL
Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty

It's weird...

JY


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



Re: cvsup weird problem

2002-12-05 Thread Sergey A. Osokin
On Thu, Dec 05, 2002 at 09:21:09PM +0800, leafy wrote:
 On Thu, Dec 05, 2002 at 11:25:14AM +0800, JY wrote:
  I did as you suggested and it's still complaining :(
  
  JY
 I was cvsupping from cvsup2.freebsd.org. At first it complains about
 gcc/INSTALL not being empty, so I manually deleted everything under it, but
 not the dir itself.
 
 Then I cvsupped:
 Connected to cvsup2.FreeBSD.org
 Updating collection src-all/cvs
  Checkout src/contrib/gcc/INSTALL/README
  Checkout src/contrib/gcc/INSTALL/binaries.html
  Checkout src/contrib/gcc/INSTALL/build.html
  Checkout src/contrib/gcc/INSTALL/configure.html
  Checkout src/contrib/gcc/INSTALL/download.html
  Checkout src/contrib/gcc/INSTALL/finalinstall.html
  Checkout src/contrib/gcc/INSTALL/gfdl.html
  Checkout src/contrib/gcc/INSTALL/index.html
  Checkout src/contrib/gcc/INSTALL/old.html
  Checkout src/contrib/gcc/INSTALL/specific.html
  Checkout src/contrib/gcc/INSTALL/test.html
  Delete src/contrib/gcc/INSTALL
 Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
 
 It's weird...

Looks like a strange, yesterday i'm successfuly cvsuped my 5.0 box
(in vmware under 4.7-S).
$ ls -la /usr/src/contrib/gcc/INSTALL/
total 207
drwxr-xr-x   2 root  wheel512 Dec  5 12:21 .
drwxr-xr-x  11 root  wheel   8704 Dec  5 12:21 ..
-rw-r--r--   1 root  wheel261 Dec  4 18:10 README
-rw-r--r--   1 root  wheel   2595 Dec  4 18:10 binaries.html
-rw-r--r--   1 root  wheel  10045 Dec  4 18:10 build.html
-rw-r--r--   1 root  wheel  29868 Dec  4 18:10 configure.html
-rw-r--r--   1 root  wheel   2061 Dec  4 18:10 download.html
-rw-r--r--   1 root  wheel   4428 Dec  4 18:10 finalinstall.html
-rw-r--r--   1 root  wheel  19099 Dec  4 18:10 gfdl.html
-rw-r--r--   1 root  wheel   3106 Dec  4 18:10 index.html
-rw-r--r--   1 root  wheel  27080 Dec  4 18:10 old.html
-rw-r--r--   1 root  wheel  89161 Dec  4 18:10 specific.html
-rw-r--r--   1 root  wheel   6471 Dec  4 18:10 test.html

Today i rebuild my 5.0 box and now install new version.
-- 

Rgdz,/\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
http://ozz.pp.ru/ X  AND NEWS
 / \

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



Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote:
   Delete src/contrib/gcc/INSTALL
  Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
  
  It's weird...
 
 Looks like a strange, yesterday i'm successfuly cvsuped my 5.0 box
 (in vmware under 4.7-S).
 -rw-r--r--   1 root  wheel  89161 Dec  4 18:10 specific.html
 -rw-r--r--   1 root  wheel   6471 Dec  4 18:10 test.html
 
 Today i rebuild my 5.0 box and now install new version.
 -- 
 
 Rgdz,/\  ASCII RIBBON CAMPAIGN
 Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
Actually I have the INSTALL dir and the corresponding files, just that cvsup
insisted on deleting it, which I don't know why


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



Re: cvsup weird problem

2002-12-05 Thread Sergey A. Osokin
On Thu, Dec 05, 2002 at 09:33:45PM +0800, leafy wrote:
 On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote:
Delete src/contrib/gcc/INSTALL
   Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
   
   It's weird...
  
  Looks like a strange, yesterday i'm successfuly cvsuped my 5.0 box
  (in vmware under 4.7-S).
  -rw-r--r--   1 root  wheel  89161 Dec  4 18:10 specific.html
  -rw-r--r--   1 root  wheel   6471 Dec  4 18:10 test.html
  
  Today i rebuild my 5.0 box and now install new version.
  -- 
  
  Rgdz,/\  ASCII RIBBON CAMPAIGN
  Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
 Actually I have the INSTALL dir and the corresponding files, just that cvsup
 insisted on deleting it, which I don't know why

Oops... Here is a new resup:

Updating collection src-all/cvs
 Edit src/bin/sh/bltin/echo.1
  Add delta 1.11 2002.12.05.08.49.59 ru
 Delete src/contrib/gcc/INSTALL
Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
 Edit src/lib/libc/gen/uname.3

Looks like really something wrong with CVS...

-- 

Rgdz,/\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
http://ozz.pp.ru/ X  AND NEWS
 / \

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



Re: cvsup weird problem

2002-12-05 Thread Giorgos Keramidas
On 2002-12-05 21:33, leafy [EMAIL PROTECTED] wrote:
 On Thu, Dec 05, 2002 at 04:32:01PM +0300, Sergey A. Osokin wrote:
Delete src/contrib/gcc/INSTALL
   Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
  
   It's weird...

Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again.
The files in that directory were imported yesterday, and I think that
David O'Brien didn't mean to import them at all:

keramida@gothmog:/a/freebsd/src/contrib/gcc/INSTALL lcvs -qR log | logsort
11 entries.
2002.12.04.15.10.39 README 1.1.1.1 obrien
2002.12.04.15.10.39 index.html 1.1.1.1 obrien
2002.12.04.15.10.40 build.html 1.1.1.1 obrien
2002.12.04.15.10.40 configure.html 1.1.1.1 obrien
2002.12.04.15.10.40 download.html 1.1.1.1 obrien
2002.12.04.15.10.40 finalinstall.html 1.1.1.1 obrien
2002.12.04.15.10.40 gfdl.html 1.1.1.1 obrien
2002.12.04.15.10.40 binaries.html 1.1.1.1 obrien
2002.12.04.15.10.40 old.html 1.1.1.1 obrien
2002.12.04.15.10.40 specific.html 1.1.1.1 obrien
2002.12.04.15.10.40 test.html 1.1.1.1 obrien

Note that the date of all the files is 2002.12.04 (Dec  4, 2002) :)
The fact that their versions are 1.1.1.1 is also a hint that they were
imported (i.e. brought initially in the FreeBSD source tree) yesterday.

 Actually I have the INSTALL dir and the corresponding files, just
 that cvsup insisted on deleting it, which I don't know why

I seem to have them too.  But I haven't run cvsup since yesterday.
Soon, I'll update my local sources.  I expect they will go away.

Giorgos.


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



Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 06:20:05PM +0300, Sergey A. Osokin wrote:
 Updating collection src-all/cvs
  Edit src/bin/sh/bltin/echo.1
   Add delta 1.11 2002.12.05.08.49.59 ru
  Delete src/contrib/gcc/INSTALL
 Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
  Edit src/lib/libc/gen/uname.3
 
 Looks like really something wrong with CVS...
 
 -- 
 
 Rgdz,/\  ASCII RIBBON CAMPAIGN
 Sergey Osokin aka oZZ,   \ /AGAINST HTML MAIL
 http://ozz.pp.ru/ X  AND NEWS
  / \
Welcome to the new world :)
Here is an excerpt from my checkouts.cvs:
D src/contrib/gcc/INSTALL
C src/contrib/gcc/INSTALL/README,v . . 2#871#110#10390149783#6843#444
1.1.1.1 20
02.12.04.15.10.39 2#871#110#10390146393#2613#644
C src/contrib/gcc/INSTALL/binaries.html,v . .
2#871#110#10390149784#30183#444 1.
1.1.1 2002.12.04.15.10.40 2#871#110#10390146404#25953#644
C src/contrib/gcc/INSTALL/build.html,v . . 2#871#110#10390149785#104683#444
1.1.
1.1 2002.12.04.15.10.40 2#871#110#10390146405#100453#644
C src/contrib/gcc/INSTALL/configure.html,v . .
2#871#110#10390149785#302913#444
1.1.1.1 2002.12.04.15.10.40 2#871#110#10390146405#298683#644
C src/contrib/gcc/INSTALL/download.html,v . .
2#871#110#10390149784#24843#444 1.
1.1.1 2002.12.04.15.10.40 2#871#110#10390146404#20613#644
C src/contrib/gcc/INSTALL/finalinstall.html,v . .
2#871#110#10390149784#48553#44
4 1.1.1.1 2002.12.04.15.10.40 2#871#110#10390146404#44283#644
C src/contrib/gcc/INSTALL/gfdl.html,v . . 2#871#110#10390149785#195223#444
1.1.1
.1 2002.12.04.15.10.40 2#871#110#10390146405#190993#644
C src/contrib/gcc/INSTALL/index.html,v . . 2#871#110#10390149784#35293#444
1.1.1
.1 2002.12.04.15.10.39 2#871#110#10390146394#31063#644
C src/contrib/gcc/INSTALL/old.html,v . . 2#871#110#10390149785#275053#444
1.1.1.
1 2002.12.04.15.10.40 2#871#110#10390146405#270803#644
C src/contrib/gcc/INSTALL/specific.html,v . .
2#871#110#10390149785#895913#444 1
.1.1.1 2002.12.04.15.10.40 2#871#110#10390146405#891613#644
C src/contrib/gcc/INSTALL/test.html,v . . 2#871#110#10390149784#68953#444
1.1.1.
1 2002.12.04.15.10.40 2#871#110#10390146404#64713#644
U src/contrib/gcc/INSTALL 2#861#11#01#0
c src/contrib/gcc/INSTALL,v . . 2#871#110#10339284636#1127343#444

JY

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



Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 05:22:50PM +0200, Giorgos Keramidas wrote:
 
 Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again.
 The files in that directory were imported yesterday, and I think that
 David O'Brien didn't mean to import them at all:
 
 Giorgos.
 
Been there, done that - several times :)

JY

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



Re: cvsup weird problem

2002-12-05 Thread Giorgos Keramidas
On 2002-12-06 00:14, leafy [EMAIL PROTECTED] wrote:
 On Thu, Dec 05, 2002 at 05:22:50PM +0200, Giorgos Keramidas wrote:
  Remove your src/contrib/gcc/INSTALL directory and try cvsup'ing again.
  The files in that directory were imported yesterday, and I think that
  David O'Brien didn't mean to import them at all:

 Been there, done that - several times :)

Hmmm, try a different cvsup server then.  I just updated from
cvsup.gr.freebsd.org and all seems fine.  The files are still there,
but nothing breaks...


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



Re: cvsup weird problem

2002-12-05 Thread leafy
On Thu, Dec 05, 2002 at 07:13:23PM +0200, Giorgos Keramidas wrote:
  Been there, done that - several times :)
 
 Hmmm, try a different cvsup server then.  I just updated from
 cvsup.gr.freebsd.org and all seems fine.  The files are still there,
 but nothing breaks...
Connected to cvsup.gr.freebsd.org
Updating collection src-all/cvs
 Delete src/contrib/gcc/INSTALL
Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty

You will get it eventually :)

JY


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



Re: cvsup weird problem [gcc-3.2.1 commit problem?]

2002-12-05 Thread Steve Kargl
On Fri, Dec 06, 2002 at 01:18:57AM +0800, leafy wrote:
 On Thu, Dec 05, 2002 at 07:13:23PM +0200, Giorgos Keramidas wrote:
   Been there, done that - several times :)
  
  Hmmm, try a different cvsup server then.  I just updated from
  cvsup.gr.freebsd.org and all seems fine.  The files are still there,
  but nothing breaks...
 Connected to cvsup.gr.freebsd.org
 Updating collection src-all/cvs
  Delete src/contrib/gcc/INSTALL
 Cannot delete /usr/src/contrib/gcc/INSTALL: Directory not empty
 
 You will get it eventually :)
 

cvsup3.freebsd.org and cvsup7.freebsd.org also give the
the error message.  However, Giorgos is right in that
nothing breaks because of this problem.  cvsup complete
and I suspect make buildworld will succeed because the
contents of src/contrib/gcc/INSTALL are not used.  I also
suspect that David accidentally committed the html files.

-- 
Steve

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