From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 16 17:56:06 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCBE43B0 for ; Tue, 16 Dec 2014 17:56:06 +0000 (UTC) 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 mx1.freebsd.org (Postfix) with ESMTPS id A34F4352 for ; Tue, 16 Dec 2014 17:56:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBGHu6xL046311 for ; Tue, 16 Dec 2014 17:56:06 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Tue, 16 Dec 2014 17:56:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree 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-Priority: --- X-Bugzilla-Assigned-To: dinoex@FreeBSD.org X-Bugzilla-Target-Milestone: --- 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 attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2014 17:56:06 -0000 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 --- Auto-assigned to maintainer dinoex@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.