Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 01:33:09 +0000
From:      Brooks Davis <brooks@freebsd.org>
To:        marino@freebsd.org
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r409072 - in head/devel: compiler-rt-devel compiler-rt-devel/files llvm-devel llvm-devel/files
Message-ID:  <20160218013309.GH27402@spindle.one-eyed-alien.net>
In-Reply-To: <56C505A8.1070602@marino.st>
References:  <201602172217.u1HMHHk9087329@repo.freebsd.org> <56C505A8.1070602@marino.st>

next in thread | previous in thread | raw e-mail | index | archive | help

--Qz2CZ664xQdCRdPu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Feb 18, 2016 at 12:43:36AM +0100, John Marino wrote:
> On 2/17/2016 11:17 PM, Brooks Davis wrote:
> > Author: brooks
> > Date: Wed Feb 17 22:17:17 2016
> > New Revision: 409072
> > URL: https://svnweb.freebsd.org/changeset/ports/409072
> >=20
> > Log:
> >   Update llvm-devel to a new 3.9 snapshot.
> >  =20
> >   Mark complier-rt-devel as broken for now to stop blocking the llvm-de=
vel
> >   update.
> >=20
> > Deleted:
> >   head/devel/compiler-rt-devel/files/
> > Modified:
> >   head/devel/compiler-rt-devel/Makefile
> >   head/devel/compiler-rt-devel/distinfo
> >   head/devel/llvm-devel/Makefile
> >   head/devel/llvm-devel/Makefile.snapshot
> >   head/devel/llvm-devel/distinfo
> >   head/devel/llvm-devel/files/gen-Makefile.snapshot.sh
> >   head/devel/llvm-devel/pkg-plist
> >=20
> > Modified: head/devel/compiler-rt-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/devel/compiler-rt-devel/Makefile	Wed Feb 17 21:05:42 2016	(r40=
9071)
> > +++ head/devel/compiler-rt-devel/Makefile	Wed Feb 17 22:17:17 2016	(r40=
9072)
> > @@ -14,6 +14,8 @@ LLVM_PORTDIR=3D	${.CURDIR}/../llvm${LLVM_S
> > =20
> >  USES=3D		cmake:outsource compiler:c++11-lib ninja
> > =20
> > +BROKEN=3D	relies on incompatible stdarg.h from clang
> > +
> >  BUILD_DEPENDS=3D	llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLV=
M_SUFFIX}
> > =20
> >  CMAKE_INSTALL_PREFIX=3D	${LLVM_PREFIX}/
> > @@ -26,6 +28,9 @@ GH_TAGNAME=3D	${COMPILER_RT_COMMIT}
> >  ONLY_FOR_ARCHS=3D	i386 amd64
> >  ONLY_FOR_ARCHS_REASON=3D	plist contents not known
> > =20
> > +CC=3Dclang-devel
> > +CXX=3Dclang++-devel
> > +
> >  .include <bsd.port.pre.mk>
> > =20
> >  .for arch in ${ONLY_FOR_ARCHS}
> >=20
>=20
> Synth choked on this immediately (somebody notified me)
>=20
> e.g. make -C /usr/ports/devel/compiler-rt-devel -V BUILD_DEPENDS
>=20
> clang-devel: not found
> make: "/usr/ports/Mk/Uses/compiler.mk" line 69: warning: "clang-devel
> --version" returned non-zero status
> make: "/usr/ports/Mk/Uses/compiler.mk" line 120: warning: "clang++-devel
> -### /dev/null 2>&1" returned non-zero status
> llvm-config-devel:/usr/ports/devel/llvm-devel
> /usr/local/bin/cmake:/usr/ports/devel/cmake ninja:/usr/ports/devel/ninja
>=20
>=20
> make no longer exits cleanly.

Ah!  That makes sense (I recieved another confusing report that the
problem was in llvm-devel).  I've removed the offending lines.

-- Brooks

--Qz2CZ664xQdCRdPu
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJWxR9UAAoJEKzQXbSebgfAXnIH/3u47pqM2HCaLv+xC3sstx8D
Th9QYedr0kRsMZPYo1zf3BU5Jkd1fKh34EEx65InwjieW9bA8W+BywBYjhqNxBIb
tlvptqou0xdsIwp+Fj/nm/SKBiDHQTe0A0Egn4GL802x4YkIgKxAgpM7e0jSPukQ
/5o2QVBx/hNlXkHLJPF5VY5yYCwCeaI3HMO1aLbS0k8IIJ8+7DCapsy88zanzZAl
Xlh/J5w/fs5Rib5j6q6tQNMDPVRcpXZEOKZ264k+z7kjQh5Rs6MuWKB2PWQ9m5CE
k618WrEo1oyv16l85KKklae+zD+7f1qVFkfeocgNheW+KZRNAz5Dkt3M+1KL16A=
=rgQy
-----END PGP SIGNATURE-----

--Qz2CZ664xQdCRdPu--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160218013309.GH27402>