OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: make release errors

From: Alexander Hall (alexanderbeard.se)
Date: Wed Feb 20 2008 - 19:29:08 CST


Chris Smith wrote:
> Hello,
>
> Trying to do a "make release" apparently without success:
> =====================================
> cp /usr/dest/snapshot/*BOOT* /usr/rel
> cp: /usr/dest/snapshot/*BOOT*: No such file or directory
> *** Error code 1 (ignored)
> cp /usr/dest/snapshot/cd*.iso /usr/rel
> cp /usr/dest/snapshot/Packages /usr/rel
> cp: /usr/dest/snapshot/Packages: No such file or directory
> *** Error code 1 (ignored)
> cp /usr/dest/snapshot/INSTALL.* /usr/rel
> cp /usr/dest/snapshot/*.fs /usr/dest/snapshot/*.fs.gz /usr/rel
> cp: /usr/dest/snapshot/*.fs.gz: No such file or directory
> *** Error code 1 (ignored)
> cd /usr/rel; md5 *bsd!(*.gz) *boot* cdbr *BOOT* INSTALL.* Packages *.fs
> *.iso *.gz *.tgz > MD5
> md5: cannot open *BOOT*: No such file or directory
> md5: cannot open Packages: No such file or directory
> md5: cannot open *.gz: No such file or directory
> cd /usr/rel && sort -o MD5 MD5
> =====================================
>
> System started as a clean install from the 2/17/08 snapshot and upgraded
> to -current before doing "make release". I followed the instructions
> at: http://openbsd.org/faq/faq5.html#Release
>
> What did I miss?

The "ignored" part in the error output. Those error messages are typical
(dare I guess you're on i386?) and not critical.

If these are the only errors you get, then you can go on with the rest
of the release.

/Alexander