Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 23:43:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226051] graphics/opendx parallel build failure
Message-ID:  <bug-226051-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226051-13>