Re: Unable to build 12.0-STABLE release

2018-12-30 Thread Glen Barber
On Sun, Dec 30, 2018 at 01:41:45PM -0500, David Boyd wrote:
> On Fri, 2018-12-28 at 15:42 +, 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.
> 

Excellent; thank you for confirming.  There seems to be a few sharp
edges surrounding the documentation for releases moving from base to
doc, which I will look into more next week.

Glen



signature.asc
Description: PGP signature


Re: Unable to build 12.0-STABLE release

2018-12-30 Thread David Boyd
On Fri, 2018-12-28 at 15:42 +, 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

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Unable to build 12.0-STABLE release

2018-12-28 Thread David Boyd
On Fri, 2018-12-28 at 15:42 +, 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.

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Unable to build 12.0-STABLE release

2018-12-28 Thread Glen Barber
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



signature.asc
Description: PGP signature


Unable to build 12.0-STABLE release

2018-12-27 Thread David Boyd
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.

Thanks.

David.



___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"