Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 15:59:16 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421562 - head/devel/t1lib
Message-ID:  <201609081559.u88FxGaY006581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Thu Sep  8 15:59:16 2016
New Revision: 421562
URL: https://svnweb.freebsd.org/changeset/ports/421562

Log:
  Add a COMMENT explaining the reason for MAKE_JOBS_UNSAFE.
  
  in r421561 I added MAKE_JOBS_USNAFE, without actually saying why. [Sorry]
  
  ===>  Building for t1lib-5.1.2_4,1
  gmake[1]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2'
  for i in lib type1afm examples xglyph; do \
    (cd $i; gmake 'CC=cc' 'CFLAGS=-O2 -pipe  -fstack-protector -fno-strict-aliasing -DT1LIB_IDENT="\"5.1.2\"" -DGLOBAL_CONFIG_DIR="\"/usr/local/share/t1lib\"" -I/usr/local/include' 'OPTIONS=' ) || exit 1; \
  done
  gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2/lib'
  gmake[2]: *** pselect jobs pipe: Bad file descriptor.  Stop.
  gmake[2]: *** Waiting for unfinished jobs....
  [...]
  
  Approved by:	mat (mentor)

Modified:
  head/devel/t1lib/Makefile

Modified: head/devel/t1lib/Makefile
==============================================================================
--- head/devel/t1lib/Makefile	Thu Sep  8 15:36:46 2016	(r421561)
+++ head/devel/t1lib/Makefile	Thu Sep  8 15:59:16 2016	(r421562)
@@ -27,6 +27,10 @@ OPTIONS_SUB=	yes
 X11_USE=	XORG=xaw
 X11_CONFIGURE_WITH=	x
 
+# Build fails with:
+#  gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2/lib'
+#  gmake[2]: *** pselect jobs pipe: Bad file descriptor.  Stop.
+#  gmake[2]: *** Waiting for unfinished jobs....
 MAKE_JOBS_UNSAFE=	YES
 
 post-patch:



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