On Thu, Dec 27, 2018 at 11:31:55PM -0500, David Boyd wrote:> While attempting to build 12.0-STABLE release images, the following > error message sequence occurs: > > make[2]: don't know how to make CHECKSUM.SHA512-FreeBSD-12.0-STABLE- > amd64.asc. Stop. > > make[2]: stopped in /usr/doc/en_US.ISO8859-1/htdocs/releases/12.0R > *** Error code 2 > > Stop. > make[1]: stopped in /usr/src/release > *** Error code 1 > > Stop. > make: stopped in /usr/src/release > > The build of 12.0-RELEASE release images was successful. > > The only change made to release.conf.sample was > CHROOTDIR="/u/1/scratch". > > The host is 12.0-RELEASE-p1. > > I don't have a log of the build, but will acquire one if that would be > useful. >I know why it is failing (missing CHECKSUM.*-STABLE*.asc files). Please try again after doc revision r52735, which seems to be the correct fix. Thank you for the report. Glen -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20181228/6764ce6a/attachment.sig>
On Fri, 2018-12-28 at 15:42 +0000, Glen Barber wrote:> On Thu, Dec 27, 2018 at 11:31:55PM -0500, David Boyd wrote: > > While attempting to build 12.0-STABLE release images, the following > > error message sequence occurs: > > > > make[2]: don't know how to make CHECKSUM.SHA512-FreeBSD-12.0- > > STABLE- > > amd64.asc. Stop. > > > > make[2]: stopped in /usr/doc/en_US.ISO8859-1/htdocs/releases/12.0R > > *** Error code 2 > > > > Stop. > > make[1]: stopped in /usr/src/release > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src/release > > > > The build of 12.0-RELEASE release images was successful. > > > > The only change made to release.conf.sample was > > CHROOTDIR="/u/1/scratch". > > > > The host is 12.0-RELEASE-p1. > > > > I don't have a log of the build, but will acquire one if that would > > be > > useful. > > > > I know why it is failing (missing CHECKSUM.*-STABLE*.asc > files). Please > try again after doc revision r52735, which seems to be the correct > fix. > > Thank you for the report. > > Glen >Glen, Thanks for the quick reply. I won't be able to give this a try until tomorrow. David.
On Fri, 2018-12-28 at 15:42 +0000, Glen Barber wrote:> On Thu, Dec 27, 2018 at 11:31:55PM -0500, David Boyd wrote: > > While attempting to build 12.0-STABLE release images, the following > > error message sequence occurs: > > > > make[2]: don't know how to make CHECKSUM.SHA512-FreeBSD-12.0- > > STABLE- > > amd64.asc. Stop. > > > > make[2]: stopped in /usr/doc/en_US.ISO8859-1/htdocs/releases/12.0R > > *** Error code 2 > > > > Stop. > > make[1]: stopped in /usr/src/release > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/src/release > > > > The build of 12.0-RELEASE release images was successful. > > > > The only change made to release.conf.sample was > > CHROOTDIR="/u/1/scratch". > > > > The host is 12.0-RELEASE-p1. > > > > I don't have a log of the build, but will acquire one if that would > > be > > useful. > > > > I know why it is failing (missing CHECKSUM.*-STABLE*.asc > files). Please > try again after doc revision r52735, which seems to be the correct > fix. > > Thank you for the report. > > Glen >Glen, I was able to try r52735 yesterday. It appears to have fixed my problem. Thanks. David