[Bug 226051] graphics/opendx parallel build failure
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Feb 19 23:43:59 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226051
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 at FreeBSD.org
Reporter: truckman at FreeBSD.org
Assignee: stephen at FreeBSD.org
Flags: maintainer-feedback?(stephen at 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
-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
-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=yes to force a single-threaded
build.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list