Re: Release building broken for -current

2002-09-09 Thread Udo Schweigert

On Sun, Sep 08, 2002 at 19:05:08 +0200, John Hay wrote:
 
 when bulding release on -current I get (since a couple of days):
 
  rm -rf /R/stage/dists
  mkdir -p /R/stage/dists
  rolling base/base tarball
  mtree: line 0: dumpdates: No such file or directory
  *** Error code 1
  
  Stop in /usr/src/release.
 
 Somehow dumpdates didn't get installed into 
 /R/stage/trees/base/usr/share/examples/etc
 
 md5 died on zero length files. You will have to upgrade the machine or
 at least do a buildworld with new source before you try a release again.
 

Yes, that fixed it. Thanks.

Best regards

--
Udo Schweigert, Siemens AG   | Voice  : +49 89 636 42170
CT IC CERT, Siemens CERT | Fax: +49 89 636 41166
D-81730 Muenchen / Germany   | email  : [EMAIL PROTECTED]

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



Release building broken for -current

2002-09-08 Thread Udo Schweigert

Hi all,

when bulding release on -current I get (since a couple of days):

 rm -rf /R/stage/dists
 mkdir -p /R/stage/dists
 rolling base/base tarball
 mtree: line 0: dumpdates: No such file or directory
 *** Error code 1
 
 Stop in /usr/src/release.

Somehow dumpdates didn't get installed into 
/R/stage/trees/base/usr/share/examples/etc

Later then I got same problems for:

/R/stage/trees/base/usr/share/tmac/mm/locale
/R/stage/trees/base/usr/share/tmac/mm/se_locale
... and others.

All the problems seem to be with files of size 0, so maybe the problem is with
mtree. 


Hopefully this can be get fixed so a new snapshot release with the new gcc 
can be built.

Best regards

--
Udo Schweigert, Siemens AG   | Voice  : +49 89 636 42170
CT IC CERT, Siemens CERT | Fax: +49 89 636 41166
D-81730 Muenchen / Germany   | email  : [EMAIL PROTECTED]

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



Re: Release building broken for -current

2002-09-08 Thread John Hay

 
 when bulding release on -current I get (since a couple of days):
 
  rm -rf /R/stage/dists
  mkdir -p /R/stage/dists
  rolling base/base tarball
  mtree: line 0: dumpdates: No such file or directory
  *** Error code 1
  
  Stop in /usr/src/release.
 
 Somehow dumpdates didn't get installed into 
 /R/stage/trees/base/usr/share/examples/etc

md5 died on zero length files. You will have to upgrade the machine or
at least do a buildworld with new source before you try a release again.

John
-- 
John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED]

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



Re: Release building broken for -current

2002-09-08 Thread Makoto Matsushita


jhay md5 died on zero length files. You will have to upgrade the machine or
jhay at least do a buildworld with new source before you try a release again.

Ya, that's exactly the problem on my buildbox...  Thank you for the info.

But if new md5(1) doesn't used by during a release, it's yet another
similar problem to be fixed, since current make release don't
(actually, cannot) update its own chroot sandbox before starting final
release procedures...

-- -
Makoto `MAR' Matsushita

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