From owner-svn-ports-all@freebsd.org Sat Apr 22 12:53:30 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 706C5D49BDC; Sat, 22 Apr 2017 12:53:30 +0000 (UTC) (envelope-from miwi@sg.miwi.cc) Received: from sg.miwi.cc (sg.miwi.cc [45.76.178.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "", Issuer "Miwi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 367806BA; Sat, 22 Apr 2017 12:53:28 +0000 (UTC) (envelope-from miwi@sg.miwi.cc) Received: from [192.168.1.122] (121.121.120.106 [121.121.120.106]) by sg.miwi.cc (OpenSMTPD) with ESMTPSA id dfb7abe4 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 22 Apr 2017 20:53:25 +0800 (MYT) From: "Martin Wilke" To: "Alexey Dokuchaev" , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r439130 - head/databases/libcouchbase Date: Sat, 22 Apr 2017 12:53:29 +0000 Message-Id: In-Reply-To: <201704212202.v3LM22Fg024712@repo.freebsd.org> References: <201704212202.v3LM22Fg024712@repo.freebsd.org> Reply-To: "Martin Wilke" User-Agent: eM_Client/7.0.27943.0 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2017 12:53:30 -0000 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" 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 >