Date: Thu, 2 May 2019 18:53:45 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500678 - head/devel/pyside2 Message-ID: <201905021853.x42IrjIe047951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Thu May 2 18:53:44 2019 New Revision: 500678 URL: https://svnweb.freebsd.org/changeset/ports/500678 Log: another shot at fixing pyside2's build the failure is still not reproducable, but I'm still getting fallout mails. the log files seem to be pointing at a build order problem, that is, a undeclared dependency between targets. set MAKE_JOBS_UNSAFE until I figured out what exactly is missing, and to get out some packages, and to reduce fallout mails. Modified: head/devel/pyside2/Makefile Modified: head/devel/pyside2/Makefile ============================================================================== --- head/devel/pyside2/Makefile Thu May 2 18:52:04 2019 (r500677) +++ head/devel/pyside2/Makefile Thu May 2 18:53:44 2019 (r500678) @@ -29,6 +29,8 @@ USE_QT= 3d buildtools_build charts core datavis3d dec CMAKE_ARGS+= "-DUSE_PYTHON_VERSION=${PYTHON_VER}" \ "-DPYTHON_EXECUTABLE=${PYTHON_CMD}" +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.pre.mk> .if ${PYTHON_MAJOR_VER} >= 3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905021853.x42IrjIe047951>