Date: Sat, 22 Apr 2017 12:53:29 +0000 From: "Martin Wilke" <miwi@sg.miwi.cc> To: "Alexey Dokuchaev" <danfe@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439130 - head/databases/libcouchbase Message-ID: <em8cd847f6-8f5e-4877-8328-35e3ca243a16@msi> In-Reply-To: <201704212202.v3LM22Fg024712@repo.freebsd.org> References: <201704212202.v3LM22Fg024712@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Alexey, Looks like we have to restore MAKE_JOBS_UNSAFE, http://pkg3.miwibox.org/data/11i386-miwi/2017-04-22_14h38m05s/logs/errors/l= ibcouchbase-2.7.3.log http://pkg3.miwibox.org/data/12amd64-miwi/2017-04-22_14h39m00s/logs/errors/= libcouchbase-2.7.3.log - Martin ------ Original Message ------ From: "Alexey Dokuchaev" <danfe@FreeBSD.org> To: ports-committers@freebsd.org; svn-ports-all@freebsd.org;=20 svn-ports-head@freebsd.org Sent: 22/04/2017 06:02:02 AM Subject: svn commit: r439130 - head/databases/libcouchbase >Author: danfe >Date: Fri Apr 21 22:02:02 2017 >New Revision: 439130 >URL: https://svnweb.freebsd.org/changeset/ports/439130 > >Log: > Remove MAKE_JOBS_UNSAFE marker: it was added as part of r421281 upon= =20 >the > port's inception as of version 2.6.2, however, it was neither present= =20 >in > submitted PR nor explained in the original commit log by pi@. So far= =20 >my > quick tests do not show evidence that it is parallel-build unsafe. > > We'll ask for forgiveness if it is indeed broken against -j X builds= =20 >and > reinstate MAKE_JOBS_UNSAFE, but with a proper explanation this time. > > While here, remove needless +=3D from CMAKE_ARGS and place them at a= =20 >better > location within the Makefile. > > PR: 205377 > >Modified: > head/databases/libcouchbase/Makefile > >Modified: head/databases/libcouchbase/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/databases/libcouchbase/Makefile Fri Apr 21 20:25:00=20 >2017 (r439129) >+++ head/databases/libcouchbase/Makefile Fri Apr 21 22:02:02=20 >2017 (r439130) >@@ -14,13 +14,11 @@ LIB_DEPENDS=3D libevent.so:devel/libevent > libev.so:devel/libev \ > libuv.so:devel/libuv > >-CMAKE_ARGS+=3D -DLCB_NO_TESTS=3D1 >- > USES=3D cmake perl5 ssl > USE_LDCONFIG=3D yes > USE_PERL5=3D build run > >-MAKE_JOBS_UNSAFE=3D yes >+CMAKE_ARGS=3D -DLCB_NO_TESTS=3D1 > > BROKEN_aarch64=3D Fails to link: error adding symbols: File in wrong= =20 >format > BROKEN_mips64=3D Fails to link: ld: failed to merge target specific=20 >data >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?em8cd847f6-8f5e-4877-8328-35e3ca243a16>