Bug 196032

Summary: graphics/netpbm: Appears to need MAKE_JOBS_UNSAFE=yes
Product: Ports & Packages Reporter: Don Lewis <truckman>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed DUPLICATE    
Severity: Affects Only Me Keywords: needs-qa, patch
Priority: --- Flags: dinoex: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to add MAKE_JOBS_UNSAFE=yes to netpbm Makefile. none

Description Don Lewis freebsd_committer freebsd_triage 2014-12-16 17:56:06 UTC
Created attachment 150648 [details]
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 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-16 17:56:06 UTC
Auto-assigned to maintainer dinoex@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-12-27 09:42:35 UTC
A commit references this bug:

Author: dinoex
Date: Sat Dec 27 09:41:41 UTC 2014
New revision: 375675
URL: https://svnweb.freebsd.org/changeset/ports/375675

Log:
  - add MAKE_JOBS_UNSAFE
  PR:		192857
  Submitted by:	Matthias Andree

  PR:		196032

Changes:
  head/graphics/netpbm/Makefile
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2014-12-27 09:58:25 UTC

*** This bug has been marked as a duplicate of bug 192857 ***