Date: Tue, 4 Oct 2016 16:16:04 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: 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: <20161004141604.ui4tvkecte4glb7y@ivaldir.etoilebsd.net> In-Reply-To: <bfc32583-b0bb-0575-316e-8cccbb5c41e7@FreeBSD.org> References: <201609301244.u8UCiSSh043206@repo.freebsd.org> <d670864a-d31d-91a3-33ec-e3a58d30605d@marino.st> <be8e7cfd-3ee3-1629-d54a-6e0d00dd1ca8@FreeBSD.org> <383dbd77-15a0-ea2b-e909-e24d849e80f7@marino.st> <bfc32583-b0bb-0575-316e-8cccbb5c41e7@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--lchoew46wvxklajy Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 04, 2016 at 04:13:19PM +0200, Mathieu Arnold wrote: > Le 04/10/2016 =E0 16:04, John Marino a =E9crit : > > On 10/4/2016 09:01, Mathieu Arnold wrote: > >> Le 04/10/2016 =E0 15:45, John Marino a =E9crit : > >>> 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 a= re > >>>> 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 > >>>> (r422980) > >>>> +++ head/dns/bind9-devel/Makefile Fri Sep 30 12:44:27 2016 > >>>> (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, ad= d \ > >>>> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and re= build > >>>> 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 (r42298= 0) > >>>> +++ head/dns/bind910/Makefile Fri Sep 30 12:44:27 2016 (r42298= 1) > >>>> @@ -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, ad= d \ > >>>> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and re= build > >>>> 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 (r42298= 0) > >>>> +++ head/dns/bind911/Makefile Fri Sep 30 12:44:27 2016 (r42298= 1) > >>>> @@ -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, ad= d \ > >>>> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and re= build > >>>> 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, ad= d \ > >>>> DEFAULT_VERSIONS+=3Dssl=3Dopenssl to your /etc/make.conf and re= build > >>>> 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. > > > > It's not, it's DragonFly. > > The opsys isn't relevant. It just means the tests you did weren't > > sufficient to determine jobs safety, which is a pregnancy test (it > > either is or is not; this obviously isn't) > > > > We build under a very heavy load which flushes out marginally unsafe > > ports. >=20 > Ok, so make(1) from dragonfly has the same bug make(1) from FreeBSD 9 > has, feel free to fix it in dragonfly's port tree. >=20 make(1) in dragonly is the same as our make on FreeBSD (aka netbsd make) Best regards, Bapt --lchoew46wvxklajy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX87mkAAoJEGOJi9zxtz5aLo0P/3JBPzlHmg6Y6AGA0TDN4fp6 dIwfZAvuWxjB3sP6EYUyzNx/YFKZdKiOJyINgafj5lhEZ8xL5YITRUZP2Jw7K+qv OVPko2J6JrdUBXjOSL9tT6JFBcUlsBGdw58LHr0ZB1mMbRJ21oTeUomC6fJOiUSV OUtTsWCHNuhY1flN/JAz05CrlSewJ8HIFk9zMxq7gG9Wc+72LCiXOcC+Bwf9Anwv Q7aoJjpmzpSnu4gWH4c1rfhp1wAHb4A7ZFSyvYTLhk9zMKytW2Dp+DDcKaNbsCUd 3vCUUC2DYqbpVCwpUCiRqdtomS0icYscIomuVi3oPntATBiDoFNgBaeNScdZZASo AMf9wnRSBtOREPcsE9ii+2Cs+zdJMlcpjhZfgZnyy8tM3xpxv3x4Y02G2a+J8lM3 P9kOzIaG0y7ToVk2qwU0ThjHcnzQwSpcCGexiBC9d0q132Bx5QpmkbBa3L2Gub9p bw2SxYBYE55/QV8HHDgSAiZ1Vq2ceP1/zZo/3T0t83CVXVENwr7V9TjI9VIHGcw8 +31pQBsz3enOdSxoR0QdxAOlQRE5aadRDMKeNP+LVeV28ffjj6npnO5hfu/BYf4o dxxWl2UB0PU0gCzRxLeweIMeY5aa5qw1ryob/yt697daTyb/Er02FWJ35+bWnq4n RcNsPxlU87r1vthSZ3XF =O9TH -----END PGP SIGNATURE----- --lchoew46wvxklajy--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161004141604.ui4tvkecte4glb7y>