From owner-freebsd-ports-bugs@freebsd.org Mon Feb 19 23:43:58 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFCADF09EF4 for ; Mon, 19 Feb 2018 23:43:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7094172DE6 for ; Mon, 19 Feb 2018 23:43:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 997A6189EF for ; Mon, 19 Feb 2018 23:43:57 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w1JNhvVx053686 for ; Mon, 19 Feb 2018 23:43:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w1JNhvf4053685 for freebsd-ports-bugs@FreeBSD.org; Mon, 19 Feb 2018 23:43:57 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226051] graphics/opendx parallel build failure Date: Mon, 19 Feb 2018 23:43:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: truckman@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: stephen@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Feb 2018 23:43:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226051 Bug ID: 226051 Summary: graphics/opendx parallel build failure Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: stephen@FreeBSD.org Reporter: truckman@FreeBSD.org Assignee: stephen@FreeBSD.org Flags: maintainer-feedback?(stephen@FreeBSD.org) I attempted to do a parallel build of opendx and got this failure: Making all in dxmods gmake[4]: Entering directory '/wrkdirs/usr/ports/graphics/opendx/work/dx-4.4.4/src/exec/dxmods' echo MYINC: rm -f dxcm.mdf MYINC: rm -f dx.mdf cp ./dxmdf.src tmp.c cp ./dxmdf.src tmp.c cpp -I../../../include -I./../dpexec -I/wrkdirs/usr/ports/graphics/opendx/work/dx-4.4.4/include -Dfreebsd=20 -DHAVE_CONFIG_H tmp.c > dxcm.mdf rm -f tmp.c cpp -I../../../include -I./../dpexec -I/wrkdirs/usr/ports/graphics/opendx/work/dx-4.4.4/include -Dfreebsd=20=20 -DHAVE_CONFIG_H -DCPLUSPLUS_UI -DEXEC UTIVE_MODS tmp.c > dx.mdf usercm.c rule awk -f ../../../lib/mdf2c.awk < dxcm.mdf > usercm.c cpp: error: no such file or directory: 'tmp.c' gmake[4]: *** [local.mk:25: dx.mdf] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory '/wrkdirs/usr/ports/graphics/opendx/work/dx-4.4.4/src/exec/dxmods' gmake[3]: *** [Makefile:386: all-recursive] Error 1 gmake[3]: Leaving directory '/wrkdirs/usr/ports/graphics/opendx/work/dx-4.4.4/src/exec' gmake[2]: *** [Makefile:256: all-recursive] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/opendx/work/dx-4.4.4/src' It looks like opendx needs MAKE_JOBS_UNSAFE=3Dyes to force a single-threaded build. --=20 You are receiving this mail because: You are the assignee for the bug.=