Date: Tue, 16 Dec 2014 17:56:06 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196032] New: [patch] graphics/netpbm appears to need MAKE_JOBS_UNSAFE=yes Message-ID: <bug-196032-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196032 Bug ID: 196032 Summary: [patch] graphics/netpbm appears to need MAKE_JOBS_UNSAFE=yes Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: dinoex@FreeBSD.org Reporter: truckman@FreeBSD.org Assignee: dinoex@FreeBSD.org Flags: maintainer-feedback?(dinoex@FreeBSD.org) Created attachment 150648 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150648&action=edit patch to add MAKE_JOBS_UNSAFE=yes to netpbm Makefile. When using poudriere to build netpbm with ALLOW_MAKE_JOBS=yes, the build fails with these errors: gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools' mkdir -p importinc ilrm -f importinc/bitreverse.h ln -sf /wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/lib/util/../../lib/lum.h importinc/lum.h mkdir -p importinc e not recognized: File truncated /wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools/Makefile:40: recipe for target 'typegen' failed gmake[2]: *** [typegen] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools' GNUmakefile:119: recipe for target '/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools/typegen' failed gmake[1]: *** [/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools/typegen] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94' /wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/lib/util/../../Makefile.common:176: recipe for target '/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/lib/util/../../pm_config.h' failed gmake: *** [/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/lib/util/../../pm_config.h] Error 2 gmake: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools' /wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools/typegen >inttypes_netpbm.h || (rm -f inttypes_netpbm.h || false) ln -sf /wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/lib/util/../../lib/util/bitreverse.h importinc/bitreverse.h rm -f importinc/mallocvar.h /wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/buildtools/typegen: not found ln -sf /wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94/lib/util/../../lib/util/mallocvar.h importinc/mallocvar.h gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/netpbm/work/netpbm-10.35.94' [: xTry: unexpected operator *** Error code 1 Stop in /usr/ports/graphics/netpbm. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer dinoex@FreeBSD.org -- 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-196032-13>