Date: Tue, 4 Oct 2016 16:01:18 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r422981 - in head/dns: bind9-devel bind910 bind911 bind99 Message-ID: <be8e7cfd-3ee3-1629-d54a-6e0d00dd1ca8@FreeBSD.org> In-Reply-To: <d670864a-d31d-91a3-33ec-e3a58d30605d@marino.st> References: <201609301244.u8UCiSSh043206@repo.freebsd.org> <d670864a-d31d-91a3-33ec-e3a58d30605d@marino.st>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --7RUCGmuvEjMvvbJ1TsBhx7OmFMVnj3jKX Content-Type: multipart/mixed; boundary="cOu4xIBV6NgFt9DlPJOcBQrrKkIIlKe6j"; protected-headers="v1" From: Mathieu Arnold <mat@FreeBSD.org> To: marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: <be8e7cfd-3ee3-1629-d54a-6e0d00dd1ca8@FreeBSD.org> Subject: Re: svn commit: r422981 - in head/dns: bind9-devel bind910 bind911 bind99 References: <201609301244.u8UCiSSh043206@repo.freebsd.org> <d670864a-d31d-91a3-33ec-e3a58d30605d@marino.st> In-Reply-To: <d670864a-d31d-91a3-33ec-e3a58d30605d@marino.st> --cOu4xIBV6NgFt9DlPJOcBQrrKkIIlKe6j Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 04/10/2016 =C3=A0 15:45, John Marino a =C3=A9crit : > On 9/30/2016 07:44, Mathieu Arnold wrote: >> Author: mat >> Date: Fri Sep 30 12:44:27 2016 >> New Revision: 422981 >> URL: https://svnweb.freebsd.org/changeset/ports/422981 >> >> Log: >> So, on 9, it is failing to build it with jobs. >> >> It builds .a before all the .o that are supposed to go in the .a are= >> built. Imagine what happens after that... >> >> Reported by: Craig Leres >> Sponsored by: Absolight >> >> Modified: >> head/dns/bind9-devel/Makefile (contents, props changed) >> head/dns/bind910/Makefile (contents, props changed) >> head/dns/bind911/Makefile (contents, props changed) >> head/dns/bind99/Makefile (contents, props changed) >> >> Modified: head/dns/bind9-devel/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- head/dns/bind9-devel/Makefile Fri Sep 30 11:40:44 2016 =20 >> (r422980) >> +++ head/dns/bind9-devel/Makefile Fri Sep 30 12:44:27 2016 =20 >> (r422981) >> @@ -238,6 +238,10 @@ PORTDOCS=3D * >> >> .include <bsd.port.pre.mk> >> >> +.if ${OSVERSION} <=3D 1000000 >> +MAKE_JOBS_UNSAFE=3D yes >> +.endif >> + >> .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && >> ${SSL_DEFAULT} =3D=3D base >> BROKEN=3D OpenSSL from the base system does not support GOST, add = \ >> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and rebu= ild >> everything \ >> >> Modified: head/dns/bind910/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- head/dns/bind910/Makefile Fri Sep 30 11:40:44 2016 (r422980)= >> +++ head/dns/bind910/Makefile Fri Sep 30 12:44:27 2016 (r422981)= >> @@ -225,6 +225,10 @@ PORTDOCS=3D * >> >> .include <bsd.port.pre.mk> >> >> +.if ${OSVERSION} <=3D 1000000 >> +MAKE_JOBS_UNSAFE=3D yes >> +.endif >> + >> .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && >> ${SSL_DEFAULT} =3D=3D base >> BROKEN=3D OpenSSL from the base system does not support GOST, add = \ >> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and rebu= ild >> everything \ >> >> Modified: head/dns/bind911/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- head/dns/bind911/Makefile Fri Sep 30 11:40:44 2016 (r422980)= >> +++ head/dns/bind911/Makefile Fri Sep 30 12:44:27 2016 (r422981)= >> @@ -236,6 +236,10 @@ PORTDOCS=3D * >> >> .include <bsd.port.pre.mk> >> >> +.if ${OSVERSION} <=3D 1000000 >> +MAKE_JOBS_UNSAFE=3D yes >> +.endif >> + >> .if ( ${PORT_OPTIONS:MGOST} || ${PORT_OPTIONS:MGOST_ASN1} ) && >> ${SSL_DEFAULT} =3D=3D base >> BROKEN=3D OpenSSL from the base system does not support GOST, add = \ >> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and rebu= ild >> everything \ >> >> Modified: head/dns/bind99/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> >> --- head/dns/bind99/Makefile Fri Sep 30 11:40:44 2016 (r422980) >> +++ head/dns/bind99/Makefile Fri Sep 30 12:44:27 2016 (r422981) >> @@ -190,6 +190,10 @@ PORTDOCS=3D * >> >> .include <bsd.port.pre.mk> >> >> +.if ${OSVERSION} <=3D 1000000 >> +MAKE_JOBS_UNSAFE=3D yes >> +.endif >> + >> .if ( ${PORT_OPTIONS:MGOST} ) && ${SSL_DEFAULT} =3D=3D base >> BROKEN=3D OpenSSL from the base system does not support GOST, add = \ >> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and rebu= ild >> everything \ >> > > It's not specific to FreeBSD 9: > --- rndc-confgen --- > /usr/libexec/binutils225/elf/ld.gold: error: unix/os.o: file is empty > keygen.o:keygen.c:function write_key_file: error: undefined reference > to 'set_user' > > Would you consider returning this to unconditional unsafe as it was > before? What FreeBSD version is this ? I have tried quite a few times on 10/11 before declaring that they were safe, whereas on 9 it was always failing.= --=20 Mathieu Arnold --cOu4xIBV6NgFt9DlPJOcBQrrKkIIlKe6j-- --7RUCGmuvEjMvvbJ1TsBhx7OmFMVnj3jKX Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJX87YwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IbFMP/2ycBsiRy0BdatLa6MRxLlPo ktLM2rcv2HvoyMf3PctjrAgNwNr1nBxXmgDxMcUU8tT171DxJ03pPejQ5q2bZ7jC loqtRKIPvjAMTsd/KBJzR3GFgSkvcFAzrS3DIXBPMQ/Ksc0YTb2vfLVGhK8s0e76 SrAVjaYfODTXEkPnrgEM8Wexl1mc9ugHVfVw1wVJH9YPNrm5bsD7VidFFt/PfeMj m+tiC+5MGbyJSA8FXe8QaPF+SXm0cRD/xi4MhcKQqmMijCotffetZ85X/yEHJ6Mx bcRQUSNXPei4p4+nlixXguwMfPOwziELGTRuCTcvjYKzEVanyISuQ4qttVEEhZvn R4/RimfMYkSRl4fB+kyjuaZHzO5AvHlXtWONvqxWxPLAJLA/4ABGydoMllzAJ6Oe hn6G+T2U/4ga7tjz8+hU5xwzswmWpJwmdmR3Rf5D0e+5avJqq0y3envWu2Qu5g0J F+6hiyX8YMm6KV2o/MRBPWquy7MXTcRJa1Fgjc7/CjNKZrSaxoWI2rnQifcMNXSG qO0w9GuPJY4bl2AWDEQVGp8OA35sUBLlyFE40oT/gQJglDIR35H4uY0QKiaZTkdQ AqZdjWHhm6/fSBDRNMPOk+uvbRA6qbBQozLMNcwP1EBcny/bHeF6hVr0hAqmMkHz Alvn/zn2Gts4MeVTT5D5 =8bda -----END PGP SIGNATURE----- --7RUCGmuvEjMvvbJ1TsBhx7OmFMVnj3jKX--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?be8e7cfd-3ee3-1629-d54a-6e0d00dd1ca8>